-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathblog3.html
More file actions
417 lines (390 loc) · 19 KB
/
blog3.html
File metadata and controls
417 lines (390 loc) · 19 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
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>VITeach</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="Madhurima Menon,madhurima menon,Madhurima's Tale,madhurima menon's tale,viteach blog,viteacher blogs,Madhurima's Blog,madhurima menon's blog" name="keywords">
<meta content="VITeach has a blog site where they provide an insight on their thought process along with their undivided attention towards teaching." name="description">
<meta content="Madhurima Menon" 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">
<!-- Bootstrap core CSS
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">-->
<!-- Additional CSS Files
<link rel="stylesheet" href="assets/css/fontawesome.css">
<link rel="stylesheet" href="assets/css/templatemo-stand-blog.css">
<link rel="stylesheet" href="assets/css/owl.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="VITeach 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 active">Home</a>
<a href="ourstory.html" class="nav-item nav-link">Our Story</a>
<a href="tales_main.html" class="nav-item nav-link">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="POB.html" class="dropdown-item">Previous OB</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>From Blog</h2>
</div>
<!--<div class="col-12">
<a href="index.html">Home</a>
<a href="blog1.html">Blog</a>
</div> -->
</div>
</div>
</div>
<!-- Page Header End -->
<!-- Testimonial Start -->
<div class="testimonial">
<div class="container">
<div class="section-header text-center">
<p>Our Blogs<br></p>
</div>
<div class="owl-carousel testimonials-carousel">
<div class="testimonial-item" onclick="location.href='blog1.html'">
<div class="testimonial-profile">
<img src="Viteacher Tales/blog1.jpg" alt="Picture of Rutuja Bhagat of 2021 batch" />
<div class="testimonial-name">
<h3>Rutuja Bhagat</h3>
<p>2021 Batch</p>
</div>
</div>
<div class="testimonial-text">
<p>
Spread Knowledge, Spread Love. <a href="blog.html"><i style="color:blue;">Read more..</i></a>
</p>
</div>
</div>
<div class="testimonial-item" onclick="location.href='blog3.html'">
<div class="testimonial-profile">
<img src="Viteacher Tales/madhurima1.jpg" alt="Picture of Madhurima Menon of 2022 batch" />
<div class="testimonial-name">
<h3>Madhurima Menon</h3>
<p>2022 Batch</p>
</div>
</div>
<div class="testimonial-text">
<p>
Something different! <a href="blog3.html"><i style="color:blue;">Read more..</i></a>
</p>
</div>
</div>
<div class="testimonial-item" onclick="location.href='blog2.html'">
<div class="testimonial-profile">
<img src="Viteacher Tales/blog2.jpg"alt="Picture of Sruti B of 2022 batch" />
<div class="testimonial-name">
<h3>Sruti B</h3>
<p>2022 Batch</p>
</div>
</div>
<div class="testimonial-text">
<p>
“Ennaku high five illaya?” <a href="blog2.html"><i style="color:blue;">Read more..</i></a>
</p>
</div>
</div>
<div class="testimonial-item" onclick="location.href='blog5.html'">
<div class="testimonial-profile">
<img src="Viteacher Tales/blog3.jpg" alt="Picture of Ridhi Anand of 2021 batch" />
<div class="testimonial-name">
<h3>Ridhi Anand</h3>
<p>2021 Batch</p>
</div>
</div>
<div class="testimonial-text">
<p>
“Hey akka! Enkooda vanthu ukkarunga.
Namma padikalam.” <a href="blog5.html"><i style="color:blue;">Read more..</i></a>
</p>
</div>
</div>
<div class="testimonial-item" onclick="location.href='blog4.html'">
<div class="testimonial-profile">
<img src="Viteacher Tales/blog5.png" alt="Picture of Harsh Kalish of 2022 batch" />
<div class="testimonial-name">
<h3>Harsh Kailash</h3>
<p>2022 Batch</p>
</div>
</div>
<div class="testimonial-text">
<p>
“Meeting them made me forget about
every tension that I had!” <a href="blog4.html"><i style="color:blue;">Read more..</i></a>
</p>
</div>
</div>
<div class="testimonial-item" onclick="location.href='blog6.html'">
<div class="testimonial-profile">
<img src="Viteacher Tales/blog6.jpg" alt="Lavanya Darshini,Content & Social Head of VITeach" />
<div class="testimonial-name">
<h3>Lavanya Darshini</h3>
<p>Content & SocMed Head 2023-24</p>
</div>
</div>
<div class="testimonial-text">
<p>
"If You and I unite together, WE can make a significant impact in the Field of Empowering Education." <a href="blog6.html"><i style="color:blue;">Read more..</i></a>
</p>
</div>
</div>
</div>
</div>
</div>
<!-- Testimonial End -->
<div class="single">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="single-content">
<div>
<!-- <iframe src="https://viteachvitcc.wordpress.com/2019/02/13/144/" style="width:100%; height: 700px;">
<p>Your browser does not support iframes.</p>
</iframe> -->
<h3><center>Something Different!</center></h3>
<div class="post-info">
<p><center>- Madhurima Menon</center><br><br><p>
</div>
<p>My experience in this club has been really short, but really fruitful.
I joined the club because I wanted to experience this field, but little did I know that the time we got to spend with the children was invaluable.
From a person who never thought she could mingle with kids, to a person who loves going to school just to meet them, it has been a short, yet amazing journey.
More than teaching them English, I was busy learning Tamil.
The children are always eager to learn and always test our limits to innovative ways of teaching, which makes it interesting for us as well because it’s something different from what we do in our college.
It’s always a really warm experience to spend time with them and teach them.<br><br></p>
</div>
</div>
</div>
</div>
</div>
<!-- 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>
</body>
</html>