-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtale11.html
376 lines (350 loc) · 21 KB
/
tale11.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
364
365
366
367
368
369
370
371
372
373
374
375
376
<!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,Sherin Cherian's Tale,Sherin Cherian, sherin cherian,sherin cherian's tale,Vellore Institute Of Technology Clubs, VIT Chennai Clubs, VIT Chennai Club" name="keywords" />
<meta content="Volunteering stories from VITeachears. VITeach is a social outreach club in Chennai run by students of VIT Chennai, for imparting spoken english education to underpriviledged children." 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="There was supposed to be an image"
/></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;">
<div id="scroll-container">
<div id="scroll-text"><center>Sherin Cherian's Tale</center>
</div></div>
</h1>
</div>
</div>
</div>
<div class="row">
<div class = "col">
<center><img src="img/tale11.jpg" style="width: 100%;"alt="There was supposed to be an image"/></center><br>
</div>
<div class="col-sm-12">
<div class ="single-content">
<p>
One of the first things that struck me when I joined the club is the belief that VITeach is a home of entirely nice people, be it the '18 office bearers, the members, Raghav, the boy I jokingly called 'President' (and then he actually was elected into office, I pride myself on my foresight), or even Sanjay S Gopal, the most terrifying senior on campus. It is one of the most wholesome and welcoming environments that I've been a part of and there are so many memories I can trace back to VITeach. <br><br>
Becoming an Office Bearer was an entirely new experience for me, one that I was hesitant and uncertain about at first, but am glad was a part of my adventures at VIT. I genuinely miss the 'OGs', as we called ourselves. Be it the random 6pm meetings at the portico, or staying up till 2 a.m. in Rutuja's room deliberating over which shade of orange works best on the Book Fair poster that we drew by hand. From the time we used our 'methods' to find a list of free classrooms as backup for an event, to the joy of seeing someone I met in the girls hostel as part of door-to-door marketing, turn up at the Book Fair, willing to spend for a good cause, the list is unending. I'll miss the time when we nearly made our seniors cry with the improvised Burger King crowns and a cake for their farewell and our top secret fake-meeting-cake-reveal plans at every birthday.
Work never felt tedious when I stayed in the library with the OGs till 9pm figuring out how to grade kids. Didn't mind the dinner that followed, seated in a circle at the entrance of library, while the guards looked upon us in disapproval.
</p>
</div>
</div>
<div class = "col">
<center><img src="img/11tale.jpg" style="width: 100%;" alt="There was supposed to be an image"/></center><br>
</div>
<div class="col-sm-12">
<div class ="single-content">
<p>
I even miss the apprehension that we all felt while adopting a new school, GHS Kandigai, followed by the relief of successfully conducting the Optics Workshop there. <br><br>
We didn't have a hierarchy. We barely knew each other when we came to Office but we turned into a closely-knit group of friends who wanted the best for the club and I think that was beautiful. Still don't know how we kept putting off the OB Lunch, but we'll make it someday. We did handover our positions to the kids but I truly think we always will be the OGs :)
</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>Sherin Cherian's Tale</center></h1><br><br>
<img src="img/tale11.jpg" style="width: 40%; float:left; margin-right:2%; margin-top:1%;"alt="There was supposed to be an image"/>
<p>
One of the first things that struck me when I joined the club is the belief that VITeach is a home of entirely nice people, be it the '18 office bearers, the members, Raghav, the boy I jokingly called 'President' (and then he actually was elected into office, I pride myself on my foresight), or even Sanjay S Gopal, the most terrifying senior on campus. It is one of the most wholesome and welcoming environments that I've been a part of and there are so many memories I can trace back to VITeach. <br><br>
Becoming an Office Bearer was an entirely new experience for me, one that I was hesitant and uncertain about at first, but am glad was a part of my adventures at VIT. I genuinely miss the 'OGs', as we called ourselves. Be it the random 6pm meetings at the portico, or staying up till 2 a.m. in Rutuja's room deliberating over which shade of orange works best on the Book Fair poster that we drew by hand. From the time we used our 'methods' to find a list of free classrooms as backup for an event, to the joy of seeing someone I met in the girls hostel as part of door-to-door marketing, turn up at the Book Fair, willing to spend for a good cause, the list is unending. I'll miss the time when we nearly made our seniors cry with the improvised Burger King crowns and a cake for their farewell and our top secret fake-meeting-cake-reveal plans at every birthday.
Work never felt tedious when I stayed in the library with the OGs till 9pm figuring out how to grade kids. Didn't mind the dinner that followed, seated in a circle at the entrance of library, while the guards looked upon us in disapproval.
<img src="img/11tale.jpg" style="width: 40%; float:right; margin-left:2%; margin-top:1%;"alt="There was supposed to be an image"/>
I even miss the apprehension that we all felt while adopting a new school, GHS Kandigai, followed by the relief of successfully conducting the Optics Workshop there. <br><br>
We didn't have a hierarchy. We barely knew each other when we came to Office but we turned into a closely-knit group of friends who wanted the best for the club and I think that was beautiful. Still don't know how we kept putting off the OB Lunch, but we'll make it someday. We did handover our positions to the kids but I truly think we always will be the OGs :)
</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:[email protected]" class="footer-link"><i class="fa fa-envelope"></i
>[email protected]</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>