-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmentees.html
281 lines (276 loc) · 9.5 KB
/
mentees.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Mentees</title>
<link rel="stylesheet" href="css/mentees.css" />
<link rel="stylesheet" href="css/global.css" />
<link rel="icon" type="image/x-icon" href="/images/assests/logo.png" />
</head>
<body>
<div class="header">
<div class="navbar">
<div class="navleft">
<img src="images/assests/logo.png" alt="logo" />
<div class="search-container">
<input type="text" id="search" />
<div id="searchResults"></div>
</div>
</div>
<div class="navright">
<a href="index.html" class="navitems">Home</a>
<a href="#contact" class="navitems">Contact Us</a>
<a href="index.html#volunteer" class="navitems">Volunteer</a>
<img
src="images/assests/gripblack.png"
alt="menu"
id="menu-button"
onclick="toggleMenu()"
/>
</div>
</div>
<div id="dropdown-menu">
<div id="close-button">
<img
src="images/assests/close.png"
alt="close"
onclick="toggleMenu()"
/>
</div>
<div class="dropdownbody" id="mobileview">
<a href="index.html" class="menu-item"><h5>Home</h5></a>
</div>
<div class="dropdownbody" id="mobileview">
<a href="#contact" class="menu-item"><h5>Contact Us</h5></a>
</div>
<div class="dropdownbody" id="mobileview">
<a href="index.html#volunteer" class="menu-item"
><h5>Volunteer</h5></a
>
</div>
<div class="dropdownbody">
<a href="activites.html" class="menu-item"><h5>Activities</h5></a>
<ul>
<li>Education</li>
<li>Health</li>
<li>Livelihoods</li>
<li>Research and documentation</li>
</ul>
</div>
<div class="dropdownbody">
<a href="information.html" class="menu-item"><h5>Information</h5></a>
<ul>
<li>Registration</li>
<li>Trustees Profile</li>
<li>Advisors Profile</li>
</ul>
</div>
<div class="dropdownbody">
<a href="mentees.html" class="menu-item"
><h5>Mentorship Program</h5></a
>
</div>
</div>
<hr class="splitter" />
</div>
<div class="menteesbody">
<h1>Join Our Mentorship Community</h1>
<p>
Ready to be part of our Mentorship Community? Apply now to become a
mentor or mentee and contribute to a culture of knowledge sharing and
growth. Together, we can build a brighter future.
</p>
</div>
<div class="menteesform">
<div class="switchbuttons">
<div
class="menteesbutton"
onclick="changemenumentees()"
id="buttonmentees"
>
<p>Mentees</p>
</div>
<div
class="mentorsbutton"
onclick="changemenumentors()"
id="buttonmentors"
>
<p>Mentors</p>
</div>
</div>
<div class="menteesformbody" id="mentees">
<div class="menteesmain">
<div class="menteesformbodyleft">
<h1>Mentees</h1>
<p>
Are you ready to learn, grow, and achieve your dreams? Join AD
life as a mentee and gain access to a network of experienced
mentors who are dedicated to your success.
</p>
<p>
Whether you're a student, a budding entrepreneur, or someone
seeking personal development, our Mentorship Community is here to
support your journey.
</p>
</div>
<div class="menteesformbodyright">
<form>
<input
type="text"
placeholder="First Name"
class="inputhalf"
pattern="[A-Za-z]+"
title="Enter only alphabets"
/>
<input
type="text"
placeholder="Last Name"
class="inputhalf"
pattern="[A-Za-z]+"
title="Enter only alphabets"
/>
<input
type="text"
placeholder="Mobile Number"
class="inputhalf"
/>
<input type="number" placeholder="Age" class="inputhalf" />
<input type="text" placeholder="Address" class="inputfull" />
<input
type="text"
placeholder="Area Of Interest"
class="inputfull"
/>
<input type="text" placeholder="E-Mail" class="inputfull" />
<input type="text" placeholder="Citizen" class="inputhalf" />
<br />
<button class="submitbtn">Submit</button>
</form>
</div>
</div>
<div class="menteesformlogo">
<img src="images/assests/logo.png" alt="logo" />
</div>
</div>
<div class="mentorsformbody" id="mentors">
<div class="menteesmain">
<div class="menteesformbodyleft">
<h1>Mentors</h1>
<p>
Are you an expert in your field? A seasoned professional? Your
knowledge is invaluable, and your guidance can shape the future.
Become a mentor at AD life and inspire the next generation.
</p>
<p>
Share your experiences, offer insights, and be a catalyst for
success. Together, we can create a community that thrives on
mentorship.
</p>
</div>
<div class="menteesformbodyright">
<form>
<input
type="text"
placeholder="First Name"
class="inputhalf"
pattern="[A-Za-z]+"
title="Enter only alphabets"
/>
<input
type="text"
placeholder="Last Name"
class="inputhalf"
pattern="[A-Za-z]+"
title="Enter only alphabets"
/>
<input
type="text"
placeholder="Mobile Number"
class="inputhalf"
/>
<input type="number" placeholder="Age" class="inputhalf" />
<input type="text" placeholder="Address" class="inputfull" />
<input
type="text"
placeholder="Area Of Interest"
class="inputfull"
/>
<input type="text" placeholder="E-Mail" class="inputfull" />
<input type="text" placeholder="Citizen" class="inputhalf" />
<br />
<button class="submitbtn">Submit</button>
</form>
</div>
</div>
<div class="menteesformlogo">
<img src="images/assests/logo.png" alt="logo" />
</div>
</div>
</div>
<div class="footer" id="contact">
<div class="footerleft">
<div class="footerlefthead">
<img src="images/assests/logofooter.png" alt="logo" />
<h1>AD LIFE</h1>
</div>
<div class="footerleftside"><p>ADDING VALUE TO LIFE</p></div>
<div class="footerleftbody">
<p>
Our trust is registered under the Indian Trusts Act, 1882 with
Sub-Registrar at Kengeri, Bangalore since January 3rd, 2005.
</p>
</div>
</div>
<div class="footerright">
<div class="footerrightbody">
<div class="footerrightheader">WHO WE ARE</div>
<hr class="footerrightsplitter" />
<ul>
<a href="index.html"><li>> Homepage</li></a>
<a href="activites.html"><li>> Activities</li></a>
<a href="information.html"><li>> Information</li></a>
<a href="mentees.html"><li>> Contribute Now</li></a>
<a href="#contact"><li>> Contact</li></a>
</ul>
</div>
<div class="footerrightbody">
<div class="footerrightheader">WHERE WE WORK</div>
<hr class="footerrightsplitter" />
<ul>
<li>
<img src="images/assests/map.png" alt="map" />B-803, 10-3-163/1
Amri Central Court Apartments Old Lance Lines , Secunderabad -
500025
</li>
<li>
<img src="images/assests/phone.png" alt="phone" />+91-9505051521
</li>
<li>
<img
src="images/assests/mail.png"
alt="mail"
</li>
</ul>
</div>
<div class="footerrightbody">
<div class="footerrightheader">FOLLOW US</div>
<hr class="footerrightsplitter" />
<p>
For more Regular updates and event announcements. Make sure to
follow us:
</p>
<div class="socials">
<img src="images/assests/fb.png" alt="facebook" />
<img src="images/assests/insta.png" alt="instagram" />
<img src="images/assests/twitter.png" alt="twitter" />
<img src="images/assests/yt.png" alt="youtube" />
</div>
</div>
</div>
</div>
<div class="copyright">Copyright 2023 © AD Life Trust.</div>
<script src="js/script.js"></script>
</body>
</html>