-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
136 lines (136 loc) · 5.47 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
<!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="img/spaceX-logo.jpg" />
<link rel="stylesheet" href="fonts/stylesheet.css">
<link rel="stylesheet" href="app.css" />
<title>SpaceX</title>
</head>
<body>
<main>
<div class="main-div" id="section-one">
<nav class="xnav">
<a href="#">
<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>
<ul class="topnav-left-list">
<li class="top-items"><a href="#" class="top-links">falcon 9</a></li>
<li class="top-items">
<a href="#" class="top-links">falcon heavy</a>
</li>
<li class="top-items"><a href="#" class="top-links">dragon</a></li>
<li class="top-items"><a href="#" class="top-links">starship</a></li>
<li class="top-items">
<a href="#" class="top-links">human spaceflight</a>
</li>
<li class="top-items"><a href="#" class="top-links">rideshare</a></li>
</ul>
<ul class="topnav-right-list">
<li class="top-items"><a href="#" class="top-links">shop</a></li>
<li class="top-items"><a href="#" class="top-links">=</a></li>
</ul>
</nav>
<div class="content" id="first"><h4 class="animate">recent launch</h4>
<h1>double asteroid redirection test (dart) mission</h1>
<a href="#"></a><span class="btn">re-watch</span></a></div>
</div>
<div class="main-div" id="section-two">
<div class="content"><h4 class="animate">current mission</h4>
<h2 class="main-h2">crew-3 docks to the international space station</h2>
<a href="#"></a><span class="btn">re-watch</span></a></div>
</div>
<div class="main-div" id="section-three">
<div class="content">
<h4 class="animate">completed mission</h4>
<h2 class="main-h2">crew-2 returns to earth</h2>
<a href="#"></a><span class="btn">re-watch</span></a>
</div>
</div>
<div class="main-div" id="section-four">
<div class="content">
<h4 class="animate">recent launch</h4>
<h2 class="main-h2">starlink mission</h2>
<a href="#"></a><span class="btn">re-watch</span></a>
</div>
</div>
<div class="main-div" id="section-five">
<div class="content" id="last">
<h2 class="main-h2">starship to land nasa astronauts on the moon</h2>
<a href="#"></a><span class="btn">learn more</span></a>
</div>
</div>
</main>
<nav class="foot-nav">
<span class="foot-span">SPACEX © 2021</span>
<ul>
<li><a href="#">twitter</a></li>
<li><a href="#">youtube</a></li>
<li><a href="#">instagram</a></li>
<li><a href="#">flickr</a></li>
<li><a href="#">linkedin</a></li>
<li><a href="#">privacy policy</a></li>
</ul>
</nav>
</body>
</html>