-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmars-rovers.html
173 lines (148 loc) · 7.33 KB
/
mars-rovers.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
<!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 href="https://fonts.googleapis.com/css2?family=Rubik&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Bungee+Spice&display=swap" rel="stylesheet">
<link rel="stylesheet" href="//code.jquery.com/ui/1.13.2/themes/base/jquery-ui.css">
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
/>
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<link rel="stylesheet" href="assets/css/mars-rovers.css" />
<link rel="icon" href="./images/favicon.png">
<title>Space Exploring</title>
</head>
<body>
<header>
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark customNav">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarCollapse">
<ul class="navbar-nav justify-content-end">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item active">
<a class="nav-link" href="learning-space.html">Learning Space<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item active">
<a class="nav-link" href="mars-rovers.html">Mars Images<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item active">
<a class="nav-link" href="quiz.html">Quiz<span class="sr-only">(current)</span></a>
</li>
</ul>
</div>
</nav>
<div class="jumbotron-container">
<!-- <div class="container"> -->
<div class="row">
<div class="col-md-5 mx-4">
<h2>Welcome to Mars!</h2>
<p>Over the years, NASA has sent rovers to Mars.
The most recent and succesful rovers are Spirit, Opportunity, Curiosity and Perseverance.
Mars rover, Perseverance, landed on the Red Planet in February 2021!
Explore the rovers to discover more about Mars!
</p>
</div>
</div>
<!-- </div> -->
</div>
</header>
<main>
<h5 class="choose-rover">Click on rovers to see images taken on Mars</h5>
<div class="container-fluid">
<div class="row cards">
<!-- Card 1 -->
<div class="col-xs-10 col-sm-7 col-md-4 col-lg-3 col-xl-3">
<div class="card h-100" >
<img class="card-img-top" src="images/spirit&opportunity.png" alt="Mars rovers Spirit and Opportunity" id="Twins">
<div class="card-body">
<p class="card-text">
<h4><strong>Spirit and Opportunity</strong></h4>
<p>Twin robotic rovers lived well beyond their planned 90-day missions</p>
<p>Landed: January, 2004</p>
</p>Mission: To find evidence of water on Mars</p>
<a href="https://spaceplace.nasa.gov/mars-spirit-opportunity/en/"> <img src="images/nasa-logo.png" width="50px"> Spirit and Opportunity </a>
</p>
</div>
</div>
</div>
<!-- Card 2 -->
<div class="col-xs-10 col-sm-7 col-md-4 col-lg-3 col-xl-3">
<div class="card h-100" >
<img class="card-img-top" src="images/curiosity.png" alt="Mars rover Curiosity" id="Curiosity">
<div class="card-body">
<p class="card-text"><h4><strong>Curiosity</strong></h4>
<p>Curiosity is a car-sized Mars rover designed to explore the Gale crater on Mars</p>
<p>Landed: August, 2012 </p>
<p>Mission: To find out if Mars once had what all life needs, lasting water and the right chemicals</p>
<a href="https://spaceplace.nasa.gov/mars-curiosity/en/"> <img src="images/nasa-logo.png" width="50px"> Curiosity </a>
</p>
</div>
</div>
</div>
<!-- Card 3 -->
<div class="col-xs-10 col-sm-7 col-md-4 col-lg-3 col-xl-3">
<div class="card h-100" >
<img class="card-img-top" src="images/perseverance.png" alt="Mars rover Perseverance" id="Perseverance">
<div class="card-body">
<p class="card-text"><h4 id="Perseverance-rover"><strong>Perseverance</strong></h4>
<p>Perseverance is similar to Curiosity, carries a small robotic helicopter </p>
<p>Landed: February, 2021</p>
<p>Mission: To seek out evidence of former life,
collect rock and soil samples, and
test oxygen production from the Martian atmosphere</p>
<a href="https://spaceplace.nasa.gov/mars-2020/en/"> <img src="images/nasa-logo.png" width="50px">Perseverance </a>
</p>
</div>
</div>
</div>
</div>
</main>
<div class="datepicker-text hide">
<h3 id="roverName"></h3>
<h5 id="choose-date">Choose a date to see images taken by the rover on this date</h5>
<input id="datepicker" data-date-format="dd/mm/yyyy">
</div>
<!-- Carousel -->
<div class="carousel-container hide">
<div class="row">
<div class="col-md-12">
<div id="custCarousel" class="carousel slide" data-ride="carousel" align="center">
<!-- slides -->
<div class="carousel-inner">
</div>
<!-- Left right -->
<a class="carousel-control-prev" href="#custCarousel" data-slide="prev">
<span class="carousel-control-prev-icon"></span>
</a>
<a class="carousel-control-next" href="#custCarousel" data-slide="next">
<span class="carousel-control-next-icon"></span>
</a>
<!-- Thumbnails -->
<ol class="carousel-indicators list-inline">
</ol>
</div>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-3.6.0.js"></script>
<script src="https://code.jquery.com/ui/1.13.2/jquery-ui.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.1/umd/popper.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.0/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.27.0/moment.min.js"></script>
<script src="https://code.jquery.com/ui/1.12.0/jquery-ui.min.js"></script>
<script src="assets/js/mars-rovers.js"></script>
</body>
</html>