-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
257 lines (212 loc) · 9.82 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" href="./styles/footer.css" />
<link rel="stylesheet" href="./styles/header.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="icon" type="image/svg+xml" href="favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Enigma</title>
</head>
<body>
<canvas id="bg"></canvas>
<main>
<ul>
<li><a class="active" href="index.html">Home</a></li>
<li><a href="./pages/Galaxy.html">Editorial</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="./pages/aboutUs.html">About Us</a></li>
</ul>
<header>
<h2>ENIGMA -</h2>
<h3> The Inexplicable Mysteries of Universe</h3>
</header>
<blockquote>
<p>
"To be the first to enter the cosmos, to engage, single-handed, in an
unprecedented duel with nature—could one dream of anything more?"
<br />- Yuri Gagarin, Russian Cosmonaut
</p>
</blockquote>
<section class="center" >
<h2>🕳️ Black Hole</h2>
<h3>Does time exist in a black hole?</h3>
<p>
The singularity at the center of a black hole is the ultimate no man's land:
a place where matter is compressed down to an infinitely tiny point,
and all conceptions of time and space completely break down.
And it doesn't really exist.
<h3>Who named it as "black hole"?</h3>
In December 1967, a student reportedly suggested the phrase "black hole" at a lecture by John Wheeler.
Wheeler adopted the term for its brevity and "advertising value", and it quickly caught on,
leading some to credit Wheeler with coining the phrase.
<br/>
"Calling these things black holes was a master stroke,” Stephen Hawking,
the Cambridge University astrophysicist, once told
<a href="./pages/Galaxy.html" target="blank"
style="color:rgb(59, 153, 170); text-decoration: none;"
>Visit this site for more info!!</a>
</p>
</section>
<section>
<h2>👩🏽🚀 Why does gravity only pull?</h2>
<p>
All the other forces in nature have opposites. In the case of the electromagnetic force, for example, it can attract or repel, depending on the charges of the bodies involved. So what makes gravity different?
<a href="./pages/Galaxy.html" target="blank"
style="color:rgb(59, 153, 170); text-decoration: none;"
>Check me!!</a>
</p>
</section>
<section class="light">
<h2>👩🏽🚀 Can we counter gravity?</h2>
<p>
"...Because relativity does not rule out the possibility that
the bent space-time that gives rise to gravity’s pull can be “unbent”.
By appropriate arrangements, it should be possible to diminish –
or enhance – the influence of gravity,”
says physicist Bahram Mashhoon at the University of Missouri.
<a href="./pages/Galaxy.html" target="blank"
style="color:rgb(59, 153, 170); text-decoration: none;"
>Here we go!!</a>
</p>
</section>
<blockquote>
<p>
"A sense of the unknown has always lured mankind and the greatest of
the unknowns of today is outer space. The terrors, the joys and the
sense of accomplishment are epitomized in the space program."
<br />
- William Shatner, Actor
</p>
</blockquote>
<section class="left">
<h2>👽 Extraterrestrial Life</h2>
<h3>Does life exist anywhere outside Earth?</h3>
<p>
This distance, where it is not too hot and not too cold for liquid water,
is called the “habitable” or “Goldilocks” zone.
Astronomers are interested in worlds that orbit
within that zone because liquid water is essential
for life as we know it.A team of astronauts had announced the discovery of one such planet, GJ 357d,
and led the work on characterising it.
The star it orbits, which lies in the constellation of Hydra,
is 31 light years away — relatively close, given our galaxy’s 100,000-light-year diameter.
<a href="./pages/Galaxy.html" target="blank"
style="color:rgb(59, 153, 170); text-decoration: none;"
>Read More!!</a>
</p>
</section>
<section class="right">
<h2>✨ Stellar Evolution</h2>
<h3>Life cycle of Stars</h3>
<p>
Stars are born within the clouds of dust.
A familiar example of such as a dust cloud is the Orion Nebula.
As the cloud collapses, a dense, hot core forms and begins gathering dust and gas.
Not all of this material ends up as part of a star —
the remaining dust can become planets, asteroids, or comets or may remain as dust.
<br/>
In general, the larger a star, the shorter its life,
although all but the most massive stars live for billions of years.
Average Stars Become White Dwarfs<br/>
White Dwarfs May Become Novae<br/>
Supernovae Leave Behind Neutron Stars or Black Holes<br/>
From the Remains, New Stars Arise<br/>
<a href="./pages/Galaxy.html" target="blank"
style="color:rgb(59, 153, 170); text-decoration: none;"
>Let's Explore!!</a>
</p>
</section>
<section class="white">
<h2>⚛️ Dark Matter- the stuff of science fiction or reality?</h2>
<p>
One of the biggest mysteries in physics today is dark matter.
This is the name given to the 85% of matter in the galaxies whose existence
can be inferred but which gives off no direct signs of any kind, including light.
<br/>
In a recent study, physicists wondered whether the mysterious dark matter could actually
consist of plain old antimatter,
because, well, there is nothing that would in principle prevent this.
But if these chunks of antimatter are found in the sky,
couldn’t some of them fall to Earth as meteorites and hit people? The researchers thought of that.
Being struck by an antimatter lump would probably look like a gunshot that also gave you extreme radiation poisoning.
However no such mentions have appeared in the media in at least the past ten years.
<br/>
The familiar material of the universe, known as baryonic matter,
is composed of protons, neutrons and electrons. Dark matter may be made of baryonic or non-baryonic matter.
The missing matter could simply be more challenging to detect, made up of regular, baryonic matter.
</p>
</section>
<section class="center" >
<h2>💥 THE FIRST SECOND, AND THE BIRTH OF LIGHT - THE BIG BANG</h2>
<h3>What is the Big Bang?</h3>
<p>
To modern cosmologists, the Big Bang is a model describing how the universe
expanded from an extremely hot, dense early state into the reality that we see today.
The evidence for this interpretation is overwhelming. Certainly, nothing else has
come anywhere close in the last 50 years, even as our knowledge about the universe has grown tremendously.
<br/>
For anyone wondering how the universe could have formed from an explosion at one point in space,
the answer is that it couldn’t.
That idea truly is wrong — but it is also not at all what the Big Bang describes.
<a href="./pages/Galaxy.html" target="blank"
style="color:rgb(59, 153, 170); text-decoration: none; "
>Learn More!!</a>
</p>
</section>
<blockquote>
<p>
“Curiosity is the essence of our existence.”
<br />
– Gene Cernan.
<br/>
Be curious and explore the Universe and beyond!
</p>
</blockquote>
<footer class="footer-distributed">
<div class="footer-left">
<h3>ENIGMA</h3>
<p class="footer-links">
<a href="index.html" class="link-1">Home</a>
<a href="./pages/Galaxy.html">Editorial</a>
<a href="#contact">Contact</a>
<a href="./pages/aboutUs.html">About Us</a>
</p>
<p class="footer-company-name">ENIGMA © 2021 | All rights reserved |
Terms Of Service | Privacy</p>
</div>
<div class="footer-center">
<div>
<i class="fa fa-map-marker"></i>
<p><span>The Wizard's Avenue</span> Berhampur, Odisha</p>
</div>
<div>
<i class="fa fa-phone"></i>
<p>+91 93482 57667</p>
</div>
<div>
<i class="fa fa-envelope"></i>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
</div>
<div class="footer-right" id="contact">
<p class="footer-company-about">
<span>About the developers</span>
<ol>
<li>Abhas Abhirup</li>
<li>Swatishree Mahapatra</li>
</ol>
</p>
<div class="footer-icons">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="#"><i class="fa fa-github"></i></a>
</div>
</div>
</footer>
</main>
<script type="module" src="/main.js"></script>
</body>
</html>