aboutsummaryrefslogtreecommitdiff
path: root/missions
diff options
context:
space:
mode:
Diffstat (limited to 'missions')
-rw-r--r--missions/index.html202
1 files changed, 202 insertions, 0 deletions
diff --git a/missions/index.html b/missions/index.html
new file mode 100644
index 0000000..5e8c8e1
--- /dev/null
+++ b/missions/index.html
@@ -0,0 +1,202 @@
+<!doctype html>
+<html lang="en">
+
+<head>
+ <!-- Meta Tags -->
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
+ <meta name="description" content="Browse all human space missions at Space Wiki.">
+
+ <!-- CSS -->
+ <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous" />
+ <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,700">
+ <link rel="stylesheet" href="../assets/css/styles.css">
+ <!-- Icons -->
+ <link rel="apple-touch-icon" sizes="57x57" href="../assets/favicon/apple-icon-57x57.png">
+ <link rel="apple-touch-icon" sizes="60x60" href="../assets/favicon/apple-icon-60x60.png">
+ <link rel="apple-touch-icon" sizes="72x72" href="../assets/favicon/apple-icon-72x72.png">
+ <link rel="apple-touch-icon" sizes="76x76" href="../assets/favicon/apple-icon-76x76.png">
+ <link rel="apple-touch-icon" sizes="114x114" href="../assets/favicon/apple-icon-114x114.png">
+ <link rel="apple-touch-icon" sizes="120x120" href="../assets/favicon/apple-icon-120x120.png">
+ <link rel="apple-touch-icon" sizes="144x144" href="../assets/favicon/apple-icon-144x144.png">
+ <link rel="apple-touch-icon" sizes="152x152" href="../assets/favicon/apple-icon-152x152.png">
+ <link rel="apple-touch-icon" sizes="180x180" href="../assets/favicon/apple-icon-180x180.png">
+ <link rel="icon" type="image/png" sizes="192x192" href="../assets/favicon/android-icon-192x192.png">
+ <link rel="icon" type="image/png" sizes="32x32" href="../assets/favicon/favicon-32x32.png">
+ <link rel="icon" type="image/png" sizes="96x96" href="../assets/favicon/favicon-96x96.png">
+ <link rel="icon" type="image/png" sizes="16x16" href="../assets/favicon/favicon-16x16.png">
+ <link rel="manifest" href="../assets/favicon/manifest.json">
+ <meta name="msapplication-TileColor" content="#ffffff">
+ <meta name="msapplication-TileImage" content="../assets/favicon/ms-icon-144x144.png">
+ <meta name="theme-color" content="#ffffff">
+ <title>Missions | Space Wiki</title>
+</head>
+
+<body onload="logVisit();">
+ <!-- Navbar -->
+ <nav class="navbar navbar-expand-lg navbar-dark fixed-top">
+ <a class="navbar-brand" href="../"><img src="../assets/favicon/favicon-96x96.png" width="30" height="30" class="d-inline-block align-top mr-2" /> Space Wiki </a>
+ <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
+ <span class="navbar-toggler-icon"></span>
+ </button>
+ <div class="collapse navbar-collapse" id="navbarSupportedContent">
+ <ul class="navbar-nav mr-0 ml-auto">
+ <li class="nav-item">
+ <a class="nav-link" href="../">Home</a>
+ </li>
+ <li class="nav-item">
+ <a class="nav-link" href="../planets/">Planets</a>
+ </li>
+ <li class="nav-item active">
+ <a class="nav-link" href="../missions/">Missions</a>
+ </li>
+ <li class="nav-item">
+ <a class="nav-link" href="../gallery/">Gallery</a>
+ </li>
+ <li class="nav-item">
+ <a class="nav-link" href="../about.html">About</a>
+ </li>
+ </ul>
+ </div>
+ </nav>
+ <div id="timeline-page-container" class="container">
+ <h1 class="text-center mb-4">Missions</h1>
+ <div id="centered-timeline">
+ <div>
+ <ul class="timeline timeline-centered">
+ <li class="timeline-item period">
+ <div class="timeline-info"></div>
+ <div class="timeline-marker"></div>
+ <div class="timeline-content">
+ <h2 class="timeline-title">Orbital Missions</h2>
+ </div>
+ </li>
+ <li class="timeline-item">
+ <div class="timeline-info">
+ <span>04 October 1957</span>
+ </div>
+ <div class="timeline-marker"></div>
+ <div class="timeline-content">
+ <h3 class="timeline-title">Sputnik 1</h3>
+ <p>Sputnik 1, a Russian-based artificial satellite was launched into an elliptical low Earth orbit for three weeks before its battery died. Without a battery, it drifted for two months before falling back down to Earth.</p>
+ </div>
+ </li>
+ <li class="timeline-item">
+ <div class="timeline-info">
+ <span>12 April 1961</span>
+ </div>
+ <div class="timeline-marker"></div>
+ <div class="timeline-content">
+ <h3 class="timeline-title">Vostok 1</h3>
+ <p>Vostok 1 was the first successful human spaceflight, carrying Yuri Gagarin for one complete orbit aorund the Earth. This trip lasted 1 hour and 48 minutes before re-entry.</p>
+ </div>
+ </li>
+ <li class="timeline-item period">
+ <div class="timeline-info"></div>
+ <div class="timeline-marker"></div>
+ <div class="timeline-content">
+ <h2 class="timeline-title">Astronomical Body Space Missions</h2>
+ </div>
+ </li>
+ <li class="timeline-item">
+ <div class="timeline-info">
+ <span>13 September 1959</span>
+ </div>
+ <div class="timeline-marker"></div>
+ <div class="timeline-content">
+ <h3 class="timeline-title">Luna 2</h3>
+ <p>Luna 2 became the first successful Moon landing vehicle in 1959. Taking a little under two days, Luna 2 impacted the Moon and ended its mission as a success.</p>
+ </div>
+ </li>
+ <li class="timeline-item">
+ <div class="timeline-info">
+ <span>03 February 1966</span>
+ </div>
+ <div class="timeline-marker"></div>
+ <div class="timeline-content">
+ <h3 class="timeline-title">Luna 9</h3>
+ <p>Luna 9 became the first spacecraft to land on the Moon with little to no damage to the vehicle, using a landing bag. After landing, the spacecraft opened up and began trasmitting radio sessions and TV pictures. These photographs were
+ shared with the world by the Daily Express, who intercepted and decoded the Russian signal.</p>
+ </div>
+ </li>
+ <li class="timeline-item">
+ <div class="timeline-info">
+ <span>16 December 1965</span>
+ </div>
+ <div class="timeline-marker"></div>
+ <div class="timeline-content">
+ <h3 class="timeline-title">Pioneer 6 - 9</h3>
+ <p>Four Pioneer spacecraft (named Pioneer 6, 7, 8, and 9) were successfully launched into Solar orbit, continuously performing experiments from 1965 through 1968. These vehicles tracked cosmic rays, discovered He+ plasma of Halley's
+ Comet, provided a solar weather network, measured solar winds, and performed other experiments.</p>
+ </div>
+ </li>
+ <li class="timeline-item">
+ <div class="timeline-info">
+ <span>20 July 1969</span>
+ </div>
+ <div class="timeline-marker"></div>
+ <div class="timeline-content">
+ <h3 class="timeline-title">Apollo 11</h3>
+ <p>Possibly the most famous space mission, Apollo 11 was the first spaceflight to land humans on the Moon. American astronauts Neil Armstrong and Buzz Aldrin landed at a site named Tranquility Base on the moon, collecting lunar material
+ and experimenting with human movements in low-gravity. These astronauts then launched off the Moon and rejoined fellow astronaut Michael Collins in the Moon's orbit before returning to Earth.</p>
+ </div>
+ </li>
+ <li class="timeline-item period">
+ <div class="timeline-info"></div>
+ <div class="timeline-marker"></div>
+ <div class="timeline-content">
+ <h2 class="timeline-title">Space Station Missions</h2>
+ </div>
+ </li>
+ <li class="timeline-item">
+ <div class="timeline-info">
+ <span>19 April 1971</span>
+ </div>
+ <div class="timeline-marker"></div>
+ <div class="timeline-content">
+ <h3 class="timeline-title">Salyut I</h3>
+ <p>The Salyut I space station was launched successfully on its first attempt and orbited for six months before being intentionally destroyed during re-entry. During its time in orbit, Salyut I was visited by both the Soyuz 10 and Soyuz
+ 11 spaceships. The Soyuz 10 crew was unable to enter the space station and had to return to Earth. The Soyuz 11 crew successfully docked and stayed in the station for 23 days. However, the crew was killed during re-entry to Earth and
+ Salyut I de-orbited soon after.</p>
+ </div>
+ </li>
+ <li class="timeline-item">
+ <div class="timeline-info">
+ <span>November 1998</span>
+ </div>
+ <div class="timeline-marker"></div>
+ <div class="timeline-content">
+ <h3 class="timeline-title">The International Space Station (ISS)</h3>
+ <p>The ISS is a joint project between five participating space agencies: NASA (United States), Roscosmos (Russia), JAXA (Japan), ESA (Europe), and CSA (Canada). The ownership and use of the space station is established by
+ intergovernmental treaties and agreements. First inhabited in 2000, the station has been constantly manned since those first long-term residents. Among the residents are scientists and occasional tourists from 18 different nations who
+ have continuously updated and expanded the station.</p>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </div>
+ </div>
+ <!-- Footer -->
+ <footer class="container py-5">
+ <div class="row">
+ <div class="col-12 col-md">
+ <a href="../about.html" class="footer-brand">Space <span>Wiki</span></a>
+ <small class="d-block mb-3 text-muted">© 2019</small>
+ </div>
+ <div class="d-flex">
+ <a href="../planets/" class="footer-link">Planets</a>
+ <a href="../missions/" class="footer-link">Missions</a>
+ <a href="../gallery/" class="footer-link">Gallery</a>
+ <p class="footer-link-sep">|</p>
+ <a href="../about.html" class="footer-link">About Us</a>
+ </div>
+ </div>
+ </footer>
+ <!-- JavaScript -->
+ <script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
+ <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
+ <script src="../assets/js/scripts.js"></script>
+</body>
+
+</html>