-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
471 lines (454 loc) · 24.3 KB
/
index.html
File metadata and controls
471 lines (454 loc) · 24.3 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
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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>ISTE NIT Hamirpur</title>
<link rel="icon" href="img/ISTE.png">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- animate CSS -->
<link rel="stylesheet" href="css/animate.css">
<!-- owl carousel CSS -->
<link rel="stylesheet" href="css/owl.carousel.min.css">
<!-- themify CSS -->
<link rel="stylesheet" href="css/themify-icons.css">
<!-- font awesome CSS -->
<link rel="stylesheet" href="css/all.css">
<!-- flaticon CSS -->
<link rel="stylesheet" href="css/flaticon.css">
<!-- magnific popup CSS -->
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- nice select CSS -->
<link rel="stylesheet" href="css/nice-select.css">
<!-- swiper CSS -->
<link rel="stylesheet" href="css/slick.css">
<!-- style CSS -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!--::header part start::-->
<header class="main_menu home_menu">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-12">
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand" href="./"> <img src="img/logo.png" alt="logo"> </a>
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="ti-menu"></span>
</button>
<div class="collapse navbar-collapse main-menu-item justify-content-end"
id="navbarSupportedContent">
<ul class="navbar-nav align-items-center">
<li class="nav-item">
<a class="nav-link" href="./">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#aboutISTE">about</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown"
role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Events
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#prody">Prodyogiki</a>
<a class="dropdown-item" href="#pahal">Pahal</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown_1"
role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Magazines
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown_1">
<a class="dropdown-item" href="#techTime">Tech Times</a>
<a class="dropdown-item" href="#trickTime">Trick Times</a>
</div>
</li>
<li class="d-lg-block">
<a class="btn_2" href="http://www.istenith.com/prodyogiki">Prodyogiki 2020</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</header>
<!-- Header part end-->
<!-- banner part start-->
<section class="banner_part">
<div class="container">
<!-- <div class="row align-items-center justify-content-center"> -->
<div class="col-lg-12" id="iste_logo">
<img src="img/iste_logo_hollow.svg">
</div>
<!-- </div> -->
<!-- <div class="row align-items-center justify-content-center"> -->
<div class="col-lg-12">
<div class="banner_text text-center">
<div class="banner_text_iner">
<h2>Students' Chapter <br> NIT Hamirpur</h2>
</div>
</div>
</div>
<!-- </div> -->
<!-- <div class="row"> -->
<!-- </div> -->
</div>
</section>
<!-- banner part start-->
<div id="iste_video">
<iframe src="https://drive.google.com/file/d/1ZUO21ifE4tdgd8KIvoCnq7KRSO8H7R3c/preview"></iframe>
</div>
<!-- about part end-->
<section id="aboutISTE"class="about_us">
<div class="container">
<div class="row justify-content-between align-items-center">
<div class="col-lg-6">
<div class="about_us_img">
<img src="img/teamSrijan.jpg" alt="">
</div>
</div>
<div class="col-lg-6">
<div class="about_us_text">
<h5>
About<br><span>Us</span>
</h5>
<h2>What is ISTE?</h2>
<p>The Indian Society for Technical Education (ISTE) is the leading National Professional non-profit making Society for the Technical Education System in our country.
The Students' Chapter NIT Hamirpur is the representative at NIT Hamirpur to promote such techincal culture in our college. We, at NIT, conduct various events
within the college and also participate in inter-college fests.
</p>
<div class="banner_item">
<div class="single_item">
<h2> <span class="count">25</span></h2>
<h5>Workshops Conducted</h5>
</div>
<div class="single_item">
<h2><span class="count">150</span></h2>
<h5>Volunteers</h5>
</div>
<div class="single_item">
<h2><span class="count">10</span>k</h2>
<h5>Students Helped</h5>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- about part end-->
<!--::passion part start::-->
<section class="passion_part passion_section_padding">
<div class="container">
<div class="row">
<div class="col-xl-5 col-md-8">
<div class="section_title">
<h2>Major Events</h2>
<p> Apart from organizing workshops and competitions, our 2 main initiatives include Prodyogiki, the ISTE Techincal Fest and Pahal, The Fresher Guide</p>
<br>
</div>
</div>
</div>
<div id="prody" class="row">
<div class="col-sm-4">
<div class="single-home-passion">
<div class="card">
<img src="img/prodyBot.jpg" class="card-img-top" alt="blog">
<div class="card-body">
<h5 class="card-title">Prodyogiki </h5>
<p>Prodyogiki is the annual technical fest organized by Team ISTE in the winters of January. This as an all out event open for all years where students from all branches come together to learn and compete in all kinds of events like robotics, bascule bridge building, coding etc.</p>
<a href="http://istenith.github.io/prodyogiki" target="_blank" class="btn_2">Visit Website</a>
</div>
</div>
</div>
</div>
<div id="pahal" class="col-sm-4">
<div class="single-home-passion">
<div class="card">
<img src="img/pahal.png" class="card-img-top" alt="blog">
<div class="card-body">
<h5 class="card-title">Pahal </h5>
<p>Pahal is an initiative by ISTE to help the freshers during their admission process so that their college life can begin with an ease. Every year we assist them, clear their doubts, reorganize their documents, and do so much more at personal level so that they can feel comfortable in their new phase of life.</p>
<a href="http://istenith.github.io/pahal" target="_blank" class="btn_2">Visit Website</a>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="single-home-passion">
<div class="card">
<img src="img/hultMainPhoto.jpg" class="card-img-top" alt="blog">
<div class="card-body">
<h5 class="card-title">HULT Prize </h5>
<p>Every year, United Nations organizes HULT Prize to solve the first world problems with the most efficient solutions possible. Many colleges of India also participate in this grand event. For the first time, NIT Hamirpur is organizing and it is the first NIT ever to accomplish such feat.</p>
<a href="hult/" target="_blank"class="btn_2">Visit Website</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--::passion part end::-->
<!--::event_part start::-->
<section class="event_part">
<div class="container">
<div class="row">
<div class="col-xl-6 col-md-8">
<div class="section_title">
<h2>Workshops Conducted</h2>
<p>Workshops are a great way to share information. Following are the previous workshops conducted by ISTE in latest order.</p>
<br>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<div class="single_event media">
<img src="img/opencv.jpeg" class="align-self-center" alt="...">
<div class="media-body align-self-center">
<h5 class="mt-0">OpenCV Workshop</h5>
<p>To introduce the open source library OpenCV, ie used for computer vision, this workshop was conducted.</p>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="single_event media">
<img src="img/roboholics.png" class="align-self-center" alt="...">
<div class="media-body align-self-center">
<h5 class="mt-0">Roboholics Workshop</h5>
<p>This workshop guided the student to make his/her own bot with the most basic tools possible.</p>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="single_event media">
<img src="img/pythonWorkshop.jpg" class="align-self-center" alt="...">
<div class="media-body align-self-center">
<h5 class="mt-0">Python and Data Science Workshop</h5>
<p>Python and Data Science are gradually becoming one of the most popular field in India. This workshop guided students step by step to tackle both the areas. </p>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="single_event media">
<img src="img/autodesk.jpg" class="align-self-center" alt="...">
<div class="media-body align-self-center">
<h5 class="mt-0">AutoCAD Workshop</h5>
<p>AutoCAD is a great application for not only Civil and Mechanical enineers but also other fields as it improves one's 3D perspective manifolds.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--::event_part end::-->
<!--::trick and tech times start::-->
<section class="blog_part padding_bottom">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-6 col-md-8">
<div class="section_tittle text-center">
<h2>ISTE Magazines</h2>
<p>When not conducting an event, we ISTE promote the technical culture through our biweekly magazines Tech Times and Trick Times</p>
</div>
</div>
</div>
<div id="techTime" class="row">
<div class="col-sm-6">
<div class="single_blog">
<div class="appartment_img">
<img src="img/techTimesBackg.png" alt="">
</div>
<div class="single_appartment_content">
<h4>Tech Times</h4>
<p>All the recent scientific findings or newly discovered technological advancements are condensed into this biweekly magazine Tech Times. The articles provide a concise and a complete explanation of various scientific and techincall fields!</p>
<a href="img/techTimes.pdf" class="btn_2" download>Latest Edition</a>
</div>
</div>
</div>
<div id="trickTime" class="col-sm-6">
<div class="single_blog">
<div class="appartment_img">
<img src="img/trickTimesBackg.png" alt="">
</div>
<div class="single_appartment_content">
<h4>Trick Times</h4>
<p>We've all grown up playing with riddles and solving puzzles. However to revive the childhood fun, ISTE presents tech times which gives so many fun riddles and problems to solve to keep your brain occupied. Submit your solutions to us win exciting prizes!</p>
<a href="img/trickTimes.pdf" class="btn_2" download>Latest Edition</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!--::blog_part end::-->
<!-- intro_video_bg start-->
<section class="intro_video_bg">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-8 col-lg-8">
<div class="intro_video_iner text-center">
<h2>Subscribe to our Bi-Weekly magazine here! </h2>
<p>To be updated with our magazines, click the button below to subscirbe to our magazine and get the latest editions on your mail itself</p>
<a href="#" class="btn_2">Subscribe</a>
</div>
</div>
</div>
</div>
</section>
<!-- intro_video_bg part start-->
<!-- service part start-->
<section class="service_part">
<div class="container">
<div class="row justify-content-between align-items-center">
<div class="col-lg-4 col-sm-10">
<div class="service_text">
<h2>Achievements of ISTE</h2>
<p>ISTE through its diverse culture and working environment has helped its team members grow and shape their personality in aa eminent manner. Some members even have research papers on their names.
The society has been successful in accomplishing it's mission and will continue to do so with dedication and hard work.</p>
</div>
</div>
<div class="col-lg-7 col-xl-6">
<div class="service_part_iner">
<div class="row">
<div class="col-lg-4 col-sm-6">
<div class="single_service_text ">
<i class="flaticon-calendar"></i>
<h4>NMIMS Data Science Competition</h4>
<p>3rd prize in competition</p>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="single_service_text">
<i class="flaticon-comment"></i>
<h4>Yes Bank Data Science Competition</h4>
<p>Won the first prize at Techfest, IIT Bombay</p>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="single_service_text">
<i class="flaticon-comment"></i>
<h4>Perilioscope Challenge</h4>
<p>Among top 5 team in event by IIT Bombay Techfest.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- service part end-->
<!--::footer_part start::-->
<footer class="footer_part">
<div class="container">
<div class="row justify-content-around">
<div class="col-sm-6 col-lg-3">
<div class="single_footer_part">
<img src="img/ISTE.png" class="footer_logo" alt="">
<p>Wanna talk to ISTE? Or be a part of it? You can contact any of our member personally or email us!
</p>
</div>
</div>
<div class="col-sm-6 col-lg-3">
<div class="single_footer_part footer_3">
<h4> our Gallery</h4>
<div class="footer_img">
<div class="single_footer_img">
<img src="img/gallery1.JPG" alt="">
</div>
<div class="single_footer_img">
<img src="img/gallery2.JPG" alt="">
</div>
<div class="single_footer_img">
<img src="img/gallery3.JPG" alt="">
</div>
<div class="single_footer_img">
<img src="img/gallery4.JPG" alt="">
</div>
</div>
</div>
</div>
<!-- <div class="col-sm-6 col-lg-3">
<div class="single_footer_part">
<h4>Newsletter</h4>
<p>Heaven fruitful doesn't over lesser in days. Appear creeping seasons deve behold bearing days
open
</p>
<div id="mc_embed_signup">
<form target="_blank"
action="https://spondonit.us12.list-manage.com/subscribe/post?u=1462626880ade1ac87bd9c93a&id=92a4423d01"
method="get" class="subscribe_form relative mail_part" required>
<input type="email" name="email" id="newsletter-form-email" placeholder="Email Address"
class="placeholder hide-on-focus" onfocus="this.placeholder = ''"
onblur="this.placeholder = ' Email Address '" required="" type="email">
<button type="submit" name="submit" id="newsletter-submit"
class="email_icon newsletter-submit button-contactForm"><i
class="far fa-paper-plane"></i></button>
<div class="mt-10 info"></div>
</form>
</div>
</div>
</div> -->
</div>
<hr>
<div class="row">
<div class="col-lg-6">
<div class="copyright_text">
<P><!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved.
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. --></P>
</div>
</div>
<div class="col-lg-6">
<div class="footer_icon social_icon">
<ul class="list-unstyled">
<li><a href="https://www.facebook.com/teamistenith/" class="single_social_icon"><i class="fab fa-facebook-f"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<!--::footer_part end::-->
<!-- jquery plugins here-->
<script src="js/jquery-1.12.1.min.js"></script>
<!-- popper js -->
<script src="js/popper.min.js"></script>
<!-- bootstrap js -->
<script src="js/bootstrap.min.js"></script>
<!-- easing js -->
<script src="js/jquery.magnific-popup.js"></script>
<!-- swiper js -->
<script src="js/swiper.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/jquery.smooth-scroll.min.js"></script>
<!-- swiper js -->
<script src="js/masonry.pkgd.js"></script>
<!-- particles js -->
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.nice-select.min.js"></script>
<!-- swiper js -->
<script src="js/slick.min.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src="js/waypoints.min.js"></script>
<script src="js/countdown.jquery.min.js"></script>
<script src="js/timer.js"></script>
<!-- contact js -->
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="js/jquery.form.js"></script>
<script src="js/jquery.validate.min.js"></script>
<script src="js/mail-script.js"></script>
<script src="js/contact.js"></script>
<!-- custom js -->
<script src="js/custom.js"></script>
</body>
</html>