-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
executable file
·572 lines (534 loc) · 25 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
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
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
<!DOCTYPE html>
<html lang "en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
<title>ISTE | NITK Chapter</title>
<!--css-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="css/materialize.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<link href="css/style.css" type="text/css" rel="stylesheet" media="screen,projection"/>
<!--Make sure page contains valid doctype at the very top!-->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
</head>
<body>
<!-- Plugin initialization -->
<script type="text/javascript">
$(document).ready(function(){
// the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered
$ ('.modal-trigger').leanModal();
});
</script>
<!-- NAVBAR -->
<!--<div class="navbar-fixed">-->
<nav class="grey darken-3" role="navigation">
<div class="nav-wrapper container">
<a href="#" class="brand-logo white-text"> ISTE NITK</a>
<ul class="right hide-on-med-and-down">
<li><a href="#about" class="white-text">About</a></li>
<li><a href="#sig" class="white-text">SIG's</a></li>
<li><a href="#members" class="white-text">Members</a></li>
<li><a href="http://www.istenitk.wordpress.com" class="white-text">Blog</a></li>
<li><a href="#contact" class="white-text modal-trigger">Contact Us</a></li>
</ul>
<ul id="nav-mobile" class="side-nav">
<li><a href="#about" class="black-text">About</a></li>
<li><a href="#sig" class="black-text">SIG's</a></li>
<li><a href="#members" class="black-text">Members</a></li>
<li><a href="http://www.istenitk.wordpress.com" class="black-text">Blog</a></li>
<li><a href="#contact" class="black-text modal-trigger">Contact Us</a></li>
</ul>
<a href="#" data-activates="nav-mobile" class="button-collapse"><i class="material-icons"><span class="white-text">menu</span></i></a>
</div>
</nav>
<!--</div>-->
<!-- CONTACT US FORM -->
<div id="contact" class="modal">
<div class="modal-content">
<form class="col s12" method="post" action="http://formspree.io/[email protected]">
<div class="row">
<div class="input-field col s6">
<i class="material-icons prefix">account_circle</i>
<input id="icon_prefix" type="text" class="validate" name="Name">
<label for="icon_prefix">Name</label>
</div>
<div class="input-field col s6">
<i class="material-icons prefix">email</i>
<input id="icon_prefix" type="email" class="validate" name="Email">
<label for="icon_prefix">Email</label>
</div>
</div>
<div class ="row">
<div class="input-field col s12">
<i class="material-icons prefix">textsms</i>
<input id="icon_prefix" type="text" class="validate" name="Subject">
<label for="icon_prefix">Subject</label>
</div>
</div>
<div class ="row">
<div class="input-field col s12">
<i class="material-icons prefix">message</i>
<textarea id="textarea1" class="materialize-textarea" name="Message"></textarea>
<label for="textarea1">Message</label>
</div>
</div>
<center>
<button class="btn waves-effect waves-light grey darken-3" type="submit" name="action">Submit
<i class="material-icons right grey darken-3">send</i>
</button> </center>
</form>
</div>
</div>
<div id="index-banner" class="parallax-container">
<div class="section no-pad-bot">
<div class="container">
<br><br>
<br><br>
</div>
</div>
<div class="parallax"><img class="responsive-img" src="images/logo.jpg" alt="ISTE Logo"<!-- height="800px" width="300px"></div>
</div>
<div class="container" id="about">
<p class="flow text"><h3>Welcome to ISTE, NITK Chapter!</h3><font color="black"></p>
<p class="light">
The Indian Society for Technical Education is a national, professional, non-profit making society registered under the Societies Registration Act of 1860. The major objective of the ISTE is to assist and contribute in the production and development of top quality professional engineers and technicians needed by industries and other organisations. Being the only national organisation of educators in the field of engineering and technology, ISTE effectively contributes in various missions of the Union Government.</p>
<p class="light">
ISTE, NITK Chapter is one of the oldest technical clubs established in the college. Over the years, ISTE, NITK Chapter has grown and has contributed to various college activities. A plethora of ingenious events are conducted by its members throughout the year, some of which have attained a cult status and are cherished by its members and participants alike. ISTE generally begins its recruitment of new members in early August. After two long weeks of interviews and discussions, new Executive Members are recruited into the club. </p>
</div>
<li class="divider"></li>
<div id="index-banner" class="parallax-container">
<div class="section no-pad-bot">
<div class="container" id="sig">
<br><br>
<h2 class="header center teal-text text-lighten-2"><span class="grey-text text-darken-4"><font color="black">Special Interest Groups</span></h2>
<div class="row center">
<h5 class="header col s12 light"><span class="grey-text text-darken-4">Jack of all trades, or master of one? At ISTE, we give you the freedom to explore and exploit our choice of SIGs and receive dedicated guidance from seasoned veterans at every endeavour.</span></h5>
</div>
<br><br>
</div>
</div>
<div class="parallax"><img src="images/sigs2.jpg" alt="SIGS"></div>
</div>
<div class="container">
<div class="section">
<div class="row">
<div class="col s3">
<div class="icon-block">
<h2 class="center brown-text"><i class="material-icons"><span class="red-text text-lighten-2">computer</span></i></h2>
<h5 class="center">Crypt</h5>
<p class="light">This SIG does a good job of generating interest amongst its members in computer science <a class = "modal-trigger" href = "#crypt">read more...</a> </p><!-- related concepts by conducting seminars, hands-on coding sessions and working on interdisciplinary projects.</p> -->
</div>
</div>
<div class="col s3">
<div class="icon-block">
<h2 class="center brown-text"><i class="material-icons"><span class="red-text text-lighten-2">flash_on</span></i></h2>
<h5 class="center">Charge</h5>
<p class="light">Microcontrollers, Robotics, AtMega, MSP, LEDs! If these words are 'music' to your ears, <a class = "modal-trigger" href = "#charge">read more...</a> </p> <!-- its time to 'sync' with ISTE's Charge SIG. With some innovative seminars and hands-on workshops, this SIG has soldered itself to the hearts of many. With some of our projects being given a thumbs up by reputed electronics firms, we aim to embed an enthusiasm towards tronics in NITK. We also take pride in actively contributing to the mega event 'Technites', during ENGINEER.</p> -->
</div>
</div>
<div class="col s3">
<div class="icon-block">
<h2 class="center brown-text"><i class="material-icons"><span class="red-text text-lighten-2">settings</span></i></h2>
<h5 class="center">Clutch</h5>
<p class="light">Ever wondered what goes on in the making of a supercar which zooms past by? If you nurture a desire <a class = "modal-trigger" href = "#clutch">read more...</a> </p> <!-- to unravel the knowledge hidden beneath any hood, we the Clutch SIG of ISTE are the ones you're looking for! This SIG focuses on design and dynamics of vehicles, and conducts workshops for the understanding of key components involved in Auto R&D.</p> -->
</div>
</div>
<div class="col s3">
<div class="icon-block">
<h2 class="center brown-text"><i class="material-icons"><span class="red-text text-lighten-2">settings</span></i></h2>
<h5 class="center">Civil</h5>
<p class="light">The aim of the SIG is to familiarize the members with the various practices followed in designing of various <a class = "modal-trigger" href = "#civil">read more...</a> </p> <!-- structures. The members will work to develop new and creative designs for various facilities like hospitals, hostels, residential buildings, or some facilities required in an institutional campus like ours. The SIG is based on designing structures, which is a core field in Civil Engineering.</p> -->
</div>
</div>
</div>
</div>
<div class="section">
<div class="row">
<div class="col s4">
<div class="icon-block">
<h2 class="center brown-text"><i class="material-icons"><span class="red-text text-lighten-2">attach_money</span></i></h2>
<h5 class="center">Credit</h5>
<p class="light">Stocks, shares, stakeholders, marketing strategy, Wall Street, equity, Net Present Value. These terms are music to the ears of the members of Credit SIG, <a class = "modal-trigger" href = "#credit">read more...</a> </p><!-- a group of people with phenomenal business acumen who share with the rest of us, the mysteries of the all powerful Market. Knowledge exchange programs from this SIG are a treat to the curious mind.</p> -->
</div>
</div>
<div class="col s4">
<div class="icon-block">
<h2 class="center brown-text"><i class="material-icons"><span class="red-text text-lighten-2">create</span></i></h2>
<h5 class="center">Chronicle</h5>
<p class="light">Amidst the crowd of Aristotles and Newtons, ISTE also has an outlet for the Shakespeares who give words to the brilliant thoughts of the club, thereby giving it life.<a class = "modal-trigger" href = "#chronicle">read more...</a> </p> <!-- Although people think that it's limited to making irrational word puns, Chronicle has had great success with the ISTE publication Novus Scientifica, penning the unsolvable mysteries, designing grand game shows and spreading great ideas of science, art and technology.</p> -->
</div>
</div>
<div class="col s4">
<div class="icon-block">
<h2 class="center brown-text"><i class="material-icons"><span class="red-text text-lighten-2">color_lens</span></i></h2>
<h5 class="center">Create</h5>
<p class="light">Imagine an empty theatre. Imagine a party with no people. Imagine an ISTE event with no participants...The third one is impossible, thanks to ISTE's Create. <a class = "modal-trigger" href = "#create">read more...</a> <!-- Their contribution is not limited just to splashing colours on canvas digitally, they also make wacky customised videos for every event that appeals to the drama queen in each of you and puts ISTE on the radar.</p> -->
</div>
</div>
</div>
</div>
</div>
<!-- MODALS FOR EACH SIG -->
<!-- CRYPT SIG -->
<div id="crypt" class="modal">
<div class="modal-content">
<p> This SIG does a good job of generating interest amongst its members in computer science related concepts by conducting seminars, hands-on coding sessions and working on interdisciplinary projects. </p>
</div>
</div>
<!-- CHARGE SIG -->
<div id="charge" class="modal">
<div class="modal-content">
<p> Microcontrollers, Robotics, AtMega, MSP, LEDs! If these words are 'music' to your ears, its time to 'sync' with ISTE's Charge SIG. With some innovative seminars and hands-on workshops, this SIG has soldered itself to the hearts of many. With some of our projects being given a thumbs up by reputed electronics firms, we aim to embed an enthusiasm towards tronics in NITK. We also take pride in actively contributing to the mega event 'Technites', during ENGINEER. </p>
</div>
</div>
<!-- Clutch SIG -->
<div id="clutch" class="modal">
<div class="modal-content">
<p> Ever wondered what goes on in the making of a supercar which zooms past by? If you nurture a desire to unravel the knowledge hidden beneath any hood, we the Clutch SIG of ISTE are the ones you're looking for! This SIG focuses on design and dynamics of vehicles, and conducts workshops for the understanding of key components involved in Auto R&D. </p>
</div>
</div>
<!-- Civil SIG -->
<div id="civil" class="modal">
<div class="modal-content">
<p> The aim of the SIG is to familiarize the members with the various practices followed in designing of various structures. The members will work to develop new and creative designs for various facilities like hospitals, hostels, residential buildings, or some facilities required in an institutional campus like ours. The SIG is based on designing structures, which is a core field in Civil Engineering. </p>
</div>
</div>
<!-- Credit SIG -->
<div id="credit" class="modal">
<div class="modal-content">
<p> Stocks, shares, stakeholders, marketing strategy, Wall Street, equity, Net Present Value. These terms are music to the ears of the members of Credit SIG, a group of people with phenomenal business acumen who share with the rest of us, the mysteries of the all powerful Market. Knowledge exchange programs from this SIG are a treat to the curious mind. </p>
</div>
</div>
<!-- Chronicle SIG -->
<div id="chronicle" class="modal">
<div class="modal-content">
<p> Amidst the crowd of Aristotles and Newtons, ISTE also has an outlet for the Shakespeares who give words to the brilliant thoughts of the club, thereby giving it life. Although people think that it's limited to making irrational word puns, Chronicle has had great success with the ISTE publication Novus Scientifica, penning the unsolvable mysteries, designing grand game shows and spreading great ideas of science, art and technology. </p>
</div>
</div>
<!-- Create SIG -->
<div id="create" class="modal">
<div class="modal-content">
<p> Imagine an empty theatre. Imagine a party with no people. Imagine an ISTE event with no participants...The third one is impossible, thanks to ISTE's Create. Their contribution is not limited just to splashing colours on canvas digitally, they also make wacky customised videos for every event that appeals to the drama queen in each of you and puts ISTE on the radar.</p>
</div>
</div>
<div class="row">
<div class="col s8">
<div class="slider hoverable">
<ul class="slides">
<li>
<img src="images/members.jpg"> <!-- random image -->
<div class="caption center-align">
<h3></h3>
<h5 class="light grey-text text-lighten-3"></h5>
</div>
</li>
<li>
<img src="images/members1.jpg"> <!-- random image -->
<div class="caption center-align">
<h3></h3>
<h5 class="light grey-text text-lighten-3"></h5>
</div>
</li>
<li>
<img src="images/members2.jpg"> <!-- random image -->
<div class="caption center-align">
<h3></h3>
<h5 class="light grey-text text-lighten-3"></h5>
</div>
</li>
<li>
<img src="images/members3.jpg"> <!-- random image -->
<div class="caption center-align">
<h3></h3>
<h5 class="light grey-text text-lighten-3"></h5>
</div>
</li>
<li>
<img src="images/ISTEkit.jpg"> <!-- random image -->
<div class="caption center-align">
<h3></h3>
<h5 class="light grey-text text-lighten-3"></h5>
</div>
</li>
</ul>
</div>
</div>
<div class="col s4" id = "members">
<center><p><h4>Meet the members</h4></p></center>
<br>
<ul>
<li>
<!-- Modal Trigger -->
<center><a class="waves-effect waves-light btn modal-trigger z-depth-2 grey darken-3" href="#final">SENIORS</a></center>
<!-- Modal Structure -->
<div id="final" class="modal">
<div class="modal-content">
<center><h4>FINAL YEARS</h4></center>
<br>
<ul class="light"><center>
<li>Abhishek Shanthkumar</li>
<li>Aeshwrya Sweta Panda</li>
<li>Ajin Tom</li>
<li>Akankshya Kar</li>
<li>Akshay Sangat</li>
<li>Anagh Singh</li>
<li>Anirudha CS</li>
<li>Apoorva Mishra</li>
<li>Arun</li>
<li>Ashutosh Kshirsagar</li>
<li>Aswanth Sreekumar</li>
<li>Avinash Rao</li>
<li>Chavi Singal</li>
<li>Chirag Jamadagni</li>
<li>Chirasvi HR</li>
<li>Codanda Devaiah Monappa</li>
<li>Deepti Rajagopal</li>
<li>Dishan Srinivasa Rao</li>
<li>Divya Vempati</li>
<li>Fuzail Mujahid Khan</li>
<li>Gala Jainam Navin</li>
<li>IK Vibhav</li>
<li>Manasa Gadiyar</li>
<li>Muhammed Danish Khan</li>
<li>Nikhil Jayanth</li>
<li>Nikhil VC</li>
<li>Nithin Holla K</li>
<li>Prabhu Dayal Sahoo</li>
<li>Rachana Danavadi A</li>
<li>Rajat Hindiholi</li>
<li>Saurabh Sachan</li>
<li>Shriddha</li>
<li>Shrishti AK</li>
<li>Suprith SB</li>
<li>Syed Muthahar</li>
<li>Vaishnavi Chauhan</li>
<li>Vikram Singh Tomar</li>
<li>Vishakha SR</li>
</center>
</ul>
</div>
</div>
</li>
<li><br></li>
<li>
<center><a class="waves-effect waves-light btn modal-trigger z-depth-2 grey darken-3" href="#third">JUNIORS</a></center>
<div id="third" class="modal">
<div class="modal-content">
<center><h4>THIRD YEARS</h4></center>
<br>
<ul class="light"><center>
<li>Abhijay Kumar Pandit</li>
<li>Aditya Nishtala</li>
<li>Aishwarya Sanjeev Kumar</li>
<li>Alok Aryan</li>
<li>Aneesh Goel</li>
<li>Aniket Rege</li>
<li>Anikethan H V U</li>
<li>Ashritha</li>
<li>Bhargav Kale</li>
<li>Binita</li>
<li>Deepak Devara</li>
<li>Divya N</li>
<li>Jatin Nayak</li>
<li>Jishnu Chatterjee</li>
<li>Kavya Atmakuri</li>
<li>Kevin George</li>
<li>Krish Hiren Vadodaria</li>
<li>Likhita C</li>
<li>M Punith</li>
<li>Mahesh Bhat H</li>
<li>Manisha Jhawar</li>
<li>Navya R S</li>
<li>Nihar Joshi</li>
<li>Nischita Kaza</li>
<li>P Sai Seshnag</li>
<li>Parikshit</li>
<li>Prajwal Kailas</li>
<li>Pralay S</li>
<li>Pranav M</li>
<li>rasad Kamath H</li>
<li>Prateek Wadhwani</li>
<li>Rashmi P</li>
<li>Ravikant Narayan</li>
<li>Rimitha</li>
<li>Rishit</li>
<li>Ritesh Waykole</li>
<li>Samarth Mishra</li>
<li>Saranya</li>
<li>Satwik Pandit</li>
<li>Saumya Gupta</li>
<li>Shiv Shankar Sukumaran</li>
<li>Shrinidhi</li>
<li>Sonali Maruti Naik</li>
<li>Sreelakshmi S</li>
<li>Sudheendra</li>
<li>Sukanya Sundaram</li>
<li>Ujwal Mishra</li>
<li>Vignesh R</li>
<li>Vikas</li>
<li>Yashaswini Karanth</li>
</center>
</ul>
</div>
</div>
</li>
<li><br></li>
<li>
<!-- Modal Trigger -->
<center><a class="waves-effect waves-light btn modal-trigger z-depth-2 grey darken-3" href="#second">SOPHOMORES</a></center>
<!-- Modal Structure -->
<div id="second" class="modal">
<div class="modal-content">
<center><h4>SECOND YEARS</h4></center>
<br>
<ul class="light"><center>
<li>Aakash</li>
<li>Aasim Zahoor</li>
<li>Abhilekh</li>
<li>Aditya Shet</li>
<li>Ajaydev M</li>
<li>Amith Kini</li>
<li>Apurva</li>
<li>Arjun V</li>
<li>Ashika Nayak</li>
<li>Aswathy G</li>
<li>Aswin Manoj</li>
<li>Avnika</li>
<li>Ayam</li>
<li>Deeksha</li>
<li>Devika</li>
<li>Hemanth Kumar</li>
<li>Jessina</li>
<li>Laxminarayanan</li>
<li>M. Saneens</li>
<li>Mohit</li>
<li>Mrinmayee</li>
<li>Nagarakshith</li>
<li>Nihar</li>
<li>Nikhil</li>
<li>Nisarga G</li>
<li>Nishta Maloo</li>
<li>Nitish</li>
<li>Pradyumna K S</li>
<li>Praneeth Pichika</li>
<li>Prathamesh</li>
<li>Radhika Pai</li>
<li>Rahul Kumaresan</li>
<li>Rajgauri</li>
<li>Raveesh</li>
<li>Ria</li>
<li>Rupashi Sanghal</li>
<li>Samarth M</li>
<li>Shannon G</li>
<li>Shantanu Vijay</li>
<li>Sharon P Simon</li>
<li>Shashank</li>
<li>Shashank V</li>
<li>Shraya</li>
<li>Shreyansh</li>
<li>Sneha</li>
<li>Sofia Ummer Sahib</li>
<li>Srijit</li>
<li>Suraj Hegde</li>
<li>Ujjwal Pasupulety</li>
<li>Vignesh Vinayak Murthy</li>
<li>Vilohit Sarma Kaza</li>
<li>Vineeth</li>
<li>Vrishabh Sharma</li>
</center>
</ul>
</div>
</div>
</li>
<li><br></li>
<li>
<!-- Modal Trigger -->
<center><a class="waves-effect waves-light btn modal-trigger z-depth-2 grey darken-3" href="#alumni">Alumni</a></center>
<!-- Modal Structure -->
<div id="alumni" class="modal">
<div class="modal-content">
<center><h4>ALUMNI</h4></center>
<br>
<ul class="light"><center>
<li>Abhijith KC</li>
<li>Abygale Sasha Pereira</li>
<li>Aman Gupta</li>
<li>Aditya Nair</li>
<li>Anjali Nelliat</li>
<li>Anmol Varma</li>
<li>Aditya Jain</li>
<li>Arshita Basavaraj</li>
<li>Arun Kumar R</li>
<li>Ashesh Khandelwal</li>
<li>Chetan Dugar</li>
<li>Deepak Kushwaha</li>
<li>Divyasanu Pandey</li>
<li>Eureka Pai K</li>
<li>Gaurav Agarwal</li>
<li>Gaurav Choudhary</li>
<li>Gourav Shet</li>
<li>Hrushikesh M Joshi</li>
<li>Jim Aldon D'Souza</li>
<li>Joshua Neeraj</li>
<li>Koduru Anusha</li>
<li>Kratika Gupta</li>
<li>Mehul Kothari</li>
<li>Mukund YR</li>
<li>Neha Madhulika</li>
<li>Nikhil Kumar</li>
<li>Oshim Jain</li>
<li>Palash Acharya</li>
<li>Parushya NewIndian</li>
<li>Piyush Rai</li>
<li>Priya Rao</li>
<li>Priyadarshini S</li>
<li>Priyal Vijaywargiya</li>
<li>R B Prashanth</li>
<li>Raghav Ishwar
<li>Rajsekhar Kumar Nath</li>
<li>Rishyashring Raman Iyer</li>
<li>Samruddhi Ganvir</li>
<li>Samarth Goel</li>
<li>Sanam Lakhwara</li>
<li>Sanjay Sevella</li>
<li>Sanket Gawande</li>
<li>Shilpa Podilla</li>
<li>Shreya Shetty</li>
<li>Shreyans Jain</li>
<li>Shubham Dixit</li>
<li>Shweta Srivastava</li>
<li>Siddharth Jain</li>
<li>Snehal Jauhri</li>
<li>Soumita Mondal</li>
<li>Srimayi</li>
<li>Sumanth Depuri</li>
<li>Vandhana Comandur</li>
</center>
</ul>
</div>
</li>
</ul>
</div>
</div>
</li>
</div></div></div></div></div></div>
<footer class="page-footer grey darken-3">
<div class="container">
<div class="Left-align">
<h5 class="white-text">ISTE NITK CHAPTER</h5><br>
<p class="white-text"> Convenor : Snehal Jauhri</p>
<p class="white-text"> Address: ISTE Office, NITK SURATHKAL , Main Building, </p>
<p class="white-text"> Phone: +918197766783</p>
<p class="white-text"> Email: [email protected]</p>
</div>
<!-- <div align="right"><div class="white-text">This website has been visited <img src="http://simplehitcounter.com/hit.php?uid=1991135&f=16777215&b=0" border="0" height="18" width="83" alt="web counter"></img> times</div></div> -->
<div class="footer-copyright">
<div class="right-align">Made by <a class="brown-text text-lighten-3" href="">Chirag, Deepak & Kavya</a>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="js/materialize.js"></script>
<script src="js/init.js"></script>
</body>
</html>