-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
183 lines (164 loc) · 6.28 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=yes">
<title>SpaceX</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="imgs/icon.jpg">
</head>
<body>
<header>
<a href="" class="logo">
<svg version="1.1" x="0px" y="0px" viewBox="0 0 400 50">
<title>SpaceX Logo</title>
<g class="letter_s">
<path class="fill-white" d="M37.5,30.5H10.9v-6.6h34.3c-0.9-2.8-3.8-5.4-8.9-5.4H11.4c-5.7,0-9,2.1-9,6.7v4.9c0,4,3.4,6.3,8.4,6.3h26.9v7H1.5
c0.9,3.8,3.8,5.8,9,5.8h27.1c5.7,0,8.5-2.2,8.5-6.9v-4.9C46.1,33.1,42.8,30.8,37.5,30.5z"></path>
</g>
<g class="letter_p">
<path class="fill-white" d="M91.8,18.6H59v30.7h9.3V37.5h24.2c6.7,0,10.4-2.3,10.4-7.7v-3.4C102.8,21.4,98.6,18.6,91.8,18.6z M94.8,28.4
c0,2.2-0.4,3.4-4,3.4H68.3l0.1-8h22c4,0,4.5,1.2,4.5,3.3V28.4z"></path>
</g>
<g class="letter_a">
<polygon class="fill-white"
points="129.9,17.3 124.3,24.2 133.8,37.3 114,37.3 109.1,42.5 137.7,42.5 142.6,49.3 153.6,49.3 ">
</polygon>
</g>
<g class="letter_c">
<path class="fill-white" d="M171.4,23.9h34.8c-0.9-3.6-4.4-5.4-9.4-5.4h-26c-4.5,0-8.8,1.8-8.8,6.7v17.2c0,4.9,4.3,6.7,8.8,6.7h26.3
c6,0,8.1-1.7,9.1-5.8h-34.8V23.9z"></path>
</g>
<g class="letter_e">
<polygon class="fill-white"
points="228.3,43.5 228.3,34.1 247,34.1 247,28.9 218.9,28.9 218.9,49.3 260.4,49.3 260.4,43.5 ">
</polygon>
<rect class="fill-white" x="219.9" y="18.6" width="41.9" height="5.4"></rect>
</g>
<g class="letter_x">
<path class="fill-white" d="M287.6,18.6H273l17.2,12.6c2.5-1.7,5.4-3.5,8-5L287.6,18.6z"></path>
<path class="fill-white" d="M308.8,34.3c-2.5,1.7-5,3.6-7.4,5.4l13,9.5h14.7L308.8,34.3z"></path>
</g>
<g class="letter_swoosh">
<path class="fill-white"
d="M399,0.7c-80,4.6-117,38.8-125.3,46.9l-1.7,1.6h14.8C326.8,9.1,384.3,2,399,0.7L399,0.7z">
</path>
</g>
</svg>
</a>
<nav class="center-nav">
<a href="">Falcon 9</a>
<a href="">Falcon Heavy</a>
<a href="">Dragon</a>
<a href="">Starship</a>
<a href="">Human spaceflight</a>
<a href="">Rideshare</a>
<a href="">Startlink</a>
</nav>
<nav class="right-nav">
<a href="">Shop</a>
</nav>
</header>
<div class="shadow"></div>
<button class="hamburger" onclick="toggle()">
<span></span>
<span></span>
<span></span>
</button>
<nav class="mobile-nav">
<a href="">Falcon 9</a>
<a href="">Falcon Heavy</a>
<a href="">Dragon</a>
<a href="">Starship</a>
<a href="">Human spaceflight</a>
<a href="">Rideshare</a>
<a href="">Startlink</a>
<a href="">Shop</a>
</nav>
<section style="background-image: url('imgs/starlink-mission.webp')">
<div class="content-outer">
<div class="content">
<h3>UPCOMING LAUNCH</h3>
<h2>STARLINK MISSION</h2>
<a href=""><span>Watch</span></a>
</div>
</div>
</section>
<section style="background-image: url('imgs/eutelsat.webp')">
<div class="content-outer">
<div class="content">
<h3>UPCOMING LAUNCH</h3>
<h2>EUTELSAT HOTBIRD 13G MISSION</h2>
<a href=""><span>Watch</span></a>
</div>
</div>
</section>
<section style="background-image: url('imgs/astra-mission.webp')">
<div class="content-outer">
<div class="content">
<h3>RECENT LAUNCH</h3>
<h2>ASTRA 1P MISSION</h2>
<a href=""><span>Watch</span></a>
</div>
</div>
</section>
<section>
<div class="bg-video-section">
<video autoplay muted loop src="imgs/SpaceX-Video.mp4 "></video>
</div>
<div class="content-outer">
<div class="content">
<h3>RECENT LAUNCH</h3>
<h2>STARSHIP'S FOURTH FLIGHT TEST</h2>
<a href=""><span>Watch</span></a>
</div>
</div>
</section>
<section style="background-image: url('imgs/advancing-human.webp')">
<div class="content-outer">
<div class="content">
<h2>ADVANCING HUMAN SPACEFLIGHT</h2>
<a href=""><span>Watch</span></a>
</div>
</div>
</section>
<section style="background-image: url('imgs/starship-update.webp')">
<div class="content-outer">
<div class="content">
<h2>STARSHIP UPDATE</h2>
<a href=""><span>Learn more</span></a>
</div>
</div>
</section>
<section style="background-image: url('imgs/make-life-multiplanetary.webp')">
<div class="content-outer">
<div class="content">
<h2>TO MAKE LIFE MULTIPLANETARY</h2>
<a href=""><span>Learn more</span></a>
</div>
</div>
</section>
<section style="background-image: url('imgs/starship-moon.webp')">
<div class="content-outer">
<div class="content">
<h2>STARSHIP TO LAND NASA ASTRONAUTS ON THE MOON</h2>
<a href=""><span>Learn more</span></a>
</div>
</div>
</section>
<footer>
<nav>
<span>SpaceX © 2022</span>
<a href="">TWITTER</a>
<a href="">YOUTUBE</a>
<a href="">INSTAGRAM</a>
<a href="">FLICKR</a>
<a href="">LINKEDIN</a>
<a href="">PRIVACY POLICY</a>
<a href="">SUPPLIERS</a>
</nav>
</footer>
<script src="nav.js"></script>
<script src="scroll.js"></script>
</body>
</html>