-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathteampage.html
More file actions
199 lines (179 loc) · 9.41 KB
/
teampage.html
File metadata and controls
199 lines (179 loc) · 9.41 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
<!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 - Team</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/teampage.css">
</head>
<body>
<!-- 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" class="active">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="team-container">
<h1 class="team-heading">Our Team</h1>
<div class="team-grid">
<div class="team-grid">
<div class="team-member" tabindex="0">
<img src="images/team/Imayuru.jpg" alt="Team Member 2" class="thumbnail">
<div class="member-details">
<div class="member-name">Imayuru</div>
<div class="member-role">Student 01 <br>
(W2119990)</div>
<div class="member-tasks">
<p>Undergraduate at Informatics Institute of Technology</p>
<a href="https://github.com/typicalninja/" target="_blank"
aria-label="Visit Vidath Imayuru's GitHub">
<img src="images/team/github_logo.jpg" alt="GitHub logo" width="40">
</a>
<a href="mailto:imayuruweerawala@gmail.com" aria-label="Send email to Vidath Imayuru">
<img src="images/team/gmail_logo.jpg" alt="Gmail logo" width="40">
</a>
<a href="https://www.linkedin.com/in/imayuru/" target="_blank"
aria-label="Visit Vidath Imayuru's LinkedIn">
<img src="images/team/linkedin_logo.png" alt="LinkedIn logo" width="40">
</a>
</div>
</div>
</div>
</div>
<div class="team-member" tabindex="0">
<img src="images/team/Avaneesh.jpg" alt="Team Member 2" class="thumbnail">
<div class="member-details">
<div class="member-name">Avaneesh</div>
<div class="member-role">Student 02 <br>
(W2119745)</div>
<div class="member-tasks">
<p>Undergraduate at Informatics Institute of Technology</p>
<a href="https://github.com/AvaneeshKesavan" target="_blank"
aria-label="Visit Avaneesh Kesavan's GitHub">
<img src="images/team/github_logo.jpg" alt="GitHub logo" width="40">
</a>
<a href="mailto:kesavan.avaneesh@gmail.com" aria-label="Send email to Avaneesh Kesavan">
<img src="images/team/gmail_logo.jpg" alt="Gmail logo" width="40">
</a>
<a href="https://www.linkedin.com/in/avaneesh-kesavan/" target="_blank"
aria-label="Visit Avaneesh Kesavan's LinkedIn">
<img src="images/team/linkedin_logo.png" alt="LinkedIn logo" width="40">
</a>
</div>
</div>
</div>
<div class="team-member" tabindex="0">
<img src="images/team/Pangajan.jpg" alt="Team Member 3" class="thumbnail">
<div class="member-details">
<div class="member-name">Pangajan</div>
<div class="member-role">Student 03 <br>
(W2119739)</div>
<div class="member-tasks">
<p>Undergraduate at Informatics Institute of Technology</p>
<a href="https://github.com/Pangajan" target="_blank"
aria-label="Visit Pangajan Paranitharan's GitHub">
<img src="images/team/github_logo.jpg" alt="GitHub logo" width="40">
</a>
<a href="mailto:pangajan20@gmail.com" aria-label="Send email to Pangajan Paranitharan">
<img src="images/team/gmail_logo.jpg" alt="Gmail logo" width="40">
</a>
<a href="https://www.linkedin.com/in/pangajan-paranitharan-81ab51315/" target="_blank"
aria-label="Visit Pangajan Paranitharan's LinkedIn">
<img src="images/team/linkedin_logo.png" alt="LinkedIn logo" width="40">
</a>
</div>
</div>
</div>
<div class="team-member" tabindex="0">
<img src="images/team/Kevin.jpg" alt="Team Member 4" class="thumbnail">
<div class="member-details">
<div class="member-name">Kevin</div>
<div class="member-role">Student 04 <br>
(W2119731)</div>
<div class="member-tasks">
<p>Undergraduate at Informatics Institute of Technology</p>
<a href="https://github.com/kevin-bartholomeusz" target="_blank"
aria-label="Visit K.D. Bartholomeusz's GitHub">
<img src="images/team/github_logo.jpg" alt="GitHub logo" width="40">
</a>
<a href="mailto:bartholomeuszkd@gmail.com" aria-label="Send email to K.D. Bartholomeusz">
<img src="images/team/gmail_logo.jpg" alt="Gmail logo" width="40">
</a>
<a href="https://www.linkedin.com/in/kevin-bartholomeusz-07a70b332/" target="_blank"
aria-label="Visit K.D. Bartholomeusz's LinkedIn">
<img src="images/team/linkedin_logo.png" alt="LinkedIn logo" width="40">
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer Section -->
<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 sections -->
<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>
<!-- JavaScript Files -->
<script src="js/nav-search.js"></script>
<script src="js/redirect.js" defer></script>
</body>
</html>