-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhobbies.html
More file actions
264 lines (238 loc) · 12.6 KB
/
hobbies.html
File metadata and controls
264 lines (238 loc) · 12.6 KB
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
<!DOCTYPE html>
<html lang = "en">
<head>
<meta charset = "UTF-8">
<meta name="viewport" content = "widt=device-width, inital-scale=1">
<meta http-equiv="X-UA-Comptaible" content="ie=edge">
<title> Cosmo Collection </title>
<link rel="stylesheet" href="styles.css" id="theme-link">
<link rel="stylesheet" href="animate.css">
<link rel="icon" type="image/png" href="images/favicon.png">
<script src="https://kit.fontawesome.com/bc16b6b3f0.js" crossorigin="anonymous"></script>
</head>
<body >
<div class="grid-container">
<div class="item1">
<div class="topnav">
<a></a>
</div>
<div class = "header">
<h1> Cosmo Collection </h1>
</div>
<div class="topnav">
<a></a>
</div>
</div>
<div class="item2">
<div class = "column-side">
<div class = "dropdown">
<button class = "dropbtn"> <i class = "fas fa-certificate"> </i> </button>
<div class = "dropdown-content">
<li class = "b">
<a href = "Home.html">
<i class = "fas fa-home"></i> Home
</a>
</li>
<li class = "b">
<a href = "about.html">
<i class = "fas fa-heart"></i> Who Am I?
</a>
</li>
<li class = "b">
<a href = "previousprojects.html">
<i class = "fas fa-folder"></i> Previous Projects
</a>
</li>
</div>
</div>
</div>
</div>
<div class="item3">
<div class = "row">
<div class = "card">
<center>
<h2> Cosmo Collection </h2>
<audio controls autoplay muted>
<source src="audio/aespa Supernova MV.mp3" type="audio/mpeg">
</audio>
<p class = "text"> Full Episode of Cosmos (the Neil Degrasse Tyson ver),
a great reccomendation to learn more about space.
</p>
<div class = "cardinfoborder">
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/Pp--ICWk8mU?si=1bG7VrNID4CoYfNT" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</center>
</div>
</div>
</div>
<div class="item4">
<label class="switch">
<input type="checkbox">
<span class = "btn-toggle"></span>
</label>
<script>
const btn = document.querySelector(".btn-toggle");
const prefersLightScheme = window.matchMedia("(prefers-color-scheme: light)");
const currentTheme = localStorage.getItem("theme");
if (currentTheme == "dark") {
document.body.classList.toggle("dark-theme");
} else if (currentTheme == "light") {
document.body.classList.toggle("light-theme");
}
btn.addEventListener("click", function () {
if (prefersLightScheme.matches) {
document.body.classList.toggle("light-theme");
var theme = document.body.classList.contains("light-theme")
? "light"
: "dark";
} else {
document.body.classList.toggle("dark-theme");
var theme = document.body.classList.contains("dark-theme")
? "dark"
: "light";
}
localStorage.setItem("theme", theme);
});
</script>
<div class="card">
<div class = "blinkimg">
</div>
<a target="_blank" href="https://science.nasa.gov/solar-system/" media="(prefers-color-scheme: light) or (prefers-color-scheme: no-preference)">
<img src="images/nasalogo.png" alt="nasalogo" width = "200" height="170">
</a>
</div>
</div>
<div class="item5">
<div class = "card">
<div class = "cardinfoborder">
<div class = "wrapper">
<div class="media">
<div class="layer">
<a target="_blank" href="#section-supernova" onclick="on()">
<p>What is a supernova?</p>
</a>
</div>
<img src="images/supernova wallpaper.webp" alt="supernovae look up nasa" media="(prefers-color-scheme: light) or (prefers-color-scheme: no-preference)">
</div>
<div class="media">
<div class="layer">
<a target="_blank" href="#section-stars">
<p> What are stars? </p>
</a>
</div>
<img src="images/stars_npr.jpg" alt="stars" media="(prefers-color-scheme: light) or (prefers-color-scheme: no-preference)">
</div>
<div class="media">
<div class="layer">
<a target="_blank" href="#section-meteorite">
<p> What are meteorites? </p>
</a>
</div>
<img src="images/meteoroids_statesman.jpg" alt="hiking" media="(prefers-color-scheme: light) or (prefers-color-scheme: no-preference)">
</div>
</div>
</div>
</div>
<div class = "card">
<h3 id="section-supernova">
<a class = "seperate" target ="_blank" href="https://en.wikipedia.org/wiki/Supernova">
What is a supernova?
</h3>
</a>
<p class = "text"> As the song states above, a supernova is a the explosion caused by the collapse of a giant star.
Think of it as the sonic boom of a plane.
</p>
<p class = "text">
We actually haven't taken a photo of a supernova! Most are 3-D models of what an explosion would look like.
</p>
<p class = "text">
There is large amounts of gravity pushed upon the star, while nuclear force keeps the spherical
shape of the star!
</p>
<p class = "text">
Stars can leave behind nebulae!
</p>
</div>
<div class = "card">
<h3 id="section-stars">
<a class = "seperate" target = "_blank" href = "https://en.wikipedia.org/wiki/Star#References">
What are stars?
</h3>
</a>
<p class ="text"> Stars are big balls of gas consisting of mostly hydrogen. They use nuclear fusion to produce the light
you see in the sky!
</p>
<p class="text">
How do stars work? They form by the collapse of a gaseous nebula comprising of majority hydrogen.
</p>
<p class = "text">
Astronomers are able to determine aspects of the star like mass, age, metallicity, from their
observations of brightness, electronmagnetic spectrum and it's movement in the sky.
</p>
<p class = "text">
Stars can actually form a orbital star system with another star they are called binary stars!
</p>
</div>
<div class = "card">
<h3 id = "section-meteorite">
<a class ="seperate" target="_blank" href ="https://science.nasa.gov/solar-system/meteors-meteorites/facts/">
What are meteorites?
</a>
</h3>
<p class = "text"> They are giant rocks that produce either during planetary formation or remnants of interactions
between planets. Some of them even land on earth.
</p>
<p class = "text">
Meteorites can tell us a lot of the ways planets form by their material.
</p>
<p class = "text">
Meteorites can be broken up into several categories based on their elemental composition.
</p>
<p class = "text">
Some meteors happen in intervals that scientists have been able to track.
</p>
</div>
</div>
<div class="item6">
<div class ="footer">
<h2>
<span class = "a">
<a class = "footer" href = "https://github.com/goldfishcrackers">
<i class ="fa fa-github" style="font-size:30px;"></i>
</a>
</span>
<span class = "a">
<a class = "footer" href = "https://www.facebook.com/nianticlabs/">
<i class ="fa fa-facebook-square" style="font-size:30px;"></i>
</a>
</span>
<span class = "a">
<a class = "footer" href = "https://www.youtube.com/nianticlabs">
<i class ="fa fa-youtube-play" style="font-size:30px;"></i>
</a>
</span>
<span class = "a">
<a class = "footer" href = "https://www.linkedin.com/public-profile/settings?trk=d_flagship3_profile_self_view_public_profile">
<i class="fa fa-linkedin-square" style="font-size:30px;"></i>
</a>
</span>
</h2>
<span class="a">
<a href = "about.html">
<h5> About </h5>
</a>
<a href = "legal.html">
<h5> Legal </h5>
</a>
<a href = "privacy.html">
<h5> Privacy </h5>
</a>
<a href = "help.html">
<h5> Help </h5>
</a>
</span>
</div>
</div>
</div>
</body>
</html>