-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
204 lines (199 loc) · 8.36 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
<!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">
<title>Space X</title>
<link rel="stylesheet" href="styles.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/js/all.min.js"></script>
</head>
<body>
<header>
<nav>
<div class="brand">
<a href="#">
<img src="./img/logo.png" alt="">
</a>
</div>
<div class="nav-right">
<div class="nav-links">
<a href="#" class="active">Home</a>
<a href="#">About</a>
<a href="#">Updates</a>
<a href="#">Career</a>
<a href="#">Shop</a>
</div>
<div class="search">
<div>
<img src="./img/search.png" alt="">
<input type="text" placeholder="Search">
</div>
</div>
</div>
</nav>
<section class="hero">
<div class="social">
<div><a href="#"><i class="fab fa-facebook-f"></i></a></div>
<div><a href="#"><i class="fab fa-tumblr"></i></a></div>
<div><a href="#"><i class="fab fa-instagram"></i></a></div>
<div><a href="#"><i class="fab fa-youtube"></i></a></div>
</div>
<div class="cta container">
<div class="left-section">
<h1>Space Exploration Technologies Corp. trading as SpaceX, is a private american aerospace
manafacturer headquartered California.</h1>
<button class="btn btn-primary">Explore Space</button>
</div>
<div class="right-section">
<img src="./img/astronaut.png" alt="">
</div>
</div>
</section>
</header>
<section class="strip">
<h3>Starlink Mission</h3>
<button class="btn btn-primary">Join Now</button>
</section>
<section class="rocket container">
<div class="left-block">
<div class="block">
<h1 class="with-underline">FALCON9</h1>
<p>
Falcon 9 is a two-stage rocket designed and manafactured by Space X for the reliable and safe transport of Satellites and the Dragon Spacecraft into Orbit.
</p>
</div>
<div class="block dragon">
<h2 class="with-underline">DRAGON SPACECRAFT</h2>
<p>
Dragon carries cargo in the spacecraft's pressurized cap and unpressurized trunk, which can also accomodate secondary payloads. In future, Dragon will carry astronauts in the pressurized capsule as well.
</p>
<button class="btn btn-secondary">LEARN MORE</button>
</div>
<div class="block composite">
<h2 class="with-underline">COMPOSITE FAIRING</h2>
<p>
The payload fairing is for the delivery of the satellites to the destinations in Low Earth Orbit (LEO), Geosynchronous transfer orbit (GTO) and beyond.
</p>
<button class="btn btn-secondary">LEARN MORE</button>
</div>
<div class="block first-stage">
<h2 class="with-underline">FIRST STAGE</h2>
<p>
Falcon 9's first stage incorporates nine Merlin engines and aluminum-lithium alloy tanks containing liquid oxygen and rocket-grade kerosene (RP-1) propellant.
</p>
<button class="btn btn-secondary">LEARN MORE</button>
</div>
<div class="block capacity">
<div>
<h4 class="with-underline">ENGINE</h4>
<h6>9</h6>
</div>
<div>
<h4 class="with-underline">BURNTIME</h4>
<h6>162 <small>SEC</small></h6>
</div>
</div>
<div class="block capacity">
<div>
<h4 class="with-underline">Thrust At Sea Level</h4>
<h6>7,607kN1</h6>
</div>
</div>
</div>
<div class="rocket-body">
<span class="first">
<img src="./img/rocket1.png" alt="">
</span>
<span class="second">
<img src="./img/rocket2.png" alt="">
</span>
<span class="third">
<img src="./img/rocket3.png" alt="">
</span>
</div>
<div class="right-block">
<div class="floating-graphics">
<img src="./img/bus.png" alt="">
</div>
<div class="block payload">
<h2>PAYLOAD</h2>
<p>
Falcon 9 delivers payloads to space aboard the Dragon spacecraft or inside a composite fairing.
</p>
</div>
<div class="block first-stage">
<h2 class="with-underline">SECOND STAGE</h2>
<p>
The second stage powered by a single Merlin vaccumm engine delivers Falcon 9's payload to the desired orbit. For maximum reliablity the second stage has redundant igniter systems.
</p>
</div>
<div class="block capacity">
<div>
<h4 class="with-underline">ENGINE</h4>
<h6>9</h6>
</div>
<div>
<h4 class="with-underline">BURNTIME</h4>
<h6>162 <small>SEC</small></h6>
</div>
</div>
<div class="block capacity single">
<div>
<h4 class="with-underline">Thrust At Sea Level</h4>
<h6>7,607kN1</h6>
</div>
</div>
<div class="block engines">
<img src="./img/engines.png" alt="">
</div>
<div class="block marine">
<h2>NINE MARLINE ENGINES</h2>
<p>
With its nine first-stage Merlin engines clustered together, Falcon 9 can sustain upto two engines shutdown during flight and successfully complete its mission. Falcon 9 is the only launch vehicle in its class with this key reliablity feature.
</p>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="copyright">
<div>
<a href="#"><img class="footer-logo" src="./img/logo.png" alt=""></a>
</div>
<span>© 2021 Mihir Amin</span>
</div>
<div>
<h1>About Us</h1>
<ul>
<li><a href="#">WHO WE ARE</a></li>
<li><a href="#">CONTACT US</a></li>
<li><a href="#">FAQs</a></li>
<li><a href="#">MISSIONS</a></li>
<li><a href="#">OTHER COMPANIES</a></li>
</ul>
</div>
<div>
<h1>Company</h1>
<ul>
<li><a href="#">CAREERS</a></li>
<li><a href="#">LEGAL</a></li>
<li><a href="#">POLICY</a></li>
<li><a href="#">PRESS</a></li>
<li><a href="#">BLOG</a></li>
</ul>
</div>
<div class="socials">
<h1>Socials</h1>
<div class="footer-socials">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-tumblr"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-youtube"></i></a>
</div>
</div>
</footer>
<script src="app.js"></script>
<script src="https://code.responsivevoice.org/responsivevoice.js?key=HzfcqqLX"></script>
</body>
</html>