-
Notifications
You must be signed in to change notification settings - Fork 1
/
home.html
184 lines (162 loc) · 8.44 KB
/
home.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" type="image/x-icon" href="./images/space-logo-64-cropped.ico" sizes="64x64">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<link rel="stylesheet" href="css/style-1.css">
<link rel="stylesheet" href="css/header.css">
<link rel="stylesheet" href="css/footer.css">
<title>Cosmic Chronicles</title>
</head>
<body>
<!-- === NAVBAR === -->
<nav>
<div class="logo">
<img src="./images/space-logo-removebg-preview.png" alt="Cosmo-logo">
</div>
<div class="hamburger">
<div class="line1"></div>
<div class="line2"></div>
<div class="line3"></div>
</div>
<ul class="navbar-links">
<li><a href="/" class="active">Home</a></li>
<li><a href="./solar-system-explore">Explore Space</a></li>
<li><a href="./cosmic-blast">Games</a></li>
<!-- <li><a href="./rockets">Rockets</a></li> -->
<li><a href="./blogs">Blogs</a></li>
<li>
<form action="./logout" method="POST">
<button class="login-button">LOGOUT</button>
</form>
</li>
</ul>
</nav>
<section class="hero-section" id="home">
<div class="hero-heading">
<h1>Explore the space</h1>
<p>Discover the wonders of the space with us</p>
</div>
<div class="hero-right-section">
<img src="./images/astronaut.png" alt="astronaut.png">
</div>
</section>
<div class="everyday-fact">
<h4>A random Fact:</h4>
<marquee behavior="scroll slowly" direction="" id="marquee-fact">The Sun is a star located at the center of the Solar System.</marquee>
</div>
<div class="row">
<div class="col-12">
<div id="moon-phase">
<div id="date"></div>
<div id="moon-phase-name"></div>
<div id="moon-phase-icon"></div>
<div id="moon-phase-percentage"></div>
<div id="moon-phase-next"></div>
<div id="moon-phase-more">To learn more visit <a href="/planets/moon#moon-phase">here</a></div>
<div class="moon-phase-note">*Phase and Percentage may vary depending upon the location</div>
</div>
</div>
</div>
<!-- === THEORIES === -->
<section id="theories">
<h2 class="theories-heading">Popular Theories</h2>
<div class="explore-more-container">
<div class="explore-item">
<a href="theory/big-bang"><div class="explore-item-img-big-bang"></div></a>
<div class="explore-item-name">Big Bang</div>
<div class="explore-item-arrow"><svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24" viewBox="0 0 24 24" width="24"><g><path d="M0,0h24v24H0V0z" fill="none"/></g><g><polygon points="6.23,20.23 8,22 18,12 8,2 6.23,3.77 14.46,12"/></g></svg></div>
</div>
<div class="explore-item">
<a href="theory/black-hole"><div class="explore-item-img-black-hole"></div></a>
<div class="explore-item-name">Black Hole</div>
<div class="explore-item-arrow"><svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24" viewBox="0 0 24 24" width="24"><g><path d="M0,0h24v24H0V0z" fill="none"/></g><g><polygon points="6.23,20.23 8,22 18,12 8,2 6.23,3.77 14.46,12"/></g></svg></div>
</div>
<div class="explore-item">
<a href="theory/stars"><div class="explore-item-img-sun"></div></a>
<div class="explore-item-name">Stars</div>
<div class="explore-item-arrow"><svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24" viewBox="0 0 24 24" width="24"><g><path d="M0,0h24v24H0V0z" fill="none"/></g><g><polygon points="6.23,20.23 8,22 18,12 8,2 6.23,3.77 14.46,12"/></g></svg></div>
</div>
<div class="explore-item">
<a href="theory/galaxies"><div class="explore-item-img-galaxies"></div></a>
<div class="explore-item-name">Galaxies</div>
<div class="explore-item-arrow"><svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24" viewBox="0 0 24 24" width="24"><g><path d="M0,0h24v24H0V0z" fill="none"/></g><g><polygon points="6.23,20.23 8,22 18,12 8,2 6.23,3.77 14.46,12"/></g></svg></div>
</div>
<div class="explore-item">
<a href="theory/dark-matter"><div class="explore-item-img-dark-matter"></div></a>
<div class="explore-item-name">Dark Matter</div>
<div class="explore-item-arrow"><svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24" viewBox="0 0 24 24" width="24"><g><path d="M0,0h24v24H0V0z" fill="none"/></g><g><polygon points="6.23,20.23 8,22 18,12 8,2 6.23,3.77 14.46,12"/></g></svg></div>
</div>
</div>
</section>
<!-- === MISSIONS === -->
<section id="missions">
<h2 class="theories-heading">Popular Indian Missions</h2>
<div class="explore-more-container">
<div class="explore-item">
<a href="missions/mission-mars"><div class="explore-item-img-mission-mars-poster"></div></a>
<div class="explore-item-name">Mission Mars</div>
<div class="explore-item-arrow"><svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24" viewBox="0 0 24 24" width="24"><g><path d="M0,0h24v24H0V0z" fill="none"/></g><g><polygon points="6.23,20.23 8,22 18,12 8,2 6.23,3.77 14.46,12"/></g></svg></div>
</div>
<div class="explore-item">
<a href="missions/chandrayaan-I"><div class="explore-item-img-mission-chandrayaan1-poster"></div></a>
<div class="explore-item-name">Chandrayaan - I</div>
<div class="explore-item-arrow"><svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24" viewBox="0 0 24 24" width="24"><g><path d="M0,0h24v24H0V0z" fill="none"/></g><g><polygon points="6.23,20.23 8,22 18,12 8,2 6.23,3.77 14.46,12"/></g></svg></div>
</div>
<div class="explore-item">
<a href="missions/chandrayaan-II"><div class="explore-item-img-mission-chandrayaan2-poster"></div></a>
<div class="explore-item-name">Chandrayaan - II</div>
<div class="explore-item-arrow"><svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24" viewBox="0 0 24 24" width="24"><g><path d="M0,0h24v24H0V0z" fill="none"/></g><g><polygon points="6.23,20.23 8,22 18,12 8,2 6.23,3.77 14.46,12"/></g></svg></div>
</div>
</div>
</section>
<!-- === FOOTER === -->
<hr class="hr">
<footer class="footer">
<div class="footer-container">
<div class="footer-row">
<div class="footer-col">
<a href="/" id="" class="logo"><img src="./images/space-logo-removebg-preview.png" alt="cosmo-logo"></a>
</div>
<div class="footer-col">
<ul>
<li><a href="#home" id="">Home</a></li>
<li><a href="./solar-system-explore" id="">Explore Space</a></li>
<li><a href="./cosmic-blast" id="">Games</a></li>
<!-- <li><a href="./rockets" id="">Rockets</a></li> -->
<li><a href="./blogs" id="">Blogs</a></li>
<li><a href="#theories" id="">Theories</a></li>
<li><a href="#missions" id="">Missions</a></li>
</ul>
</div>
<div class="footer-col social-links ">
<ul>
<li><a href="" id="social">Instagram</a></li>
<li><a href="" id="social">Facebook</a></li>
<li><a href="" id="social">Twitter</a></li>
<li><a href="./about">About Us</a></li>
</ul>
</div>
<div class="footer-col">
<div class="newsletter">
<form action="/subscribe" method="POST">
<!-- <p>Subscribe to our newsletter</p> -->
<label for="newsletter_email"><p>Subscribe to our newsletter</p></label>
<input type="email" placeholder="Enter your email" name="email" id="email">
<button type="submit">Subscribe</button>
</form>
</div>
</div>
</div>
</div>
<div class="copyright">
<p>© 2024 Cosmic Chronicles. All rights reserved.</p>
</div>
</footer>
<script src="js/header.min.js"></script>
<script src="js/moon-phase.min.js"></script>
</body>
</html>