-
Notifications
You must be signed in to change notification settings - Fork 1
/
explore.html
221 lines (196 loc) · 7.03 KB
/
explore.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
<!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" />
<title>Explore - Our Solar System</title>
<meta property="og:title" content="Explore - Our Solar System">
<meta name="description" content="An overview of our local neighborhood in the Orion arm of the Milky Way galaxy.">
<meta property="og:description"
content="An overview of our local neighborhood in the Orion arm of the Milky Way galaxy.">
<meta
content="Planets, Sun, Venus, Earth, Earth's Moon, Moon, Satellite, Mars, Jupiter, Europa, Saturn, Enceladus, Titan, Uranus, Neptune, Dwarf Planet, Pluto, Our Solar System"
name="keywords">
<meta property="og:image"
content="https://raw.githubusercontent.com/98mohitkumar/solar-system/master/Resources/Preview.jpg">
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:alt" content="Our Solar System" />
<meta property="og:site_name" content="Our Solar System">
<script src="https://kit.fontawesome.com/3a7346116e.js" crossorigin="anonymous"></script>
<meta name="theme-color" content="#121212">
<link rel="preload" href="css/style.css" as='style' />
<link rel="preload"
href='https://gistcdn.githack.com/mfd/09b70eb47474836f25a21660282ce0fd/raw/e06a670afcb2b861ed2ac4a1ef752d062ef6b46b/Gilroy.css'
as='style' />
<link rel="preload" href="css/responsive.css" as="style" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/responsive.css" />
<link rel="shortcut icon" type="image/svg" href="Resources/icons/Solar_system_i.svg">
</head>
<body>
<!-- Navbar -->
<nav id="navbar">
<div class="navbar-links">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="explore.html">Explore</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="about.html">About</a></li>
</ul>
</div>
<div class="logo">
<a href="#top"><img src="Resources/Mobile PNGs/Solar System.png" alt=""></a>
</div>
<div class="hamwrap">
<div class="first ham"></div>
<div class="second ham"></div>
<div class="third ham"></div>
</div>
</nav>
<!-- Sun Facts -->
<div class="sun-wrap" id="top">
<div class="overflow-image-wrapper">
<div class="sun-img"></div>
</div>
<div class="sun-info">
<div class="sun-facts">
<h3>Sun Facts</h3>
<ul>
<li>
The Sun is the largest object within our solar system, comprising
99.8% of the system's mass.
</li>
<li>
The Sun is located at the center of our solar system, and Earth
orbits 93 million miles away from it.
</li>
<li>
Though massive, the Sun still isn't as large as other types of
stars. It's classified as a yellow dwarf star.
</li>
<li>
The Sun's magnetic field spreads throughout the solar system via the
solar wind.
</li>
</ul>
</div>
<div class="explore-sun">
<h3 class="page-anchor"><a href="SolarSystem/sun.html">Explore sun →</a></h3>
</div>
</div>
</div>
<div class="explore-planets">
<div class="title">
<h1 class="l-heading ExploreHeading">Explore planets</h1>
</div>
<!-- Planets -->
<div class="wrap">
<div class="mercury">
<div class="mercury-shadow overflow-wrapper">
<div class="mercury-img overlay zoom">
</div>
</div>
<div class="explore-mercury">
<h3 class="page-anchor"><a href="SolarSystem/mercury.html">Explore Mercury →</a></h3>
</div>
</div>
<div class="venus">
<div class="venus-shadow overflow-wrapper">
<div class="venus-img overlay zoom"></div>
</div>
<div class="explore-venus">
<h3 class="page-anchor">
<a href="SolarSystem/venus.html">Explore Venus →</a>
</h3>
</div>
</div>
<div class="earth">
<div class="earth-shadow overflow-wrapper">
<div class="earth-img overlay zoom"></div>
</div>
<div class="explore-earth">
<h3 class="page-anchor">
<a href="SolarSystem/earth.html">Explore Earth →</a>
</h3>
</div>
</div>
<div class="mars">
<div class="mars-shadow overflow-wrapper">
<div class="mars-img overlay zoom"></div>
</div>
<div class="explore-mars">
<h3 class="page-anchor">
<a href="SolarSystem/mars.html">Explore Mars →</a>
</h3>
</div>
</div>
<div class="jupiter">
<div class="jupiter-shadow overflow-wrapper">
<div class="jupiter-img overlay zoom"></div>
</div>
<div class="explore-jupiter">
<h3 class="page-anchor">
<a href="SolarSystem/jupiter.html">Explore Jupiter →</a>
</h3>
</div>
</div>
<div class="saturn">
<div class="saturn-shadow overflow-wrapper">
<div class="saturn-img overlay zoom"></div>
</div>
<div class="explore-saturn">
<h3 class="page-anchor">
<a href="SolarSystem/saturn.html">Explore Saturn →</a>
</h3>
</div>
</div>
<div class="uranus">
<div class="uranus-shadow overflow-wrapper">
<div class="uranus-img overlay zoom"></div>
</div>
<div class="explore-uranus">
<h3 class="page-anchor">
<a href="SolarSystem/uranus.html">Explore Uranus →</a>
</h3>
</div>
</div>
<div class="neptune">
<div class="neptune-shadow overflow-wrapper">
<div class="neptune-img overlay zoom"></div>
</div>
<div class="explore-neptune">
<h3 class="page-anchor">
<a href="SolarSystem/neptune.html">Explore Neptune →</a>
</h3>
</div>
</div>
<div class="pluto">
<div class="pluto-shadow overflow-wrapper">
<div class="pluto-img overlay zoom"></div>
</div>
<div class="explore-pluto">
<h3 class="page-anchor">
<a href="SolarSystem/pluto.html">Explore Pluto →</a>
</h3>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<div class="footer-wrap">
<div class="footer-text">
<h3>Our Solar System</h3>
</div>
<div class="social-links">
<a href="https://github.com/98mohitkumar" target="_blank"><i class="fab fa-github"></i></a>
<a href="https://www.linkedin.com/in/98mohitkumar" target="_blank"><i class="fab fa-linkedin"></i></a>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"
integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script src="js/main.js"></script>
</body>
</html>