forked from EmanIftikhar/nasa-webpage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
265 lines (238 loc) · 8.69 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Titan's Frontier</title>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap" rel="stylesheet">
<!-- Add the Google Fonts link for the "Poppins" font -->
<style>
body {
font-family: 'Poppins', sans-serif;
/* Use the Poppins font */
background-color: #f2f2f2;
margin: 0;
padding: 0;
}
header {
position: relative;
background-color: #8399c5;
color: #EAEAEA;
padding: 20px;
text-align: left;
overflow: hidden;
}
/* Navigation Bar */
nav {
background-color: #333333;
text-align: center;
padding: 18px 0;
/* Adjust vertical padding */
}
.menu-icon {
display: none;
font-size: 24px;
cursor: pointer;
color: #fff;
}
.nav-list {
list-style-type: none;
padding: 0;
margin: 0;
}
.nav-list li {
display: inline;
margin: 0 10px;
}
.nav-list a {
color: #EAEAEA;
/* Lighter text color for improved contrast */
text-decoration: none;
font-size: 18px;
/* Slightly larger font size */
transition: color 0.3s ease;
/* Smooth text color transition */
}
#play-button {
color: #333333;
/* Text color for the special button */
background-color: #FFD700;
/* Background color for the special button */
padding: 10px 20px;
/* Add padding to create a button-like appearance */
border-radius: 4px;
border: 2px solid #FFD700;
}
#play-button:hover {
color: #FFD700;
/* Change text color on hover for the special button */
background-color: #333333;
}
.nav-list a:not(#play-button):hover {
color: #FFD700;
/* Change text color on hover */
}
/* Media query for mobile view */
@media screen and (max-width: 768px) {
.menu-icon {
display: block;
}
.nav-list {
display: none;
}
.nav-list.active {
display: block;
text-align: center;
}
.nav-list.active li {
display: block;
margin: 25px 0;
}
}
/* Navbar ends */
main {
max-width: 800px;
margin: 0 auto;
padding: 20px;
background-color: #fff;
}
.team-section {
background-color: #f7f7f7;
padding: 40px 0;
}
.team-row {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.team-member {
text-align: center;
margin: 20px;
flex: 1;
max-width: 300px;
}
.team-member img {
max-width: 100%;
height: auto;
border-radius: 50%;
filter: grayscale(100%);
/* Make the images grayscale by default */
transition: filter 0.3s ease;
}
.team-member:hover img {
filter: grayscale(0%);
/* Remove grayscale on hover to make the images colorful */
}
.team-member p {
margin: 10px 0;
}
#teamlogo {
display: block;
border-radius: 5%;
margin: auto;
text-align: center;
}
#TeamName {
font-size: 56px;
color: #333333;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
margin-top: 10px;
font-family: "Poppins", sans-serif;
/* Use the Poppins font */
transition: color 0.3s ease, transform 0.3s ease;
}
</style>
</head>
<body>
<header>
<img src="https://assets.spaceappschallenge.org/media/images/SpaceAppsLogo_Default_2ColorWhi.width-440.jpegquality-60.png"
alt="Your Image Description" id="logo" align="right" style="width: 200px; height: auto;">
<h1 style="color: #333333;">About Us</h1>
</header>
<nav>
<div class="menu-icon" onclick="toggleMenu()">☰</div>
<ul class="nav-list">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="roadmap.html">Roadmap</a></li>
<li><a href="game.html" id="play-button">Play Now</a></li>
</ul>
</nav>
<main>
<div id="team">
<h1 id="TeamName" style="text-align: center; ">Team Titan Voyagers</h1>
<img id="teamlogo" src="website/team_logo.png" alt="Team Logo" width="250"> <br>
<p>Titan Voyagers consists of six 3rd year Computer Science students studying in Heriot-Watt University
Dubai. A group of close friends as well, this team bring the right balance of chemistry and skills in
the aspect of game making. From creativity to technical implementation, this team has got it all. The
group aims and aspires to reach a wide audience to inspire and instill values of education, space
exploration and discovery.</p>
</div>
<h1 style="text-align: center;">Team members</h1>
<!-- Our Team Section -->
<section class="team-section">
<div class="team-row">
<div class="team-member">
<a href="https://www.linkedin.com/in/ziyaan-mir-3b80bb155/">
<img src="website/images/ziyaan.jpg" alt="Team Member 1">
</a>
<p style="font-weight: bold;">Ziyaan Mir</p>
<p>Lead Gameplay Design, Development & Logic</p>
</div>
<div class="team-member">
<a href="https://www.linkedin.com/in/rohan-advani-6826b3238/">
<img src="website/images/rohan.jpg" alt="Team Member 2">
</a>
<p style="font-weight: bold;">Rohan Advani</p>
<p>Game Mechanics & Media integration</p>
</div>
<div class="team-member">
<a href="https://www.linkedin.com/in/eman-iftikhar-286a07131/">
<img src="website/images/eman.jpg" alt="Team Member 3">
</a>
<p style="font-weight: bold;">Eman Iftikhar</p>
<p>Gameplay Design and Development</p>
</div>
</div>
<div class="team-row">
<div class="team-member">
<a href="https://www.linkedin.com/in/areej-ahmed-868272213/">
<img src="website/images/areej.jpg" alt="Team Member 4">
</a>
<p style="font-weight: bold;">Areej Ahmed</p>
<p>Lead Character & Screen Design</p>
</div>
<div class="team-member">
<a href="https://www.linkedin.com/in/muhammad-imaad-muhammad-ismail-b65973265/">
<img src="website/images/imaad.jpg" alt="Team Member 5">
</a>
<p style="font-weight: bold;">Muhammad Imaad</p>
<p>Storyline, Media & Game Design</p>
</div>
<div class="team-member">
<a href="https://www.linkedin.com/in/faiziqbal/">
<img src="website/images/faiz.jpg" alt="Team Member 6">
</a>
<p style="font-weight: bold;">Mohammed Faiz</p>
<p>Game Development & Design</p>
</div>
</div>
<div class="team-row">
<div class="team-member">
<a href="https://www.linkedin.com/in/talal-shaikh-ai/">
<img src="website/images/talal.jpg" alt="Team Member 4">
</a>
<p style="font-weight: bold;">Professor Talal Shaikh</p>
<p>Mentor</p>
</div>
</div>
</section>
</main>
<script>
function toggleMenu() {
var navList = document.querySelector(".nav-list");
navList.classList.toggle("active");
}
</script>
</body>
</html>