-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
363 lines (307 loc) · 19.2 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>blogs</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- Main css -->
<link rel="stylesheet" href="css/style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap" rel="stylesheet">
<style>
body {
background-size: cover;
background-color: black;
height: 100vh;
padding: 0;
margin: 0;
}
p{
font-size: large;
color: #e2e2e2;
}
h3 {
font-size: 140%;
color: rgb(0, 0, 0);
-webkit-animation: glow 3s ease-in-out infinite alternate;
-moz-animation: glow 4s ease-in-out infinite alternate;
animation: glow 1s ease-in-out infinite alternate;
}
@-webkit-keyframes glow {
from {
text-shadow: 0 0 10px rgb(14, 255, 6), 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #fffb05, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
}
to {
text-shadow: 0 0 20px rgb(252, 12, 4), 0 0 30px #f74009, 0 0 40px #ff4da6, 0 0 50px #6959fc, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
}
}
btn-default {
margin: auto;
width: 50%;
padding: 10px;
}
</style>
</head>
<body>
<!-- PRE LOADER -->
<div class="preloader">
<div class="sk-spinner sk-spinner-wordpress">
<span class="sk-inner-circle"></span>
</div>
</div>
<!-- Navigation section -->
<div class="navbar navbar-default navbar-static-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
</button>
<a href="index.html" class="navbar-brand"
style="font-family: 'Libre Baskerville', serif;">QUBITS</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
<!-- Home Section -->
<section id="home">
<div class="col-md-12 col-sm-12">
<img id="har" src="https://media.giphy.com/media/cEYFeE4wJ6jdDVBiiIM/giphy.gif" alt="">
<h1 style="color:white;">Hello! This is Quantum World.</h1>
<h4>Quantum Physics</h4>
<a href="https://www.ibm.com/quantum-computing/" class="smoothScroll btn btn-default">Discover More</a>
</div>
</div>
</div>
</section>
<!-- Blog Section -->
<section id="blog">
<div class="container">
<div class="row">
<div class="col-md-offset-1 col-md-10 col-sm-12">
<div class="blog-post-thumb">
<div class="blog-post-image">
<a href="#">
<img src="https://media.giphy.com/media/xT9IgusfDcqpPFzjdS/giphy.gif"
alt="Blog Image">
</a>
</div>
<div class="blog-post-title">
<h3><a href="https://www.forbes.com/sites/startswithabang/2020/07/17/ask-ethan-how-do-we-know-how-old-the-universe-is/?sh=5bc5cedd65b8">How Do We Know How Old The Universe Is?</a></h3>
</div>
<div class="blog-post-format">
<span><a href="#"><img
src="https://media.giphy.com/media/duRBLdnWwR1skWUWzy/giphy.gif">
Richard Fehynman
</a></span>
<span><i class="fa fa-date"></i> May 2, 2019</span>
<span><a href="#"><i class="fa fa-comment-o"></i> 35 Comments</a></span>
</div>
<div class="blog-post-des">
<p>How old is the Universe? For generations, people argued over whether the Universe
had always existed, whether it had a beginning, or whether it was cyclical: with
neither a beginning nor an end. But starting in the 20th and continuing into the
21st century, we not only drew a scientific conclusion to that question — the
Universe (as we recognize it) began with a hot Big Bang — but we were able to
pinpoint precisely when that beginning occurred. We now state, with confidence,
that the Universe is 13.8 billion years old. But how confident can we really be
in that answer?</p>
<a href="https://www.forbes.com/sites/startswithabang/2020/07/17/ask-ethan-how-do-we-know-how-old-the-universe-is/?sh=5bc5cedd65b8"
class="btn btn-default">Continue Reading</a>
</div>
</div>
<div class="blog-post-thumb">
<div class="blog-post-image">
<a href="#">
<img src="https://media.giphy.com/media/S8IIUwihhFu7O90I8l/giphy.gif"
alt="Blog Image">
</a>
</div>
<div class="blog-post-title">
<h3><a href="https://home.cern/science/physics/higgs-boson">The Higgs boson </a></h3>
</div>
<div class="blog-post-format">
<span><a href="https://home.cern/science/physics/higgs-boson"><img
src="https://media.giphy.com/media/S8IIUwihhFu7O90I8l/giphy.gif">
Higgs</a></span>
<span><i class="fa fa-date"></i> June 1, 2020</span>
<span><a href="#"><i class="fa fa-comment-o"></i> 48 Comments</a></span>
</div>
<div class="blog-post-des">
<p>In the 1970s, physicists realised that there are very close ties between two of
the four fundamental forces – the weak force and the electromagnetic force. The
two forces can be described within the same theory, which forms the basis of the
Standard Model. This “unification” implies that electricity, magnetism, light
and some types of radioactivity are all manifestations of a single underlying
force known as the electroweak force.</p>
<a href="https://home.cern/science/physics/higgs-boson"
class="btn btn-default">Continue Reading</a>
</div>
</div>
<div class="blog-post-thumb">
<div class="blog-post-image">
<a href="#">
<img src="https://media.giphy.com/media/JOWhDiIjwqZ9uTOfzQ/giphy.gif"
alt="Blog Image">
</a>
<div class="blog-post-title">
<h3><a href="https://science.nasa.gov/astrophysics/focus-areas/what-powered-the-big-bang">The Big Bang</a></h3>
</div>
<div class="blog-post-format">
<span><a href="#"><img
src="https://media.giphy.com/media/JOWhDiIjwqZ9uTOfzQ/giphy.gif">
Stephen Hawking</a></span>
<span><i class="fa fa-date"></i> May 5, 2020</span>
<span><a href="#"><i class="fa fa-comment-o"></i> 23 Comments</a></span>
</div>
<div class="blog-post-des">
<p>Astronomers combine mathematical models with observations to develop workable
theories of how the Universe came to be. The mathematical underpinnings of
the
Big Bang theory include Albert Einstein's general theory of relativity
along
with standard theories of fundamental particles. Today NASA spacecraft such
as
the Hubble Space Telescope and the Spitzer Space Telescope continue
measuring
the expansion of the Universe. One of the goals has long been to decide
whether
the Universe will expand forever, or whether it will someday stop, turn
around,
and collapse in a "Big Crunch?"</p>
<a href="https://science.nasa.gov/astrophysics/focus-areas/what-powered-the-big-bang"
class="btn btn-default">Continue Reading</a>
<br><br><br>
<hr>
</div>
</div>
<div class="blog-post-thumb">
<div class="blog-post-image">
<a href="#">
<img src="https://media.giphy.com/media/JQpH25Y6TrRQwtF0KY/giphy-downsized-large.gif"
alt="Blog Image">
</a>
</div>
<div class="blog-post-title">
<h3><a href="https://en.wikipedia.org/wiki/Black_hole#:~:text=A%20black%20hole%20is%20a,to%20form%20a%20black%20hole.">Black hole</a></h3>
</div>
<div class="blog-post-format">
<span><a href="#"><img
src="https://media.giphy.com/media/JQpH25Y6TrRQwtF0KY/giphy-downsized-large.gif">
Karl Schwarzschild </a></span>
<span><i class="fa fa-date"></i> April 18, 2020</span>
<span><a href="#"><i class="fa fa-comment-o"></i> 124 Comments</a></span>
</div>
<div class="blog-post-des">
<p>A black hole is a region of spacetime where gravity is so strong that
nothing—no
particles or even electromagnetic radiation such as light—can escape from
it.
The theory of general relativity predicts that a sufficiently compact mass
can
deform spacetime to form a black hole.</p>
<a href="https://en.wikipedia.org/wiki/Black_hole#:~:text=A%20black%20hole%20is%20a,to%20form%20a%20black%20hole."
class="btn btn-default">Continue Reading</a>
</div>
</div>
<div class="blog-post-thumb">
<div class="blog-post-image">
<a href="#">
<img src="https://media.giphy.com/media/eRhh1QZuUEmc0/giphy.gif"
alt="Blog Image">
</a>
</div>
<div class="blog-post-title">
<h3><a href="https://quantum-computing.ibm.com/">Cubit</a></h3>
</div>
<div class="blog-post-format">
<span><a href="#"><img
src="https://media.giphy.com/media/jketxcj2vuAJa/giphy.gif">Stephen
Wiesner</a></span>
<span><i class="fa fa-date"></i> March 12, 2020</span>
<span><a href="#"><i class="fa fa-comment-o"></i> 256 Comments</a></span>
</div>
<div class="blog-post-des">
<p>Quantum computing is the use of quantum phenomena such as superposition and
entanglement to perform computation. Computers that perform quantum
computations
are known as quantum computers.They are believed to be able to
solve
certain computational problems, such as integer factorization (which
underlies
RSA encryption), substantially faster than classical computers. The study
of
quantum computing is a subfield of quantum information science. It is
likely to
expand in the next few years as the field shifts toward real-world use in
pharmaceutical, data security and other applications</p>
<a href="https://quantum-computing.ibm.com/" class="btn btn-default">Continue
Reading</a>
<br><br><br>
<hr>
<br><br>
<a href="https://www.sciencedirect.com/" class="btn btn-default">Science
Direct</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer Section -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-5 col-md-offset-1 col-sm-6">
<h3>Qubit</h3>
<p>Welcome to my website on quantum physics! I created this website to share my passion for this fascinating field and to make it more accessible to everyone.
Here, you can learn about the basics of quantum physics, explore its applications, and stay up-to-date on the latest research. I encourage you to contact me with any feedback or questions.
If you are new to quantum physics, start with the **Basics** section. Once you have a basic understanding, explore the other sections, such as **Applications** and **Research**. You can also find educational resources, such as articles, videos, and simulations.
I love to hear feedback! Please contact me with any suggestions.</p>
<div class="footer-copyright">
<p>Copyright © 2020 Qubits </p>
</div>
</div>
<div class="col-md-4 col-md-offset-1 col-sm-6">
<h3>Talk to me</h3>
<p><i class="fa fa-globe"></i> New Delhi </p>
<p><i class="fa fa-save"></i> avionicharshit@gmail.com</p>
</div>
<div class="clearfix col-md-12 col-sm-12">
<hr>
</div>
<div class="col-md-12 col-sm-12">
<ul class="social-icon">
<li><a href="https://twitter.com/harshitavionic"
class="fa fa-twitter"></a></li>
<li><a href="https://www.linkedin.com/in/harshit-dev-yadav-361170201/" class="fa fa-linkedin"></a></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- Back top -->
<a href="#back-top" class="go-top"><i class="fa fa-angle-up"></i></a>
<!-- SCRIPTS -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/particles.min.js"></script>
<script src="js/app.js"></script>
<script src="js/jquery.parallax.js"></script>
<script src="js/smoothscroll.js"></script>
<script src="js/custom.js"></script>
</body>
</html>