-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathspace&astronomy.html
More file actions
389 lines (349 loc) · 18.8 KB
/
space&astronomy.html
File metadata and controls
389 lines (349 loc) · 18.8 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://smtpjs.com/v3/smtp.js">
</script>
<meta charset="utf-8" />
<title>VITeach</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<meta content="VITeacher Tales, viteacher tales, Sathiya Narayanan, Mr. Sathiya Narayan, Vellore Institute Of Technology Clubs, VIT Chennai Clubs, VIT Chennai Club" name="keywords" />
<meta content="In this article Mr. Sathiya Narayanan sir will tell elaborately how he feels about VITeach.
VITeach is a VIT-Chennai based club where we visit different government schools and colleges
to teach students about recent Technology, different life lesson as well as to help them in their
daily studies, providing various materials free of cost" name="description" />
<meta content="VITeach" name="author">
<!-- Favicon -->
<link href="img/favicon.ico" rel="icon" />
<!-- Google Font -->
<link
href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap"
rel="stylesheet"
/>
<!-- CSS Libraries -->
<link
href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css"
rel="stylesheet"
/>
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css"
rel="stylesheet"
/>
<link href="lib/flaticon/font/flaticon.css" rel="stylesheet" />
<link href="lib/animate/animate.min.css" rel="stylesheet" />
<link
href="lib/owlcarousel/assets/owl.carousel.min.css"
rel="stylesheet"
/>
<link rel="icon" href="img/logo.png" />
<!-- Template Stylesheet -->
<link href="css/style.css" rel="stylesheet" />
<!-- Loader CSS -->
<link href="css/loader.css" rel="stylesheet" />
<!-- Animation for Loader -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
</head>
<body>
<!-- Nav Bar Start -->
<div class="navbar navbar-expand-lg bg-dark navbar-dark">
<div class="container-fluid">
<a href="index.html" class="navbar-brand"
><img class="logo-header" src="./img/Logo.png" alt="Logo"
/></a>
<button
type="button"
class="navbar-toggler"
data-toggle="collapse"
data-target="#navbarCollapse"
>
<span class="navbar-toggler-icon"></span>
</button>
<div
class="collapse navbar-collapse justify-content-between"
id="navbarCollapse"
>
<div class="navbar-nav ml-auto">
<a href="index.html" class="nav-item nav-link">Home</a>
<a href="ourstory.html" class="nav-item nav-link">Our Story</a>
<a href="tales_main.html" class="nav-item nav-link active">VITeacher Tales</a>
<a href="library.html" class="nav-item nav-link">Digital Library</a>
<a href="blog1.html" class="nav-item nav-link">Blogs</a>
<div class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Our Content</a>
<div class="dropdown-menu">
<a href="youtube.html" class="dropdown-item">Youtube</a>
<a href="library.html" class="dropdown-item">Digital Library</a>
<!-- <a href="#" onclick="checkTeam()" class="dropdown-item">Office Bearers</a> -->
<a href="journal.html" class="dropdown-item">Journals</a>
</div>
</div>
<div class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Know Us</a>
<div class="dropdown-menu">
<a href="event.html" class="dropdown-item">Events</a>
<a href="projects.html" class="dropdown-item">Projects</a>
<a href="#" onclick="checkTeam()" class="dropdown-item">Office Bearers</a>
<a href="portfolio.html" class="dropdown-item">Gallery</a>
</div>
</div>
<a href="#" class="nav-item nav-link" id='contactScroll'>Contact</a>
</div>
</div>
</div>
</div>
<!-- Nav Bar End -->
<!-- Page Header Start -->
<div class="page-header">
<div class="container">
<div class="row">
<div class="col-12">
<h2>JOURNALS</h2>
</div>
<!--<div class="col-12">
<a href="index.html">Home</a>
<a href="tales_main.html">Tales</a>
</div> -->
</div>
</div>
</div>
<!-- Page Header End -->
<!--Single Post Small Screen -->
<div class = "single d-block d-xs-block d-sm-block d-md-block d-lg-none">
<div class = "container">
<div class = "row">
<div class = "col-sm-12 col-xs-12">
<div class = "single-content">
<h1 style="font-size:25px;"><center>Myth Busters: Space & Astronomy</center></h1>
</div>
</div>
</div>
<div class="row">
<div class ="single-content">
<article>
<h3>Let's see how space myths meet astronomical realities</h3>
<p>Myth: Sun is yellow.<br>
Fact: The sun emits light across the entire visible spectrum, creating white light when all colors combine.<br>
Myth: Black holes suck everything into them<br>
Fact: Black holes have immense gravitational pull but don't indiscriminately pull everything toward them. Proximity and other factors determine their influence.<br>
Myth: Space is completely silent.<br>
Fact: Space has electromagnetic vibrations that can be converted into sound waves, though inaudible to human ears without specialized equipment.<br>
Myth: Light isn't affected by gravity.<br>
Fact: Gravity bends the path of light and can alter its energy, although it doesn't impact the speed of light.<br>
Myth: The North Star (Polaris) is the brightest star in the night sky.<br>
Fact: While Polaris is the current North Star and is important for navigation, it is not the brightest star in the night sky. Sirius is the brightest star which is visible from Earth. <br>
Myth: Shooting stars are stars that are falling from the sky.<br>
Fact: Shooting stars, or meteors, are not stars at all. They are small particles, often debris from comets, that enter Earth's atmosphere and burn up due to friction with the air, creating a streak of light. Real stars are much larger and farther away.
</p>
</article>
</div>
</div>
</div>
</div>
</div>
<!-- Single Post Small Screen End-->
<!-- Single Post Start-->
<div class="single d-none d-lg-block d-xl-block">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="single-content">
<h1><center>Myth Busters: Space & Astronomy</center></h1><br><br>
<h3>Let's see how space myths meet astronomical realities</h3>
<p> <h5>Myth:</h5>Sun is yellow.<br>
<h5>Fact:</h5>The sun emits light across the entire visible spectrum, creating white light when all colors combine.<br>
<h5>Myth:</h5>Black holes suck everything into them<br>
<h5>Fact:</h5>Black holes have immense gravitational pull but don't indiscriminately pull everything toward them. Proximity and other factors determine their influence.<br>
<h5>Myth:</h5>Space is completely silent.<br>
<h5>Fact:</h5>Space has electromagnetic vibrations that can be converted into sound waves, though inaudible to human ears without specialized equipment.<br>
<h5>Myth:</h5>Light isn't affected by gravity.<br>
<h5>Fact:</h5>Gravity bends the path of light and can alter its energy, although it doesn't impact the speed of light.<br>
<h5>Myth:</h5>The North Star (Polaris) is the brightest star in the night sky.<br>
<h5>Fact:</h5>While Polaris is the current North Star and is important for navigation, it is not the brightest star in the night sky. Sirius is the brightest star which is visible from Earth. <br>
<h5>Myth:</h5>Shooting stars are stars that are falling from the sky.<br>
<h5>Fact:</h5>Shooting stars, or meteors, are not stars at all. They are small particles, often debris from comets, that enter Earth's atmosphere and burn up due to friction with the air, creating a streak of light. Real stars are much larger and farther away.
</p>
</article>
</div>
<center>
<button class="btn btn-custom" onclick="window.location.href='journal.html'">More Journals</button>
</center>
</div>
</div>
</div>
</div>
<!-- Single Post End-->
<!-- Footer Start -->
<div class="footer">
<div class="container" style="padding-left: 30px;">
<div class="row">
<div class="col-sm-4">
<div class="footer-contact">
<a name="contactus"><h2>Contact Us</h2></a>
<p>
<a class = "footer-link" href="https://www.google.com/maps/dir//vit+chennai/@12.8406317,80.0833878,12z/data=!3m1!4b1!4m9!4m8!1m1!4e2!1m5!1m1!1s0x3a5259af8e491f67:0x944b42131b757d2d!2m2!1d80.1534283!2d12.840641" target="_blank"><i class="fa fa-map-marker-alt"></i>Vellore
Institute of Technology, Chennai</a>
</p>
<p class="d-block d-xs-block d-sm-block d-md-block d-lg-none">
<a class = "footer-link" href = "tel:+919566009801"><i class="fa fa-phone-alt"></i>+91 95660 09801</a>
</p>
<p class="d-none d-lg-block d-xl-block">
<i class="fa fa-phone-alt"></i>+91 95660 09801
</p>
<p>
<a href="mailto:viteach.vitcc@gmail.com" class="footer-link"><i class="fa fa-envelope"></i
>viteach.vitcc@gmail.com</a>
</p>
<div class="footer-social">
<a
class="btn btn-custom"
href="https://www.facebook.com/VITeach"
target="_blank"><i class="fab fa-facebook-f"></i
></a>
<a
class="btn btn-custom"
href="https://www.youtube.com/channel/UCUpFUMYtnH_sl-zzunOWd4g"
target="_blank"><i class="fab fa-youtube"></i
></a>
<a
class="btn btn-custom"
href="https://www.instagram.com/viteachvitc/?hl=en"
target="_blank"><i class="fab fa-instagram"></i
></a>
<a
class="btn btn-custom"
href="https://in.linkedin.com/company/viteachvitcc"
target="_blank"><i class="fab fa-linkedin-in"></i
></a>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="footer-link">
<h2>Other Sections</h2>
<a href="ourstory.html">Our Story</a>
<a href="#" onclick="checkTeam()">Office Bearers</a>
<a href="event.html">Events</a>
<a href="projects.html">Projects</a>
</div>
</div>
<!-- <div class="col-lg-3 col-md-6">
<div class="footer-link">
<h2>Useful Links</h2>
<a href="">Terms of use</a>
<a href="">Privacy policy</a>
<a href="">Cookies</a>
<a href="">Help</a>
<a href="">FQAs</a>
</div>
</div> -->
<div class="col-sm-4" >
<div class="footer-newsletter">
<h2>Get in touch!</h2>
<form id ='f' name ='f' data-netlify="true" method="post">
<input id='t' name='t' type="text"
class="form-control"
placeholder="Drop your email"
/>
<button type="submit" class="btn btn-custom">Submit</button>
<center><label style='padding-top:2%;'>We'll respond at the earliest.</label></center>
</form>
</div>
</div>
</div>
</div>
<div class="container copyright">
<div class="row">
<div class="col-md-6">
<p>
© <a href="#">VITeach</a>, All Right Reserved.
</p>
</div>
<div class="col-md-6">
<p>Designed By <a href="#">VITeach</a></p>
</div>
</div>
</div>
</div>
<!-- Footer End -->
<!-- Back to top button -->
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<!-- Pre Loader -->
<div id="loader" class="show">
<div class="loader"></div>
</div>
<script type="text/javascript">
function checkTeam(){
var isMobile = {
Android: function() {
return navigator.userAgent.match(/Android/i);
},
BlackBerry: function() {
return navigator.userAgent.match(/BlackBerry/i);
},
iOS: function() {
return navigator.userAgent.match(/iPhone|iPad|iPod/i);
},
Opera: function() {
return navigator.userAgent.match(/Opera Mini/i);
},
Windows: function() {
return navigator.userAgent.match(/IEMobile/i) || navigator.userAgent.match(/WPDesktop/i);
},
any: function() {
return (isMobile.Android() || isMobile.BlackBerry() || isMobile.iOS() || isMobile.Opera() || isMobile.Windows());
}
};
if( isMobile.any() )
window.location.href = "./mteam.html";
else
window.location.href="./team.html";
}
</script>
<!--<script type="text/javascript">
function validateEmail(email) {
const re = /^(([^<>()[\]\\.,;:\s@\"]+(\.[^<>()[\]\\.,;:\s@\"]+)*)|(\".+\"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;
return re.test(email);
}
function sendEmail(){
var e = document.f.t.value;
if(validateEmail(e)){
Email.send({
Host : "smtp.gmail.com",
Username : "",
Password : "enter password here",
To : '',
From : "",
Subject : " New from Contact US ",
Body : "Email : "+e
}).then(
message => {
if(message=='OK'){
alert("Email has been sent! We will get back to you shortly");
}
else{
alert("Please try again.");
}
}
);
}
else{
alert("Please enter valid e-mail address");
}
}
</script>-->
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/parallax/parallax.min.js"></script>
<!-- Contact Javascript File -->
<script src="mail/jqBootstrapValidation.min.js"></script>
<script src="mail/contact.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
<!-- Loader js -->
<script src="js/loader.js"></script>
</body>
</html>