-
Notifications
You must be signed in to change notification settings - Fork 0
/
news.html
499 lines (484 loc) · 20.1 KB
/
news.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
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
<!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="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Share+Tech&family=Share+Tech+Mono&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="nstyle.css" />
<title>SpaceFlight | News</title>
</head>
<body>
<header class="header">
<!-- <div class="top-space"> -->
<img src="RocketLogo.png" class="logo" />
<a class="nav--text" href="homepage.html">
<h1>SpaceFlight</h1>
</a>
<nav>
<a href="upcomingflights.html" class="nav--text">Upcoming Flights</a>
<a href="news.html" class="nav--text">News</a>
<a href="faq.html" class="nav--text">FAQ</a>
<a href="discussion.html" class="nav--text">Discussion</a>
<div class="nav--text">
<svg
xmlns="http://www.w3.org/2000/svg"
class="icon search"
fill="none"
viewBox="0 0 24 24"
stroke="currentColor"
>
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"
/>
</svg>
</div>
<a href="login.html" class="nav--text">Login/Sign-up</a>
</nav>
</header>
<!-- News Section -->
<div class="container">
<section>
<h2 class="latest-news-title">Latest News</h2>
<div class="grid-3-cols">
<figure class="chair">
<img src="news-1.jpg" alt="Axiom-1 Rocket flying into space" />
<div class="chair-box">
<h3>Back To The ISS</h3>
<ul class="chair-details">
<li>
SpaceX Ax-1: Axiom Space and SpaceX plan to send tourists to
the ISS using a Dragon 2 spacecraft. This is the first
all-private crewed flight to the ISS, targeted
for launch no earlier than the end of March 2022 although
delays have pushed this back. <br>
Ax-1 is now targeted for April 3, and Crew-4 will launch no
earlier than April 19, to "allow teams to complete final
spacecraft processing ahead of the mission."
</li>
</ul>
<div class="chair-price">
<strong>7 days ago</strong>
<a href="#" class="btn btn--small">Read More</a>
</div>
</div>
</figure>
<figure class="chair">
<img src="news-2.jpg" alt="Chair" />
<div class="chair-box">
<h3>Virgin Galactic Plans to Start Flying Paying Customers This Year</h3>
<ul class="chair-details">
<li>
Virgin Galactic's suborbital spaceliner is grounded at the moment,
but the company is confident it'll be fully up and running by the
end of the year. It will take some period of time for the
company to begin turning a profit after launch, however. <br> Virgin Galactic uses an
air-launch strategy to make their out-of-Earth, 11-minute experience a reality.
</li>
<div class="chair-price">
<strong>11 days ago</strong>
<a href="#" class="btn btn--small">Read More</a>
</div>
</div>
</figure>
<figure class="chair">
<img src="news-3.jpg" alt="Blue Origin SpaceFlight Crew" />
<div class="chair-box">
<h3>Blue Origin Plans to Boost SpaceFlight Launches in 2022</h3>
<ul class="chair-details">
<li>
Blue Origin wants to double the number of people it flew to space
in its first year of operations, which can be accomplished
"easily" by bringing in a second rocket. <br>
So far, the space tourism company has flown 14 people to space across three flights
in July, October and December. To meet the new flight rate, it is estimated that Blue Origin will need to bring on board another New Shepard vehicle and decrease the turnaround time between flights.
</li>
</ul>
<div class="chair-price">
<strong>13 days ago</strong>
<a href="#" class="btn btn--small">Read More</a>
</div>
</div>
</figure>
<figure class="chair">
<img src="news-4.jpg" alt="Spaceplane with wings above Earth" />
<div class="chair-box">
<h3>Space Transportation Company Enters the Space Tourism Market</h3>
<ul class="chair-details">
<li>
Space Transportation is a private company founded in China, developing
a reusable "rocket with wings" for space tourism and in-Earth point-to-point
travel. Ground tests are planned by 2023 with a first flight in 2024 and a crewed flight in 2025.
Even more ambitiously, a test flight of a global, or orbital, crewed space vehicle is planned by 2030, the company says.
<br>They claim hypersonic flight technology to be a “new commanding height” of aerospace technology in the 21st century and as having “great commercial value”.
</li>
</ul>
<div class="chair-price">
<strong>14 days ago</strong>
<a href="#" class="btn btn--small">Read More</a>
</div>
</div>
</figure>
<figure class="chair">
<img src="news-5.jpg" alt="Chair" />
<div class="chair-box">
<h3>Extraterrestrial Colonisation?</h3>
<ul class="chair-details">
<li>
Space tourism is just the beginning of Bezos's grand project to colonize the entire solar system. Such space colonization, he suggests, will fuel global prosperity by opening up boundless resources — including crucial metals and massive amounts of solar and nuclear energy. All of which can make useful products for people back on Earth.
Such grand ideas of extraterrestrial colonization are hardly new. <br> In the 1940s, the nascent Space Age entered a new age with a new wave of colonization — directed outwards into space.
</li>
</ul>
<div class="chair-price">
<strong>6th March 2022</strong>
<a href="#" class="btn btn--small">Read More</a>
</div>
</div>
</figure>
<figure class="chair">
<img src="news-6.jpg" alt="4 crew members inside a space shuttle" />
<div class="chair-box">
<h3>Inspiration4: The First All-Civilian Spaceflight On SpaceX Dragon</h3>
<ul class="chair-details">
<li>
Aboard the privately-funded SpaceX Crew Dragon capsule dubbed Resilience,
Isaacman — a self-described space geek who has accrued more than 6,000 hours
piloting various aircraft — was the commander and financer of the flight. <br>
Joining him were physician assistant Hayley Arcenaux, data engineer Chris Sembroski,
and geoscientist and science communication specialist Sian Proctor taking the
population of space to 14.
</li>
</ul>
<div class="chair-price">
<strong>5th March 2022</strong>
<a href="#" class="btn btn--small">Read More</a>
</div>
</div>
</figure> <figure class="chair">
<img src="news-7.jpg" alt="2 astronauts floating above Earth next to solar panels" />
<div class="chair-box">
<h3>Top 10 Spaceflight Stories of 2021</h3>
<ul class="chair-details">
<li>
2021 was a banner year for NASA and the rest of the spaceflight community around
the world. From landing on Mars to launching private citizens into space in the
successful space tourism launch. <br>This year has seen many historic milestones and next-giant leaps. Here we
take a look back at all the incredible moments in spaceflight and explore what they mean
for the future.
</li>
</ul>
<div class="chair-price">
<strong>2nd March 2022</strong>
<a href="#" class="btn btn--small">Read More</a>
</div>
</div>
</figure> <figure class="chair">
<img src="news-8.jpg" alt="Laura Churchly laughing alongside crewmate" />
<div class="chair-box">
<h3>Post-Flight Interview: Astronaut's Daughter Reflects On Her Own Space Launch
</h3>
<ul class="chair-details">
<li>
The eldest daughter of Alan Shepard, America's first astronaut to fly into space, Churchley followed in her father's
footsteps — and trajectory — lifting off on Dec. 11 aboard the New Shepard, Blue Origin's suborbital launch vehicle
named after her dad. <br> The 10-minute flight established Churchley as the 605th person (and 372nd American) to soar above
Earth, but she did so without needing the months- or years-long preparation her father and his fellow astronauts had to undergo.
<br> What started as a passing comment at a gala for the 50th anniversary of her father's Apollo 14 moon mission became the experience of her lifetime.</li>
</ul>
<div class="chair-price">
<strong>6th March 2022</strong>
<a href="#" class="btn btn--small">Read More</a>
</div>
</div>
</figure> <figure class="chair">
<img src="news-9.jpg" alt="Jeff Bezos recieves commercial astronaut badge from the FAA" />
<div class="chair-box">
<h3>FAA Ends Commercial Astronaut Wings Program As More People Reach Space</h3>
<ul class="chair-details">
<li>
After a record-breaking number of commercial spaceflyers in 2021, the Federal Aviation Administration (FAA) plans to end
its commercial astronaut wings program.The FAA made the decision to do this after noting "the number of people launching to space
[will] increase dramatically in the coming years," the agency said in a statement Friday (Dec. 10). <br> Starting in 2022, all future
commercial spaceflyers will instead receive a listing on the FAA website.
</li>
</ul>
<div class="chair-price">
<strong>6th March 2022</strong>
<a href="#" class="btn btn--small">Read More</a>
</div>
</div>
</figure>
</div>
</section>
</div>
<a href="#"><button class="btt-btn">Back To Top</button></a>
<!-- FOOTER -->
<footer class="footer">
<h2 class="contact-us">Contact Us</h2>
<div class="contact-info">
<svg
xmlns="http://www.w3.org/2000/svg"
class="icon-footer phone-icon"
width="192"
height="192"
fill="#000000"
viewBox="0 0 256 256"
>
<rect width="256" height="256" fill="none"></rect>
<path
d="M92.5,124.8a83.6,83.6,0,0,0,39,38.9,8,8,0,0,0,7.9-.6l25-16.7a7.9,7.9,0,0,1,7.6-.7l46.8,20.1a7.9,7.9,0,0,1,4.8,8.3A48,48,0,0,1,176,216,136,136,0,0,1,40,80,48,48,0,0,1,81.9,32.4a7.9,7.9,0,0,1,8.3,4.8l20.1,46.9a8,8,0,0,1-.6,7.5L93,117A8,8,0,0,0,92.5,124.8Z"
fill="#000"
stroke="#ffc935"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="16"
></path>
</svg>
<div class="telephone">+44 777 777 4444</div>
</div>
<div class="email-icon">
<svg
xmlns="http://www.w3.org/2000/svg"
class="icon-footer mail-icon"
width="192"
height="192"
fill="#000000"
viewBox="0 0 256 256"
>
<rect width="256" height="256" fill="none"></rect>
<path
d="M32,56H224a0,0,0,0,1,0,0V192a8,8,0,0,1-8,8H40a8,8,0,0,1-8-8V56A0,0,0,0,1,32,56Z"
fill="#000"
stroke="#ffc935"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="16"
></path>
<polyline
points="224 56 128 144 32 56"
fill="#000"
stroke="#ffc935"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="16"
></polyline>
</svg>
<div class="email-address">[email protected]</div>
</div>
<h2 class="follow-us">Follow Us</h2>
<div class="social-media">
<button class="social-media-box">
<svg
xmlns="http://www.w3.org/2000/svg"
class="logos"
width="192"
height="192"
fill="#B1AFAF"
viewBox="0 0 256 256"
>
<rect width="256" height="256" fill="none"></rect>
<circle
cx="128"
cy="128"
r="40"
fill="none"
stroke="#B1AFAF"
stroke-miterlimit="10"
stroke-width="16"
></circle>
<rect
x="36"
y="36"
width="184"
height="184"
rx="48"
fill="none"
stroke="#B1AFAF"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="16"
></rect>
<circle cx="180" cy="76" r="12"></circle>
</svg>
</button>
<button class="social-media-box">
<svg
xmlns="http://www.w3.org/2000/svg"
class="logos"
width="192"
height="192"
fill="#B1AFAF"
viewBox="0 0 256 256"
>
<rect width="256" height="256" fill="none"></rect>
<circle
cx="128"
cy="128"
r="96"
fill="none"
stroke="#B1AFAF"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="16"
></circle>
<path
d="M168,88H152a23.9,23.9,0,0,0-24,24V224"
fill="none"
stroke="#B1AFAF"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="16"
></path>
<line
x1="96"
y1="144"
x2="160"
y2="144"
fill="none"
stroke="#B1AFAF"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="16"
></line>
</svg>
</button>
<button class="social-media-box">
<svg
xmlns="http://www.w3.org/2000/svg"
class="logos"
width="192"
height="192"
fill="#B1AFAF"
viewBox="0 0 256 256"
>
<rect width="256" height="256" fill="none"></rect>
<path
d="M128,88c0-22,18.5-40.3,40.5-40a40,40,0,0,1,36.2,24H240l-32.3,32.3A127.9,127.9,0,0,1,80,224c-32,0-40-12-40-12s32-12,48-36c0,0-64-32-48-120,0,0,40,40,88,48Z"
fill="none"
stroke="#B1AFAF"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="16"
></path>
</svg>
</button>
<button class="social-media-box">
<svg
xmlns="http://www.w3.org/2000/svg"
class="logos"
width="192"
height="192"
fill="#B1AFAF"
viewBox="0 0 256 256"
>
<rect width="256" height="256" fill="none"></rect>
<path
d="M32,56H224a0,0,0,0,1,0,0V192a8,8,0,0,1-8,8H40a8,8,0,0,1-8-8V56A0,0,0,0,1,32,56Z"
fill="none"
stroke="#B1AFAF"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="16"
></path>
<polyline
points="224 56 128 144 32 56"
fill="none"
stroke="#B1AFAF"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="16"
></polyline>
</svg>
</button>
<button class="social-media-box">
<svg
xmlns="http://www.w3.org/2000/svg"
class="logos"
width="192"
height="192"
fill="#B1AFAF"
viewBox="0 0 256 256"
>
<rect width="256" height="256" fill="none"></rect>
<circle
cx="188"
cy="32"
r="16"
fill="none"
stroke="#B1AFAF"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="16"
></circle>
<path
d="M161,176a71.9,71.9,0,0,1-66,0"
fill="none"
stroke="#B1AFAF"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="16"
></path>
<polyline
points="128 72 136 24 172.2 29.6"
fill="none"
stroke="#B1AFAF"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="16"
></polyline>
<path
d="M59.4,89.9C77.7,78.7,101.7,72,128,72s50.3,6.7,68.6,17.9h0a24,24,0,1,1,31.6,34.8h0A50.7,50.7,0,0,1,232,144c0,39.8-46.6,72-104,72S24,183.8,24,144a50.7,50.7,0,0,1,3.8-19.3h0A24,24,0,1,1,59.4,89.9Z"
fill="none"
stroke="#B1AFAF"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="16"
></path>
<circle cx="88" cy="132" r="16"></circle>
<circle cx="168" cy="132" r="16"></circle>
</svg>
</button>
<button class="social-media-box">
<svg
xmlns="http://www.w3.org/2000/svg"
class="logos"
width="192"
height="192"
fill="#B1AFAF"
viewBox="0 0 256 256"
>
<rect width="256" height="256" fill="none"></rect>
<line
x1="120"
y1="88"
x2="88"
y2="224"
fill="none"
stroke="#B1AFAF"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="16"
></line>
<path
d="M61.5,156.6A80,80,0,1,1,208,112c0,44.2-32,72-64,72s-41.6-21.1-41.6-21.1"
fill="none"
stroke="#B1AFAF"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="16"
></path>
</svg>
</button>
</div>
<div class="copyright">@ SpaceFlight 2022. All rights reserved.</div>
</footer>
</body>
</html>