-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
319 lines (285 loc) · 14.6 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel = "icon" href="./Imgs/rocket-3432.svg";>
<link rel="stylesheet" type="text/css" href="./Main CSS/main.css">
<title>Space-Tourism</title>
</head>
<body data-body class="activated-home">
<!-- HEADER -->
<header id="header">
<img data-logo src="./Imgs/shared-imgs/logo.svg" alt="header logo">
<div class="divider"></div>
<img data-nav="img" src="./Imgs/Menu.svg">
<nav data-nav="menu">
<img data-nav="close" class="close" src="./Imgs/X.svg">
<ul>
<li class="li-activated" data-li><span>00</span><a href="#">HOME</a>
<div data-divider class="bar-header"></div>
</li>
<li data-li><span>01</span><a href="#">DESTINATION</a>
<div data-divider></div>
</li>
<li data-li><span>02</span><a href="#">CREW</a>
<div data-divider></div>
</li>
<li data-li><span>03</span><a href="#">TECHNOLOGY</a>
<div data-divider></div>
</li>
</ul>
</nav>
</header>
<!-- HOME -->
<section data-section="home" class="section-activated">
<div class="space-texts">
<div>
<h5>SO, YOU WANT TO TRAVEL TO</h5>
<h1>SPACE</h1>
<p> Let’s face it; if you want to go to space, you might as well<br class="br-active">
genuinely go to outer space and not hover kind of on the<br class="br-active">
edge of it. Well sit back, and relax because we’ll give you a<br class="br-active">
truly out of this world experience!</p>
</div>
<button data-button="home" type="button">EXPLORE</button>
</div>
</section>
<!-- DESTINATION -->
<section data-section="destination">
<section class="m-actived">
<!-- MOON -->
<div data-box="MOON" class="box">
<h6><span>01</span>PICK YOUR DESTINATION</h6>
<img src="./Imgs/Destination/Moon/image-moon.webp" alt="img-moon">
</div>
<!-- MARS -->
<div data-box="MARS">
<h6><span>01</span>PICK YOUR DESTINATION</h6>
<img src="./Imgs/Destination/Mars/image-mars.webp" alt="img-mars">
</div>
<!-- EUROPA -->
<div data-box="EUROPA">
<h6><span>01</span>PICK YOUR DESTINATION</h6>
<img src="./Imgs/Destination/Europa/image-europa.webp" alt="img-europa">
</div>
<!-- TITAN -->
<div data-box="TITAN">
<h6><span>01</span>PICK YOUR DESTINATION</h6>
<img src="./Imgs/Destination/Titan/image-titan.webp" alt="img-titan">
</div>
<div class="moons-infos">
<nav>
<ul>
<li data-moons><a href='#'>MOON</a>
<div data-bar class="bar"></div>
</li>
<li data-moons><a href='#'>MARS</a>
<div data-bar></div>
</li>
<li data-moons><a href='#'>EUROPA</a>
<div data-bar></div>
</li>
<li data-moons><a href='#'>TITAN</a>
<div data-bar></div>
</li>
<div data-bar="down-bar"></div>
</ul>
</nav>
<!-- MOON -->
<div data-mtexts="MOON" class="moon-texts">
<h1>MOON</h1>
<p>See our planet as you’ve never seen it before. A perfect<br class="br-active">
relaxing trip away to help regain perspective and come<br class="br-active">
back refreshed. While you’re there, take in some history<br class="br-active">
by visiting the Luna 2 and Apollo 11 landing sites.</p>
<div class="moons-divider"></div>
<div class="moons-dl">
<div class="infos">AVG. DISTANCE
<p>384,400 KM</p>
</div>
<div class="infos">Est. travel time
<p>3 DAYS</p>
</div>
</div>
</div>
<!-- MARS -->
<div data-mtexts="MARS">
<h1>MARS</h1>
<p>Don’t forget to pack your hiking boots. You’ll need them to<br class="br-active">
tackle Olympus Mons, the tallest planetary mountain in<br class="br-active">
our solar system. It’s two and a half times the size of<br class="br-active">
Everest!</p>
<div class="moons-divider"></div>
<div class="moons-dl">
<div class="infos">AVG. DISTANCE
<p>225 MIL. KM</p>
</div>
<div class="infos">Est. travel time
<p>9 MONTHS</p>
</div>
</div>
</div>
<!-- EUROPA -->
<div data-mtexts="EUROPA">
<h1>EUROPA</h1>
<p>The smallest of the four Galilean moons orbiting Jupiter,<br class="br-active">
Europa is a winter lover’s dream. With an icy surface, it’s<br class="br-active">
perfect for a bit of ice skating, curling, hockey, or simple<br class="br-active">
relaxation in your snug wintery cabin.v!</p>
<div class="moons-divider"></div>
<div class="moons-dl">
<div class="infos">AVG. DISTANCE
<p>628 MIL. KM</p>
</div>
<div class="infos">Est. travel time
<p>3 YEARS</p>
</div>
</div>
</div>
<!-- TITAN -->
<div data-mtexts="TITAN">
<h1>TITAN</h1>
<p>The only moon known to have a dense atmosphere other<br class="br-active">
than Earth, Titan is a home away from home (just a few<br class="br-active">
hundred degrees colder!). As a bonus, you get striking<br class="br-active">
views of the Rings of Saturn.</p>
<div class="moons-divider"></div>
<div class="moons-dl">
<div class="infos">AVG. DISTANCE
<p>1.6 BIL. KM</p>
</div>
<div class="infos">Est. travel time
<p>7 YEARS</p>
</div>
</div>
</div>
</div>
</section>
</section>
<!-- CREW -->
<section data-section="crew">
<section class="main-crew">
<div class="crew-texts">
<!-- Douglas -->
<div data-crew="DOUGLAS" class="crew-activated">
<h6><span>02</span>MEET YOUR CREW</h6>
<h2>COMMANDER</h2>
<h1>DOUGLAS HURLEY</h1>
<p>Douglas Gerald Hurley is an American engineer, former<br class="br-active">
Marine Corps pilot and former NASA astronaut. He<br class="br-active">
launched into space for the third time as commander of<br class="br-active">
Crew Dragon Demo-2.</p>
</div>
<!-- Mark -->
<div data-crew="MARK">
<h6><span>02</span>MEET YOUR CREW</h6>
<h2>MISSION SPECIALIST</h2>
<h1>MARK SHUTTLEWORTH</h1>
<p>Mark Richard Shuttleworth is the founder and CEO of<br class="br-active">
Canonical, the company behind the Linux-based Ubuntu<br class="br-active">
operating system. Shuttleworth became the first South<br class="br-active">
African to travel to space as a space tourist.</p>
</div>
<!-- Victor -->
<div data-crew="VICTOR">
<h6><span>02</span>MEET YOUR CREW</h6>
<h2>PILOT</h2>
<h1>VICTOR GLOVER</h1>
<p>Pilot on the first operational flight of the SpaceX Crew<br class="br-active">
Dragon to the International Space Station. Glover is a<br class="br-active">
commander in the U.S. Navy where he pilots an F/A-18.He<br class="br-active">
was a crew member of Expedition 64, and served as a<br class="br-active">
station systems flight engineer. </p>
</div>
<!-- Ansari -->
<div data-crew="ANSARI">
<h6><span>02</span>MEET YOUR CREW</h6>
<h2>FLIGHT ENGINEER</h2>
<h1>ANOUSHEH ANSARI</h1>
<p>Anousheh Ansari is an Iranian American engineer and<br class="br-active">
co-founder of Prodea Systems. Ansari was the fourth<br class="br-active">
self-funded space tourist, the first self-funded woman to<br class="br-active">
fly to the ISS, and the first Iranian in space.</p>
</div>
<div class="circle">
<div data-circle class="actived"></div>
<div data-circle></div>
<div data-circle></div>
<div data-circle></div>
</div>
</div>
<div data-person class="img-crew"><img class="douglas-img" src="./Imgs/Crew/image-douglas-hurley.webp"></div>
<div data-person><img class="mark-img" src="./Imgs/Crew/image-mark-shuttleworth.webp"></div>
<div data-person><img class="victor-img" src="./Imgs/Crew/image-victor-glover.webp"></div>
<div data-person><img class="ansari-img" src="./Imgs/Crew/image-anousheh-ansari.webp"></div>
</section>
</section>
<!-- TECHNOLOGY -->
<section data-section="tech">
<section class="vehicle">
<div>
<h6><span>03</span>SPACE LAUNCH 101</h6>
<!-- Mobile Imgs -->
<img data-responsiveTech="imgResponsive" class="responsive-actived" src="./Imgs/Technology/image-launch-vehicle-landscape.jpg">
<img data-responsiveTech="imgResponsive" src="./Imgs/Technology/image-spaceport-landscape.jpg">
<img data-responsiveTech="imgResponsive" src='./Imgs/Technology/image-space-capsule-landscape.jpg'>
<div class="vehicles-texts">
<nav>
<ul>
<li data-navTech class="nav-actived">
<p>1</p>
</li>
<li data-navTech>
<p>2</p>
</li>
<li data-navTech>
<p>3</p>
</li>
</ul>
</nav>
<!-- Launch Vehicle -->
<div data-tech="vehicles-paragraphs" class="tech-active">
<h7>THE TERMINOLOGY..</h7>
<h1>LAUNCH VEHICLE</h1>
<p>A launch vehicle or carrier rocket is a rocket-propelled<br class="br-active">
vehicle used to carry a payload from Earth's surface to<br class="br-active">
space, usually to Earth orbit or beyond. Our WEB-X<br class="br-active">
carrier rocket is the most powerful in operation. Standing<br class="br-active">
150 metres tall, it's quite an awe-inspiring sight on the<br class="br-active">
launch pad!</p>
</div>
<!-- Space Port -->
<div data-tech="vehicles-paragraphs">
<h7>THE TERMINOLOGY..</h7>
<h1>SPACEPORT</h1>
<p>A spaceport or cosmodrome is a site for launching (or<br class="br-active">
receiving) spacecraft, by analogy to the seaport for ships<br class="br-active">
or airport for aircraft. Based in the famous Cape<br class="br-active">
Canaveral, our spaceport is ideally situated to take<br class="br-active">
advantage of the Earth’s rotation for launch.</p>
</div>
<!-- Space Capsule -->
<div data-tech="vehicles-paragraphs">
<h7>THE TERMINOLOGY..</h7>
<h1>SPACE CAPSULE</h1>
<p>A space capsule is an often-crewed spacecraft that uses<br class="br-active">
a blunt-body reentry capsule to reenter the Earth's<br class="br-active">
atmosphere without wings. Our capsule is where you'll<br class="br-active">
spend your time during the flight. It includes a space<br class="br-active">
gym, cinema, and plenty of other activities to keep you<br class="br-active">
entertained.</p>
</div>
</div>
</div>
<!-- Desktop Imgs -->
<img data-imgTech="t-img" class="imgTech-active" src='./Imgs/Technology/image-launch-vehicle-portrait.jpg'>
<img data-imgTech="spacePort-img" src='./Imgs/Technology/image-spaceport-portrait.jpg'>
<img data-imgTech="t-img" src="./Imgs/Technology/image-space-capsule-portrait.jpg">
</section>
</section>
<script src="./script.js"></script>
</body>
</html>
<!-- MADE BY GUSTAVO J. SOUZA -->