-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathprofile.html
More file actions
326 lines (299 loc) · 12.1 KB
/
profile.html
File metadata and controls
326 lines (299 loc) · 12.1 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Life Below Water - Profile</title>
<link rel="icon" type="image/x-icon" href="images/global/favicon.ico">
<link rel="stylesheet" href="css/global.css">
<link rel="stylesheet" href="css/profile.css">
</head>
<body>
<!-- Top Utility Bar -->
<!-- Main Navigation Bar -->
<header class="main-nav">
<div class="nav-top">
<div class="logo">
<a href="/home.html">
<img src="images/global/logo.png" alt="TECHASTRIS">
</a>
</div>
<div class="hamburger-menu" id="hamburger-menu">☰</div>
<nav id="nav-links">
<ul>
<li><a href="/home.html">Home</a></li>
<li><a href="/about.html">About Us</a></li>
<li><a href="/home.html#gallery">Overview</a></li>
<li><a href="/volunteer.html">Volunteer</a></li>
<li><a href="/teampage.html">Team</a></li>
<li><button id="search-expand">🔍</button></li>
</ul>
</nav>
</div>
<a href="profile.html"><img src="images/global/profile_icon.ico" alt="profile" class="profile-icon"></a>
<button id="themeToggle" class="theme-button"></button>
<!-- Search Bar (Hidden Initially) -->
<div class="search-container" id="search-bar">
<input type="text" placeholder="Search">
<button id="search-btn">Search</button>
<button id="close-search">✖</button>
</div>
</header>
<div id="content">
<div class="Main">
<!-- Left column -->
<div class="Left">
<!-- Left column - Top section -->
<div id="Left_1" class="LeftSection">
<h3 class="Topic">Stefen Salvatore</h3>
<img src="images/global/profile_icon.ico" height=300 alt="Profile Picture"> <br>
<dfn style="font-size : 18px;">" I'm passionate about conserving the sea, working to protect its beauty and
preserve its future. "</dfn>
<hr>
<ul style="font-size : 18px; text-align : left;">
<li>Age : 21</li>
<li>Work : Student</li>
<li>Family : Single</li>
<li>Location : London, England</li>
</ul>
</div>
<!-- Left column - Bottom section-->
<div id="Left_2" class="LeftSection">
<h4 Class="Topic" style="text-align : center;">Skills</h4>
<table class="Skills_Table">
<tr>
<td colspan="2">Communication</td>
</tr>
<tr>
<td id="p1_c" class="Progress_color"></td>
<td class="Progress_blank"></td>
</tr>
</table>
<br>
<table class="Skills_Table">
<tr>
<td colspan="2">Team Working</td>
</tr>
<tr>
<td id="p2_c" class="Progress_color"></td>
<td class="Progress_blank"></td>
</tr>
</table>
<br>
<table class="Skills_Table">
<tr>
<td colspan="2">IT</td>
</tr>
<tr>
<td id="p3_c" class="Progress_color"></td>
<td class="Progress_blank"></td>
</tr>
</table>
<br>
<table class="Skills_Table">
<tr>
<td colspan="2">Presentation</td>
</tr>
<tr>
<td id="p4_c" class="Progress_color"></td>
<td class="Progress_blank"></td>
</tr>
</table>
</div>
</div>
<!-- Middle Section -->
<div class="Middle">
<!-- Middle Section - 1st Section -->
<div class="MidSection" id="Mid_1">
<h4 class="Topic">Short bio</h4>
<p>
Stefen Salvatore is a third year Software Engineering Student, passionate
about web development and user experience design. He enjoys solving complex
problems and cre innovative solutions.
</p>
</div>
<!-- Middle Section - 2nd Section -->
<div class="MidSection" id="Mid_2">
<div>
<img src="images/profile/compass.png" alt="compass icon" height=60>
<h4>Goals</h4>
</div>
<ul>
<li>Enhance Code Efficiency</li>
<li>Master a New Framework or Technology</li>
<li>Contribute to Open Source</li>
<li>Improve Software Security Practices</li>
</ul>
</div>
<!--Middle Section - 3rd Section -->
<div class="MidSection" id="Mid_3">
<div>
<img src="images/profile/barrier.png" alt="barrier icon" height=60>
<h4>Frustrations</h4>
</div>
<ul>
<li>Debugging complex issues</li>
<li>Unclear requirements</li>
<li>Technical Debt</li>
</ul>
</div>
<!-- Middle Section - 4th Section -->
<div class="MidSection" id="Mid_4">
<div>
<img src="images/profile/pass.png" alt="grade icon" height=60>
<h4>Experience</h4>
</div>
<ul>
<li>Java</li>
<li>Pyhton</li>
<li>C++</li>
<li>HTML</li>
</ul>
</div>
</div>
<!-- Right Section -->
<div class="Right">
<!-- Right Section - section 1 -->
<div class="RightSection" id="Right_1">
<div>
<img src="images/profile/calendar.png" alt="calendar pic" height=60>
<h4>Volunteering Availability</h4>
</div>
<table>
<caption><b>February 2025</b></caption>
<thead>
<tr>
<th>Mon</th>
<th>Tue</th>
<th>Wed</th>
<th>Thu</th>
<th>Fri</th>
<th>Sat</th>
<th>Sun</th>
</tr>
</thead>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td class="AvailableSlots">1</td>
<td class="Weekend">2</td>
</tr>
<tr>
<td>3</td>
<td class="AvailableSlots">4</td>
<td>5</td>
<td>6</td>
<td>7</td>
<td class="Weekend">8</td>
<td class="AvailableSlots">9</td>
</tr>
<tr>
<td class="AvailableSlots">10</td>
<td>11</td>
<td>12</td>
<td>13</td>
<td class="AvailableSlots">14</td>
<td class="Weekend">15</td>
<td class="Weekend">16</td>
</tr>
<tr>
<td>17</td>
<td>18</td>
<td class="AvailableSlots">19</td>
<td>20</td>
<td>21</td>
<td class="Weekend">22</td>
<td class="AvailableSlots">23</td>
</tr>
<tr>
<td class="AvailableSlots">24</td>
<td>25</td>
<td>26</td>
<td>27</td>
<td>28</td>
<td class="Weekend"></td>
<td class="Weekend"></td>
</tr>
</table>
</div>
<!--Right Section - Section 2-->
<div class="RightSection" id="Right_2">
<div>
<img src="images/profile/un_goals.png" alt="un goal pic" height=60>
<h4>UN Goals I Support</h4>
</div>
<br>
<br>
<div style="gap : 50px; padding : 0px 10px 0px 10px; justify-content : center;">
<a href="https://sdgs.un.org/goals/goal8"><img src="images/profile/un_goal_economic_growth.png"
alt="UN goal economic growth pic" height="110" class="Goal_Image"></a>
<a href="https://sdgs.un.org/goals/goal15"><img src="images/profile/un_goal_land_life.png"
alt="UN goal life on land pic" height="110" class="Goal_Image"></a>
<a href="https://sdgs.un.org/goals/goal4"><img src="images/profile/un_goal_quality_education.png"
alt="UN goal quality education pic" height="110" class="Goal_Image"></a>
<a href="https://sdgs.un.org/goals/goal13"><img src="images/profile/un_goals_climate_action.png"
alt="UN goal climate action pic" height="110" class="Goal_Image"></a>
</div>
</div>
<!--Right Section - Section 3-->
<div class = "RightSection" id="Right_3">
<div>
<img src="images/profile/chat.png" alt="compass icon" height=60>
<h4>Contact me</h4>
</div>
<form>
<label for="name">Name:</label>
<input type="text" id="name" name="name" required> <br><br>
<label for="email">Email:</label>
<input type="email" id="email" name="email" required> <br><br>
<label for="message">Message or Inquiry:</label>
<textarea id="message" name="message" rows="1" required></textarea> <br><br>
<button type="submit">Send</button>
</form>
</div>
</div>
</div>
</div>
<footer class="footer">
<a href="https://sdgs.un.org/" target="_blank">
<div class="image-container">
<img src="images/global/image.png" alt="Image 1">
<img src="images/global/logo2.png" alt="Image 2">
</div>
</a>
<!-- Accessibility Links in the center -->
<div class="links">
<a href="/home.html">HOME</a>
<a href="/about.html">ABOUT US</a>
<a href="/home.html#gallery">OVERVIEW</a>
<a href="/volunteer.html">VOLUNTEER</a>
<a href="/teampage.html">TEAM</a>
<a href="/sitemap.html">SITEMAP</a>
<a href="/feedback.html">FEEDBACK</a>
<a href="https://sdgs.un.org/goals/goal14" target="_blank">SDG</a>
</div>
<!-- Line below the links -->
<hr>
<!-- Bottom section with Fan Support, Copyright and Extra Links -->
<div class="bottom-text">
<div class="membership">
<a href="/table.html">Membership</a>
</div>
<div class="extra-links">
<a href="#" onclick="redirect('Kevin')" class="btn">Kevin</a>
<a href="#" onclick="redirect('Avaneesh')" class="btn">Avaneesh</a>
<a href="#" onclick="redirect('Pangajan')" class="btn">Pangajan</a>
<a href="#" onclick="redirect('Imayuru')" class="btn">Imayuru</a>
</div>
<div class="copyright">
<p>© 2025 TECHASTRIS.</p>
</div>
</div>
</footer>
<script src="js/nav-search.js"></script>
<script src="js/redirect.js" defer></script>
</body>
</html>