-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
194 lines (187 loc) · 7.92 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Spacex redesign</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/js/all.min.js"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<nav>
<div class="brand">
<a href="#">
<img src="logo (1).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="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
manufacturer headquartered California.</h1>
<button class="btn btn-primary">Explore Space</button>
</div>
<div class="right-section">
<img src="astronaut.png" alt="astronaut">
</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 manufactured by SpaceX 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 capsule and unpressurized trunk, which can also
accommodate secondary payloads. In the 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 satellites to 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="rocket1.png" alt=""></span>
<span class="second"><img src="rocket2.png" alt=""></span>
<span class="third"><img src="rocket3.png" alt=""></span>
</div>
<div class="right-block">
<div class="floating-graphics">
<img src="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 second-stage">
<h2 class="with-underline">SECOND STAGE</h2>
<p>The second stage, powered by a single Merlin vacuum engine, delivers Falcon 9's payload to the
desired orbit. For maximum reliability, the second stage has redundant igniter systems.</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 single">
<div>
<h4 class="with-underline">Thrust At Sea Level</h4>
<h6>7,607kN1</h6>
</div>
</div>
<div class="block engines">
<img src="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 up to two engine
shutdowns during flight and still successfully complete its mission. Falcon 9 is the only launch
vehicle in its class with this key reliability feature.</p>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="copyright">
<div>
<a href="#"><img class="footer-logo" src="logo (1).png" alt=""></a>
</div>
<span>© 2020 Rish Design</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">
<div class="footer-socials">
<h1>Socials</h1>
<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>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>