-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex-2.html
506 lines (503 loc) · 32.7 KB
/
index-2.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
500
501
502
503
504
505
506
<!DOCTYPE html>
<html lang="en">
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Nexus – Home</title>
<link rel="stylesheet" href="assets/css/main.css">
<link href="../unpkg.com/boxicons%402.1.2/css/boxicons.min.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/swiper-bundle.min.css">
<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=Poppins:wght@400;500;700&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="assets/images/favicon.ico" type="image/x-icon">
</head>
<body>
<header class="header" id="header">
<nav class="nav container"><a href="#home" class="nav-logo"><img src="assets/images/icon.png"
class="nav-logo-img">Nexus</a>
<div class="nav-menu" id="nav-menu">
<ul class="nav-list">
<li class="nav-item"><a href="#home" class="nav-link active-link">Home</a></li>
<li class="nav-item"><a href="#about" class="nav-link">About</a></li>
<li class="nav-item"><a href="#planet" class="nav-link">Planets</a></li>
<li class="nav-item"><a href="#blog" class="nav-link">Blog</a></li>
</ul>
<div class="nav-close" id="nav-close"><i class="bx bx-x"></i></div><img src="assets/images/nav.png"
alt="astronaut floating in space" class="nav-bg">
</div>
<div class="nav-toggle" id="nav-toggle"><i class='bx bx-menu-alt-right'></i></div><a href="#about"
class="button button-header">Explore</a>
</nav>
</header>
<main class="main">
<section class="home section" id="home">
<div class="home-container container">
<p class="home-subtitle">Strange New Worlds | Explore</p>
<h1 class="home-title">The Universe and<strong>Solar System</strong></h1>
<p class="home-desc">The Universe is everything. It includes all of space, and all the matter and energy
that space contains. It even includes time itself and, of course, it includes you.</p><a
href="#about" class="button"><span>Explore</span></a>
</div>
</section>
<section class="detail section" id="detail">
<div class="detail-container container">
<ul class="details-list">
<li class="details-item">
<div class="detail-icon"><i class="bx bx-planet"></i></div>
<div>
<h3 class="detail-title">Planets</h3>
<p class="detail-text"><b>8</b> known planets orbit the sun</p>
</div>
</li>
<li class="details-item">
<div class="detail-icon"><i class="bx bx-planet"></i></div>
<div>
<h3 class="detail-title">Dwarf Planets</h3>
<p class="detail-text"><b>5</b> known dwarf planets orbit the sun</p>
</div>
</li>
<li class="details-item">
<div class="detail-icon"><i class="bx bx-planet"></i></div>
<div>
<h3 class="detail-title">Moons</h3>
<p class="detail-text"><b>200+</b> known moons in our solar system</p>
</div>
</li>
<li class="details-item">
<div class="detail-icon"><i class="bx bx-planet"></i></div>
<div>
<h3 class="detail-title">Comets</h3>
<p class="detail-text"><b>4,584+</b> known comets so far</p>
</div>
</li>
</ul>
</div>
</section>
<section class="about section" id="about">
<div class="about-container container">
<p class="section-subtitle">Interesting facts</p>
<h2 class="section-title">Get to know about the Solar System</h2>
<ul class="about-list">
<li>
<div class="about-card">
<div class="about-icon"><img src="assets/images/bulb.png" alt="bulb icon"></div>
<div>
<h3 class="about-title">ONE OF BILLIONS</h3>
<p class="about-text">Our solar system is made up of a star, eight planets, and
countless smaller bodies such as dwarf planets, asteroids, and comets.</p>
</div>
</div>
</li>
<li>
<div class="about-card">
<div class="about-icon"><img src="assets/images/bulb.png" alt="bulb icon"></div>
<div>
<h3 class="about-title">MANY MOONS</h3>
<p class="about-text">The planets of our solar system and even some asteroids hold more
than 200 moons in their orbits.</p>
</div>
</div>
</li>
<li>
<div class="about-card">
<div class="about-icon"><img src="assets/images/bulb.png" alt="bulb icon"></div>
<div>
<h3 class="about-title">RING WORLDS</h3>
<p class="about-text">The 4 giant planets and at least one asteroid have rings. None are
as spectacular as Saturn’s gorgeous rings.</p>
</div>
</div>
</li>
<li class="about-banner">
<div class="about-mid"><img src="assets/images/rocket.png" alt="rocket flying to space">
<div class="about-shadow"></div>
</div>
</li>
<li>
<div class="about-card">
<div class="about-icon"><img src="assets/images/bulb.png" alt="bulb icon"></div>
<div>
<h3 class="about-title">SPIRALING THROUGH SPACE</h3>
<p class="about-text">The Milky Way is a spiral galaxy. There are 3 general kinds of
galaxies: elliptical, spiral, and irregular.</p>
</div>
</div>
</li>
<li>
<div class="about-card">
<div class="about-icon"><img src="assets/images/bulb.png" alt="bulb icon"></div>
<div>
<h3 class="about-title">A LONG WAY ROUND</h3>
<p class="about-text">It takes our solar system about 230 million years to complete one
orbit around the galactic center.</p>
</div>
</div>
</li>
<li>
<div class="about-card">
<div class="about-icon"><img src="assets/images/bulb.png" alt="bulb icon"></div>
<div>
<h3 class="about-title">LIFE AS WE KNOW IT</h3>
<p class="about-text">Our solar system is the only one known to support life. So far, we
only know of life on Earth, but we’re looking for more everywhere we can.</p>
</div>
</div>
</li>
</ul>
</div>
</section>
<section class="explore section" id="explore">
<p class="section-subtitle">Interesting facts</p>
<h2 class="section-title">Get to know the planets</h2>
<div class="explore-container container">
<div class="explore-content">
<p class="exp exp-title">Did you know?</p>
<p class="exp"><span>Planets</span> are divided into <span>2 categories</span>, based on
their composition, <span>Terrestrial & Jovian.</span></p>
<p class="exp">Terrestrial planets include <span>Mercury, Venus, Earth & Mars.</span></p>
<p class="exp">Jovian planets include <span>Jupiter, Saturn, Uranus & Neptune.</span></p>
<p class="exp">Jupiter & Saturn are <span>Gas giants</span> while Uranus & Neptune
are <span>Ice giants.</span></p>
<p class="exp">The 5 Dwarf planets are <span>Pluto, Ceres, Makemake, Haumea & Eris.</span></p>
</div>
<div class="explore-banner"><img src="assets/images/nav.png" alt="planets in the solar system"
class="explore-img"></div>
</div>
</section>
<section class="planet section container" id="planet">
<p class="section-subtitle">Explore</p>
<h2 class="section-title">Swipe to view next planet</h2>
<div class="swiper planet-swiper">
<div class="swiper-wrapper">
<section class="swiper-slide">
<div class="planet-content grid">
<div class="planet-group"><img src="assets/images/mercury.png"
alt="planets in the solar system" class="planet-img">
<div class="planet-indicator"></div>
<div class="planet-details-img">
<h4 class="planet-details-title">Nicknamed:</h4><span
class="planet-details-subtitle">“Swift Planet”</span>
</div>
</div>
<div class="planet-data">
<h3 class="planet-subtitle">#1 Mercury</h3>
<h1 class="planet-title">First Planet in the Solar System</h1>
<p class="planet-description">Distance From the Sun 58 million km (36 million miles) or
0.4 Astronomical Unit (AU). Despite its proximity to the Sun, Mercury is not the
hottest planet in our solar system.</p>
<div class="planet-buttons"><a href="planets/mercury.html" class="button">Explore</a><a
href="planets/mercury.html" class="button--link button--flex">Read More<i
class="bx bx-right-arrow-alt button__icon"></i></a></div>
</div>
</div>
</section>
<section class="swiper-slide">
<div class="planet-content grid">
<div class="planet-group"><img src="assets/images/venus.png"
alt="planets in the solar system" class="planet-img">
<div class="planet-indicator"></div>
<div class="planet-details-img">
<h4 class="planet-details-title">Nicknamed:</h4><span
class="planet-details-subtitle">“Morning & Evening Star”</span>
</div>
</div>
<div class="planet-data">
<h3 class="planet-subtitle">#2 Venus</h3>
<h1 class="planet-title">Second Planet in the Solar System</h1>
<p class="planet-description">Distance From the Sun 107 million km (66 million miles) or
0.7 AU. Venus is the hottest planet due to an atmosphere of carbon dioxide and
extensive lava flows.</p>
<div class="planet-buttons"><a href="planets/venus.html" class="button">Explore</a><a
href="planets/venus.html" class="button--link button--flex">Read More<i
class="bx bx-right-arrow-alt button__icon"></i></a></div>
</div>
</div>
</section>
<section class="swiper-slide">
<div class="planet-content grid">
<div class="planet-group"><img src="assets/images/earth.png"
alt="planets in the solar system" class="planet-img">
<div class="planet-indicator"></div>
<div class="planet-details-img">
<h4 class="planet-details-title">Nicknamed:</h4><span
class="planet-details-subtitle">“Blue Planet”</span>
</div>
</div>
<div class="planet-data">
<h3 class="planet-subtitle">#3 Earth</h3>
<h1 class="planet-title">Third Planet in the Solar System</h1>
<p class="planet-description">Distance From the Sun 150 million km (93 million miles) or
1 AU. Our Home, the only planet in our solar system with liquid water on the surface
and is inhabited by living things.</p>
<div class="planet-buttons"><a href="planets/earth.html" class="button">Explore</a><a
href="planets/earth.html" class="button--link button--flex">Read More<i
class="bx bx-right-arrow-alt button__icon"></i></a></div>
</div>
</div>
</section>
<section class="swiper-slide">
<div class="planet-content grid">
<div class="planet-group"><img src="assets/images/mars.png"
alt="planets in the solar system" class="planet-img">
<div class="planet-indicator"></div>
<div class="planet-details-img">
<h4 class="planet-details-title">Nicknamed:</h4><span
class="planet-details-subtitle">“Red Planet”</span>
</div>
</div>
<div class="planet-data">
<h3 class="planet-subtitle">#4 Mars</h3>
<h1 class="planet-title">Fourth Planet in the Solar System</h1>
<p class="planet-description">Distance From the Sun 228 million km (142 million miles)
or 1.52 AU. Mars is a dusty, cold, desert world with a very thin atmosphere. The
reddish hue is due to prevalence of iron oxide on its surface.</p>
<div class="planet-buttons"><a href="planets/mars.html" class="button">Explore</a><a
href="planets/mars.html" class="button--link button--flex">Read More<i
class="bx bx-right-arrow-alt button__icon"></i></a></div>
</div>
</div>
</section>
<section class="swiper-slide">
<div class="planet-content grid">
<div class="planet-group"><img src="assets/images/jupiter.png"
alt="planets in the solar system" class="planet-img">
<div class="planet-indicator"></div>
<div class="planet-details-img">
<h4 class="planet-details-title">Nicknamed:</h4><span
class="planet-details-subtitle">“Giant Planet”</span>
</div>
</div>
<div class="planet-data">
<h3 class="planet-subtitle">#5 Jupiter</h3>
<h1 class="planet-title">Fifth Planet in the Solar System</h1>
<p class="planet-description">Distance From the Sun 778 million km (484 million miles)
or 5.2 AU. The giant planet's Great Red spot is a centuries-old storm bigger than
Earth.</p>
<div class="planet-buttons"><a href="planets/jupiter.html" class="button">Explore</a><a
href="planets/jupiter.html" class="button--link button--flex">Read More<i
class="bx bx-right-arrow-alt button__icon"></i></a></div>
</div>
</div>
</section>
<section class="swiper-slide">
<div class="planet-content grid">
<div class="planet-group"><img src="assets/images/saturn.png"
alt="planets in the solar system" class="planet-img">
<div class="planet-indicator"></div>
<div class="planet-details-img">
<h4 class="planet-details-title">Nicknamed:</h4><span
class="planet-details-subtitle">“Ringed Planet”</span>
</div>
</div>
<div class="planet-data">
<h3 class="planet-subtitle">#6 Saturn</h3>
<h1 class="planet-title">Sixth Planet in the Solar System</h1>
<p class="planet-description">Distance From the Sun 1.4 billion km (886 million miles)
or 9.5 AU. Saturn is easily recognized for its spectacular ring system made of seven
rings with several gaps and divisions between them.</p>
<div class="planet-buttons"><a href="planets/saturn.html" class="button">Explore</a><a
href="planets/saturn.html" class="button--link button--flex">Read More<i
class="bx bx-right-arrow-alt button__icon"></i></a></div>
</div>
</div>
</section>
<section class="swiper-slide">
<div class="planet-content grid">
<div class="planet-group"><img src="assets/images/uranus.png"
alt="planets in the solar system" class="planet-img">
<div class="planet-indicator"></div>
<div class="planet-details-img">
<h4 class="planet-details-title">Nicknamed:</h4><span
class="planet-details-subtitle">“Ice Giant”</span>
</div>
</div>
<div class="planet-data">
<h3 class="planet-subtitle">#7 Uranus</h3>
<h1 class="planet-title">Seventh Planet in the Solar System</h1>
<p class="planet-description">Distance From the Sun 2.9 billion km (1.8 billion miles)
or 19.8 AU. Uranus is the coldest planet in our Solar System, making the term “ice”
seem very appropriate!</p>
<div class="planet-buttons"><a href="planets/uranus.html" class="button">Explore</a><a
href="planets/uranus.html" class="button--link button--flex">Read More<i
class="bx bx-right-arrow-alt button__icon"></i></a></div>
</div>
</div>
</section>
<section class="swiper-slide">
<div class="planet-content grid">
<div class="planet-group"><img src="assets/images/neptune.png"
alt="planets in the solar system" class="planet-img">
<div class="planet-indicator"></div>
<div class="planet-details-img">
<h4 class="planet-details-title">Nicknamed:</h4><span
class="planet-details-subtitle">“Big Blue Planet”</span>
</div>
</div>
<div class="planet-data">
<h3 class="planet-subtitle">#8 Neptune</h3>
<h1 class="planet-title">Eighth Planet in the Solar System</h1>
<p class="planet-description">Distance From the Sun 4.5 billion km (2.8 billion miles)
or 30.1 AU. Dark, cold, and whipped by supersonic winds, ice giant Neptune is the
8th and most distant planet in our solar system.</p>
<div class="planet-buttons"><a href="planets/neptune.html" class="button">Explore</a><a
href="planets/neptune.html" class="button--link button--flex">Read More<i
class="bx bx-right-arrow-alt button__icon"></i></a></div>
</div>
</div>
</section>
</div>
<div class="swiper-pagination"></div>
</div>
</section>
<section class="planet section container" id="planet">
<p class="section-subtitle">Explore</p>
<h2 class="section-title">The Sun and Moon</h2>
<div class="swiper planet-swiper">
<div class="swiper-wrapper">
<section class="swiper-slide">
<div class="planet-content grid">
<div class="planet-data">
<h3 class="planet-subtitle">The Sun</h3>
<h1 class="planet-title">The only Star in our Solar System</h1>
<p class="planet-description">Our Sun is a 4.5 billion-year-old star, a hot glowing ball
of hydrogen and helium at the center of our solar system.</p>
<p class="planet-description">Its gravity holds the solar system together, keeping
everything from planets, asteroids, comets and tiny bits of space debris around it.
</p>
</div>
<div class="planet-group"><img src="assets/images/sun.png" alt="planets in the solar system"
class="planet-img">
<div class="planet-indicator"></div>
<div class="planet-details-img">
<h4 class="planet-details-title">Other name:</h4><span
class="planet-details-subtitle">“Sol”</span>
</div>
</div>
</div>
</section>
<section class="swiper-slide">
<div class="planet-content grid">
<div class="planet-data">
<h3 class="planet-subtitle">The Moon</h3>
<h1 class="planet-title">Also known as Natural Satellite</h1>
<p class="planet-description">The moon is an Astronomical Body coming in many shapes,
sizes, and types.</p>
<p class="planet-description">Most planetary moons probably formed from the discs of gas
and dust circulating around planets in the early solar system.</p>
</div>
<div class="planet-group"><img src="assets/images/moon.png"
alt="planets in the solar system" class="planet-img">
<div class="planet-indicator"></div>
<div class="planet-details-img">
<h4 class="planet-details-title">Other name:</h4><span
class="planet-details-subtitle">“Luna”</span>
</div>
</div>
</div>
</section>
</div>
<div class="swiper-pagination"></div>
</div>
</section>
<section class="blog section" id="blog">
<p class="section-subtitle">News & Blogs</p>
<h2 class="section-title">Latest News Feed</h2>
<div class="blog-container container">
<div class="swiper new-swiper">
<div class="swiper-wrapper">
<div class="blog-card swiper-slide"><img src="assets/images/blog-1.jpg"
alt="the 5 dwarf-planets in the solar system"><time datetime="2021-01-4">January 4th,
2021</time>
<h3 class="blog-title">Dwarf planets</h3>
<p class="blog-desc">Dwarf planets share particular characteristics that have...</p><a
href="blogs/dwarf.html" class="blog-button">Read More<i
class="bx bx-right-arrow-alt button__icon button__icon"></i></a>
</div>
<div class="blog-card swiper-slide"><img src="assets/images/blog-2.jpg"
alt="the 5 dwarf-planets in the solar system"><time datetime="2021-11-30">November 30th,
2021</time>
<h3 class="blog-title">Types of full moons</h3>
<p class="blog-desc">A full moon occurs when the side of the Moon facing Earth...</p><a
href="blogs/full-moons.html" class="blog-button">Read More<i
class="bx bx-right-arrow-alt button__icon button__icon"></i></a>
</div>
<div class="blog-card swiper-slide"><img src="assets/images/blog-3.jpg"
alt="the 5 dwarf-planets in the solar system"><time datetime="2020-03-12">March 12th,
2020</time>
<h3 class="blog-title">Comets and asteroids</h3>
<p class="blog-desc">Comets are like dirty cosmic snowballs; they are made up...</p><a
href="blogs/comets.html" class="blog-button">Read More<i
class="bx bx-right-arrow-alt button__icon button__icon"></i></a>
</div>
<div class="blog-card swiper-slide"><img src="assets/images/blog-4.jpg"
alt="the 5 dwarf-planets in the solar system"><time datetime="2020-03-12">March 12th,
2020</time>
<h3 class="blog-title">Galaxies</h3>
<p class="blog-desc">Galaxies are collections of stars, planets, gas, dust and...</p><a
href="blogs/galaxies.html" class="blog-button">Read More<i
class="bx bx-right-arrow-alt button__icon button__icon"></i></a>
</div>
<div class="blog-card swiper-slide"><img src="assets/images/blog-5.png"
alt="the 5 dwarf-planets in the solar system"><time datetime="2022-04-12">April 12th,
2022</time>
<h3 class="blog-title">Black hole</h3>
<p class="blog-desc">A black hole is a region of space having a gravitational...</p><a
href="blogs/black-hole.html" class="blog-button">Read More<i
class="bx bx-right-arrow-alt button__icon button__icon"></i></a>
</div>
</div>
</div>
</div>
</section>
</main>
<footer class="footer section">
<div class="footer-container container grid">
<div class="footer-content grid">
<div class="footer-data">
<h3 href="#home" class="nav-logo"><img src="assets/images/icon.png" class="nav-logo-img">Nexus
</h3>
</div>
<div class="footer-data">
<h3 class="footer-subtitle">Quick Links</h3>
<ul>
<li class="footer-item"><a href="#home" class="footer-link">Home</a></li>
<li class="footer-item"><a href="#about" class="footer-link">About</a></li>
<li class="footer-item"><a href="#planet" class="footer-link">Planets</a></li>
<li class="footer-item"><a href="#articles" class="footer-link">Blog</a></li>
</ul>
</div>
<div class="footer-data">
<h3 class="footer-subtitle">Terrestrial Planets</h3>
<ul>
<li class="footer-item"><a href="planets/mercury.html" class="footer-link">Mercury</a></li>
<li class="footer-item"><a href="planets/venus.html" class="footer-link">Venus</a></li>
<li class="footer-item"><a href="planets/earth.html" class="footer-link">Earth</a></li>
<li class="footer-item"><a href="planets/mars.html" class="footer-link">Mars</a></li>
</ul>
</div>
<div class="footer-data">
<h3 class="footer-subtitle">Jovian Planets</h3>
<ul>
<li class="footer-item"><a href="planets/jupiter.html" class="footer-link">Jupiter</a></li>
<li class="footer-item"><a href="planets/saturn.html" class="footer-link">Saturn</a></li>
<li class="footer-item"><a href="planets/uranus.html" class="footer-link">Uranus</a></li>
<li class="footer-item"><a href="planets/neptune.html" class="footer-link">Neptune</a></li>
</ul>
</div>
</div>
<div class="footer-rights">
<p class="footer-copy">© 2022 <a href="https://github.com/boradesanket13" target="_blank"
class="rights-link">Sanket Borade</a> | All rights reserved.</p>
<div class="footer-terms"><a href="#" class="footer-terms-link">Terms & Agreements</a><a href="#"
class="footer-terms-link">Privacy Policy</a><a href="#" class="footer-terms-link">FAQs</a></div>
</div>
</div>
</footer><a href="#" class="scrollup" id="scroll-up"><i class="bx bx-up-arrow-alt scrollup__icon"></i></a>
<script src="assets/js/scrollreveal.min.js"></script>
<script src="assets/js/swiper-bundle.min.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>