-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathprofile.html
390 lines (298 loc) Β· 14.7 KB
/
profile.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
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>User Profile</title>
<link rel="stylesheet" href="profile.css">
<link rel="stylesheet" href="Home.css">
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<script src="https://kit.fontawesome.com/1165876da6.js" crossorigin="anonymous"></script>
</head>
<body>
<header class="header">
<a href="Home.html" class="logo"><img src="images/Home/Sustainable_Development_Goal_14.png" alt="LOGO"
class="logo"></a>
<input type="checkbox" id="check">
<label for="check" class="icons">
<i class='bx bx-menu' id="close-icon"></i>
<i class='bx bx-x' id="menu-icon"></i>
</label>
<nav class="navbar">
<a href="Home.html" style="--i:0;">HOME <span></span></a>
<a href="Gallery.html" style="--i:1;">GALLERY <span></span></a>
<a href="shop.html" style="--i:2;">SHOP <span></span></a>
<a href="Feedback.html" style="--i:3;">FEEDBACK <span></span></a>
<a href="profile.html" class="active" style="--i:4;">USER PROFILE <span></span></a>
<a href="team.html" style="--i:5;">ABOUT US <span></span></a>
<a href="Sitemap.html" style="--i:6;">SITE MAP <span></span></a>
</nav>
</header>
<h1>USER PROFILE FORM</h1>
<div class="progressBar">
<div class="fillProgress" id="fillProgress"></div>
<span id="progressText">Profile completed 0%</span>
</div>
<button class="start" id="start">START</button>
<div class="output" id="outputDiv" style="display: none;">
<p class="outputName" id="outputName" style="display:none;">Name : <span id="enteredName"></span></p>
<p class="outputName" id="outputSurname" style="display:none;">Surname : <span id="enteredSurname"></span></p>
<p class="outputName" id="outputGnder" style="display:none;">Gender : <span id="enteredGender"></span></p>
<p class="outputName" id="outputPrivacyTerms" style="display:none;">Agree with privacy terms: <span
id="enteredPrivacyTerms"></span></p>
<p class="outputName" id="outputAge" style="display:none;">Age : <span id="enteredAge"></span></p>
<p>
<hr class="line1" id="line1" style="display: none;">
</p>
<p class="outputName" id="outputCourse" style="display: none;">What inspired you to join this cause? <span
id="enterCourse"> </span></p>
<p class="outputName" id="outputExperience" style="display: none;">Previous marine conservation
experience?(Yes/No) <span id="enterExperience"></span></p>
<p class="outputName" id="outputSkill" style="display: none;">Relevant skills/expertise? (e.g., Diving, Biology)
<span id="enterSkill"></span>
</p>
<p class="outputName" id="outWorkPreference" style="display: none;">Work preference? (On-site/Online/Both)
<span id="enterWorkPreference"></span>
</p>
<p>
<hr class="line2" id="line2" style="display: none;">
</p>
<p class="outputName" id="outputEducation" style="display: none;">Highest education level? <span
id="enteredEducation"></span></p>
<p class="outputName" id="outputDgree" style="display: none;">Relevant degrees/certifications? <span
id="enteredDegree"></span></p>
<p class="outputName" id="outputMarineConservation" style="display: none;">Experience in marine conservation
education?
(Yes/No)
<span id="enteredMarineConservation"></span>
</p>
<p>
<hr class="line3" id="line3" style="display: none;">
</p>
<p class="outputName" id="outputWeek" style="display:none;">Available hours per week? <span
id="enteredWeek"></span></p>
<p class="outputName" id="outputDays" style="display:none;">Preferred days/times? <span id="enteredDays"></span>
</p>
<p class="outputName" id="outputContact" style="display:none;">Preferred contact number?<span
id="enteredContact"></span></p>
</div>
<div class="div1Name" id="div1Name" style="display:none;">
<div class="div2Name">
<h2>STEP 1 Personal details | Question 1/5</h2>
<!-- <form> -->
<label for="name" class="yourName">Your Name:</label><br>
<input type="text" name="name" id="name" placeholder="Enter Your First Name">
<!-- </form> -->
<button class="next" id="next1">Next</button>
<button class="skip" id="skip1">Skip</button>
</div>
</div>
<div class="div1Name" id="div1Surname" style="display:none;">
<div class="div2Name">
<h2>STEP 1 Personal details | Question 2/5</h2>
<!-- <form> -->
<label for="surname" class="yourName">Your Surname:</label><br>
<input type="text" name="name" id="surname" placeholder="Enter Your Surname">
<!-- </form> -->
<button class="next" id="next2">Next</button>
<button class="skip" id="skip2">Skip</button>
</div>
</div>
<div class="div1Name" id="div1Gender" style="display:none;">
<div class="div2Privacy">
<h2>STEP 1 Personal details | Question 4/5</h2>
<!-- <form> -->
<p class="selectGender">Select your Gender:</p> <br>
<input type="radio" name="myRadio" id="male" value="male">
<label for="gender" class="yourName">Male</label>
<input type="radio" name="myRadio" id="female" value="female">
<label for="gender" class="yourName">Female</label>
<input type="radio" name="myRadio" id="other" value="other">
<label for="gender" class="yourName">Other</label>
<!-- </form> -->
<button class="next" id="next3">Next</button>
<button class="skip" id="skip3">Skip</button>
</div>
</div>
<div class="div1Name" id="div1PrivacyTerms" style="display:none;">
<div class="div2Privacy">
<h2>STEP 1 Personal details | Question 5/5</h2>
<!-- <form> -->
<p class="selectGender">Agree with privacy terms: </p><br>
<div class="yesNoBethween">
<input type="radio" name="privacyTerms" id="yes" value="yes">
<label for="yes">Yes</label>
<input type="radio" name="privacyTerms" id="no" value="no">
<label for="no">No</label>
</div>
<!-- </form> -->
<button class="next" id="next4">Next</button>
<button class="skip" id="skip4">Skip</button>
</div>
</div>
<div class="div1Name" id="div1Age" style="display:none;">
<div class="div2Name">
<h2>STEP 1 Personal details | Question 3/5</h2>
<!-- <form> -->
<label for="Age" class="yourName">Your Age:</label><br>
<input type="number" name="name" id="age" placeholder="Enter Your Age">
<!-- </form> -->
<button class="next" id="next5">Next</button>
<button class="skip" id="skip5">Skip</button>
</div>
</div>
<div class="div1Name" id="div1InspiredCause" style="display:none;">
<div class="div2Name">
<h2>STEP 2 Volunteering task | Question 1/4</h2>
<!-- <form> -->
<label for="inspiredCause" class="yourName">What inspired you to join this cause?</label><br>
<input type="text" name="name" id="inspiredCause">
<!-- </form> -->
<button class="next" id="next6">Next</button>
<button class="skip" id="skip6">Skip</button>
</div>
</div>
<div class="div1Name" id="div1PreviousExperience" style="display:none;">
<div class="div2Name">
<h2>STEP 2 Volunteering task | Question 2/4</h2>
<!-- <form> -->
<label for="previousExperience" class="yourName">Previous marine conservation experience?
(Yes/No)</label><br>
<input type="text" name="name" id="previousExperience">
<!-- </form> -->
<button class="next" id="next7">Next</button>
<button class="skip" id="skip7">Skip</button>
</div>
</div>
<div class="div1Name" id="div1Skill" style="display:none;">
<div class="div2Name">
<h2>STEP 2 Volunteering task | Question 3/4</h2>
<!-- <form> -->
<label for="skill" class="yourName">Relevant skills/expertise? (e.g., Diving, Biology)</label><br>
<input type="text" name="name" id="skill">
<!-- </form> -->
<button class="next" id="next8">Next</button>
<button class="skip" id="skip8">Skip</button>
</div>
</div>
<div class="div1Name" id="div1WorkPreference" style="display:none;">
<div class="div2Name">
<h2>STEP 2 Volunteering task | Question 4/4</h2>
<!-- <form> -->
<label for="workPreference" class="yourName">Work preference? (On-site/Online/Both)</label><br>
<input type="text" name="name" id="workPreference">
<!-- </form> -->
<button class="next" id="next9">Next</button>
<button class="skip" id="skip9">Skip</button>
</div>
</div>
<div class="div1Name" id="div1Education" style="display:none;">
<div class="div2Name">
<h2>STEP 3 Qualifications | Question 1/3</h2>
<!-- <form> -->
<label for="education" class="yourName">Highest education level?</label><br>
<input type="text" name="name" id="education">
<!-- </form> -->
<button class="next" id="next10">Next</button>
<button class="skip" id="skip10">Skip</button>
</div>
</div>
<div class="div1Name" id="div1Degree" style="display:none;">
<div class="div2Name">
<h2>STEP 3 Qualifications | Question 2/3</h2>
<!-- <form> -->
<label for="degrees" class="yourName">Relevant degrees/certifications?</label><br>
<input type="text" name="name" id="degrees">
<!-- </form> -->
<button class="next" id="next11">Next</button>
<button class="skip" id="skip11">Skip</button>
</div>
</div>
<div class="div1Name" id="div1MarineConservation" style="display:none;">
<div class="div2Name">
<h2>STEP 3 Qualifications | Question 3/3</h2>
<!-- <form> -->
<label for="marineConservation" class="yourName">Experience in marine conservation education?
(Yes/No)</label><br>
<input type="text" name="name" id="marineConservation">
<!-- </form> -->
<button class="next" id="next12">Next</button>
<button class="skip" id="skip12">Skip</button>
</div>
</div>
<div class="div1Name" id="div1Week" style="display:none;">
<div class="div2Name">
<h2>STEP 4 Availability and Contact | Question 1/3</h2>
<!-- <form> -->
<label for="week" class="yourName">Available hours per week?</label><br>
<input type="text" name="name" id="week">
<!-- </form> -->
<button class="next" id="next13">Next</button>
<button class="skip" id="skip13">Skip</button>
</div>
</div>
<div class="div1Name" id="div1Days" style="display:none;">
<div class="div2Name">
<h2>STEP 4 Availability and Contact | Question 2/3</h2>
<!-- <form> -->
<label for="days" class="yourName">Preferred days/times?</label><br>
<input type="text" name="name" id="days">
<!-- </form> -->
<button class="next" id="next14">Next</button>
<button class="skip" id="skip14">Skip</button>
</div>
</div>
<div class="div1Name" id="div1Contact" style="display:none;">
<div class="div2Name">
<h2>STEP 4 Availability and Contact | Question 3/3</h2>
<!-- <form> -->
<label for="contact" class="yourName">Preferred contact number</label><br>
<input type="number" name="name" id="contact">
<!-- </form> -->
<button class="next" id="next15">Next</button>
<button class="skip" id="skip15">Skip</button>
</div>
</div>
<div class="lastButton" id="lastButton">
<button class="edit" id="edit" style="display: none;">Edit</button>
<button class="submit" id="submit" style="display: none;">Submit</button>
</div>
<p class="successful" id="successful" style="display: none;"><strong>successful</strong></p>
<button class="backHome" id="backHome" style="display: none;">Back to home</button>
<footer>
<div class="container">
<div class="footer-content">
<h3 class="H3">Contact Us</h3>
<div class="elements">
<p>Email: <a href="mailto:[email protected]">[email protected]</a> </p>
<p>Phone: <br>+94 76 925 7022</p>
<p>Address: Dehiwala-Mount Lavinia</p>
</div>
</div>
<div class="footer-content">
<h3 class="H3">Quick Links</h3>
<ul class="list">
<li><a href="Home.html">Home</a></li>
<li><a href="Gallery.html">Gallery</a></li>
<li><a href="shop.html">Shop</a></li>
<li><a href="Feedback.html">Feedback</a></li>
<li><a href="team.html">About Us</a></li>
</ul>
</div>
<div class="footer-content">
<h3 class="H3">Follow Us</h3>
<ul class="social-icons">
<li><a href="https://web.facebook.com/pasishjdh?comment_id=Y29tbWVudDoxNjY3NzY0Mzc3MzAxMjMzXzgzMjA2NDM2ODg3Nzc4OQ%3D%3D" target="_blank"><i class="fab fa-facebook"></i></a></li>
<li><a href="https://x.com/alwaysPasindu" target="_blank"><i class="fab fa-twitter" ></i></a></li>
<li><a href="https://github.com/alwaysPasindu" target="_blank"><i class="fab fa-github" ></i></a></li>
<li><a href="https://www.linkedin.com/in/pasindu-dilshan-929865269/" target="_blank"><i class="fab fa-linkedin"></i></a></li>
</ul>
</div>
</div>
<div class="bottom-bar">
<p>Copyright © 2024 GROUP. E | Designed By <a href="PageEditorStudent2.html"><i>Pasindu Dilshan</i></a></p>
</div>
</footer>
<script src="profile.js"></script>
</body>
</html>