-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
116 lines (109 loc) · 4.64 KB
/
index.html
File metadata and controls
116 lines (109 loc) · 4.64 KB
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
<!DOCTYPE HTML>
<!--
Linear by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>The Physics of Landing Reusable Rockets</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link href='http://fonts.googleapis.com/css?family=Roboto:400,100,300,700,500,900' rel='stylesheet' type='text/css'>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-panels.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel-noscript.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-desktop.css" />
</noscript>
</head>
<body class="homepage">
<!-- Header -->
<div id="header">
<div id="nav-wrapper">
<!-- Nav -->
<nav id="nav">
<ul>
<li class="active"><a href="index.html">Introduction</a></li>
<li><a href="launch.html">Launch</a></li>
<li><a href="landing.html">Landing</a></li>
<li><a href="recent-developments.html">Recent Developments</a></li>
<li><a href="engineering-challenges.html">Engineering Challenges</a></li>
<li><a href="works-cited.html">Works Cited</a></li>
</ul>
</nav>
</div>
<div class="container">
<!-- Logo -->
<div id="logo">
<h1><a href="#">The Physics of Landing Reusable Rockets</a></h1>
<span class="tag">By: Solomon Himelbloom (University of Alaska Fairbanks)</span>
<br>
<span class="tag">Physics F211X (FH1) – November 23rd, 2020</span>
</div>
</div>
</div>
<!-- Header -->
<!-- Featured -->
<div id="featured">
<div class="container">
<header>
<h2>3… 2… 1… We have liftoff!</h2>
</header>
<p>Space exploration and looking beyond our Earth’s atmosphere has always been an aspirational goal of humans.</p>
<p>Across this website, we will be exploring some of the more recent developments with reusable rockets and how these innovations have fundamentally changed the way that we think about cost-effective, interplanetary travel.</p>
<small>Image Credit: NASA (<a href="https://unsplash.com/photos/-hI5dX2ObAs">https://unsplash.com/photos/-hI5dX2ObAs</a>) & SpaceX (<a href="https://unsplash.com/photos/-p-KCm6xB9I">https://unsplash.com/photos/-p-KCm6xB9I</a>)</small>
<hr />
<div class="row">
<section class="4u">
<span class="pennant"><span class="fa fa-rocket"></span></span>
<h3>Launch Physics</h3>
<p>First, get up to speed with some of the fundamental physics behind getting rockets off the Earth’s surface. Some challenges include finding a balance between thrust and the force of gravity.</p>
<a href="launch.html" class="button button-style1">Learn More</a>
</section>
<section class="4u">
<span class="pennant"><span class="fa fa-globe"></span></span>
<h3>Recent Developments</h3>
<p>After we learn more about the physics behind rockets, consider what differentiates the plethora of spaceflight companies and the unique approaches that are pushing the industry forward.</p>
<a href="recent-developments.html" class="button button-style1">Learn More</a>
</section>
<section class="4u">
<span class="pennant"><span class="fa fa-group"></span></span>
<h3>Engineering Challenges</h3>
<p>Finally, we will cover some of the extraordinary challenges faced when engineering rockets to land back on Earth. From designing to testing, failure is often a crucial aspect of data collection.</p>
<a href="engineering-challenges.html" class="button button-style1">Learn More</a>
</section>
</div>
</div>
</div>
<!-- Tweet -->
<div id="tweet">
<div class="container">
<section>
<blockquote>“That's one small step for man, one giant leap for mankind.” – Neil Armstrong</blockquote>
</section>
</div>
</div>
<!-- Footer -->
<div id="footer">
<div class="container">
<section>
<header>
<h2>PHYS F211 – Web Project</h2>
<span class="byline">By: Solomon Himelbloom</span>
</header>
</section>
</div>
</div>
<!-- Copyright -->
<div id="copyright">
<div class="container">
Design: <a href="http://templated.co">TEMPLATED</a> Images: <a href="http://unsplash.com">Unsplash</a> (<a href="http://unsplash.com/cc0">CC0</a>)
</div>
</div>
</body>
</html>