-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathtale20.html
More file actions
369 lines (341 loc) · 20.1 KB
/
tale20.html
File metadata and controls
369 lines (341 loc) · 20.1 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
<!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="Adithya Narayan's Tales,Story,Adithya Narayan,adithya narayan's tale,VITeacher Tales, viteacher tales,Vellore Institute Of Technology Clubs, VIT Chennai Clubs, VIT Chennai Club" name="keywords" />
<meta content="Adithya Narayan's Tale" name="description" />
<!-- 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="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">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>VITeacher Tales</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:30px;"><center>Sruti's Tale</center></h1>
</div>
</div>
</div>
<div class="row">
<div class = "col">
<center><img src="img/tale19.png" style="width: 100%;" alt="Adithya Narayan and school kids"/></center><br>
</div>
<div class="col-sm-12">
<div class ="single-content">
<p>
“We had our OB interviews for VITeach right before the pandemic began. I had applied for the post of the Marketing Head. I was a frightened 2nd year student, and was faced with a barrage of questions from the interviewers. One of the questions I was asked was what I could do marketing-wise for the club. I genuinely froze at that moment, and then went into a rant about how people don’t exactly understand the extent of the difference this club makes, and that we should create a way for people to see real testimonials. I even began tearing up at the end of my rant, and everyone started laughing. This beautifully captures the essence of VITeach- no matter how serious the situation is, creativity is always encouraged. The club wants and needs nothing but passionate, committed people. That’s how VITeacher Tales was born- Merin and I stayed up the whole night coming up with that name.
</p>
</div>
</div>
<div class = "col">
<center><img src="Viteacher Tales/sruti1.webp" style="width: 100%;" alt="Viteachers interaction with underprivileged kids"/></center><br>
</div>
<div class="col-sm-12">
<div class ="single-content">
<p>My favorite memory is from the first or second time we went to teach at a school- my friend and I were teaching 1st and 2nd standard kids alphabets and colors. This kid called Madhan was running around the class room with a paper plane and was putting it in his classmates’ hair. That’s when we decided to put the two grades together and teach them all at the same time. My friend came up with the idea to use my socks to teach them colors. I was wearing black socks with multi-colored stripes. He made me sit down, pointed at my socks, and asked them, “What color is this?”. This was the most bizarre way of teaching colors that I’ve known, but at the end of the day, 30-something children went home knowing what neon pink and neon orange was. VITeach doesn’t require complicated resources-you are allowed to explore and teach them however you want as long as it’s effective.
Yes, the kids still ran amok, screamed, threw their books at us, and were chaotic- but that afternoon really changed my outlook on things. I was grinning the whole day!” <br>-Sruti B
</p>
</div>
<center>
<button class="btn btn-custom" onclick="window.location.href='tales_main.html'">More Tales</button>
</center>
</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>Sruti's Tale</center></h1><br><br>
<img src="img/tale19.png" style="width: 45%; float:right; margin-left:2%; margin-top:1%;" alt="Adithya Narayan and school kids"/>
<p>
<br><br><br>“We had our OB interviews for VITeach right before the pandemic began. I had applied for the post of the Marketing Head. I was a frightened 2nd year student, and was faced with a barrage of questions from the interviewers. One of the questions I was asked was what I could do marketing-wise for the club. I genuinely froze at that moment, and then went into a rant about how people don’t exactly understand the extent of the difference this club makes, and that we should create a way for people to see real testimonials. I even began tearing up at the end of my rant, and everyone started laughing. This beautifully captures the essence of VITeach- no matter how serious the situation is, creativity is always encouraged. The club wants and needs nothing but passionate, committed people. That’s how VITeacher Tales was born- Merin and I stayed up the whole night coming up with that name.
<img src="Viteacher Tales/sruti1.webp" style="width: 52%; float:left; margin-right:2%; margin-top:1%" alt="Viteachers interaction with underprivileged kids"/>
<br><br><br><br><br><br><br><br><br><br><br>My favorite memory is from the first or second time we went to teach at a school- my friend and I were teaching 1st and 2nd standard kids alphabets and colors. This kid called Madhan was running around the class room with a paper plane and was putting it in his classmates’ hair. That’s when we decided to put the two grades together and teach them all at the same time. My friend came up with the idea to use my socks to teach them colors. I was wearing black socks with multi-colored stripes. He made me sit down, pointed at my socks, and asked them, “What color is this?”. This was the most bizarre way of teaching colors that I’ve known, but at the end of the day, 30-something children went home knowing what neon pink and neon orange was. VITeach doesn’t require complicated resources-you are allowed to explore and teach them however you want as long as it’s effective.
Yes, the kids still ran amok, screamed, threw their books at us, and were chaotic- but that afternoon really changed my outlook on things. I was grinning the whole day!”<br>-Sruti B
</p>
</div>
<center>
<button class="btn btn-custom" onclick="window.location.href='tales_main.html'">More Tales</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>