-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimpulse18.html
738 lines (552 loc) · 24.5 KB
/
impulse18.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
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
<!doctype html>
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><html lang="en" class="no-js"> <![endif]-->
<html lang="en">
<head>
<!-- Basic -->
<title>IEEE | Home | Impulse: 2018</title>
<!-- Define Charset -->
<meta charset="utf-8">
<!-- Responsive Metatag -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- Page Description and Author -->
<meta name="description" content="Margo - Responsive HTML5 Template">
<meta name="author" content="iThemesLab">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="asset/css/bootstrap.min.css" type="text/css" media="screen">
<!-- Font Awesome CSS -->
<link rel="stylesheet" href="csss/font-awesome.min.css" type="text/css" media="screen">
<!-- Slicknav -->
<link rel="stylesheet" type="text/css" href="csss/slicknav.css" media="screen">
<!-- Margo CSS Styles -->
<link rel="stylesheet" type="text/css" href="csss/style.css" media="screen">
<!-- Responsive CSS Styles -->
<link rel="stylesheet" type="text/css" href="csss/responsive.css" media="screen">
<!-- Css3 Transitions Styles -->
<link rel="stylesheet" type="text/css" href="csss/animate.css" media="screen">
<!-- Color CSS Styles -->
<link rel="stylesheet" type="text/css" href="csss/colors/blue.css" title="blue" media="screen" />
<link rel="stylesheet" type="text/css" href="csss/colors/purple.css" title="purple" media="screen" />
<link rel="stylesheet" type="text/css" href="csss/colors/red.css" title="red" media="screen" />
<link rel="stylesheet" type="text/css" href="csss/colors/jade.css" title="jade" media="screen" />
<link rel="stylesheet" type="text/css" href="csss/colors/beige.css" title="beige" media="screen" />
<link rel="stylesheet" type="text/css" href="csss/colors/cyan.css" title="cyan" media="screen" />
<link rel="stylesheet" type="text/css" href="csss/colors/green.css" title="green" media="screen" />
<link rel="stylesheet" type="text/css" href="csss/colors/orange.css" title="orange" media="screen" />
<link rel="stylesheet" type="text/css" href="csss/colors/peach.css" title="peach" media="screen" />
<link rel="stylesheet" type="text/css" href="csss/colors/pink.css" title="pink" media="screen" />
<link rel="stylesheet" type="text/css" href="csss/colors/sky-blue.css" title="sky-blue" media="screen" />
<link rel="stylesheet" type="text/css" href="csss/colors/yellow.css" title="yellow" media="screen" />
<!-- Margo JS -->
<script type="text/javascript" src="jss/jquery-2.1.4.min.js"></script>
<script type="text/javascript" src="jss/jquery.migrate.js"></script>
<script type="text/javascript" src="jss/modernizrr.js"></script>
<script type="text/javascript" src="asset/js/bootstrap.min.js"></script>
<script type="text/javascript" src="jss/jquery.fitvids.js"></script>
<script type="text/javascript" src="jss/owl.carousel.min.js"></script>
<script type="text/javascript" src="jss/nivo-lightbox.min.js"></script>
<script type="text/javascript" src="jss/jquery.isotope.min.js"></script>
<script type="text/javascript" src="jss/jquery.appear.js"></script>
<script type="text/javascript" src="jss/count-to.js"></script>
<script type="text/javascript" src="jss/jquery.textillate.js"></script>
<script type="text/javascript" src="jss/jquery.lettering.js"></script>
<script type="text/javascript" src="jss/jquery.easypiechart.min.js"></script>
<script type="text/javascript" src="jss/jquery.nicescroll.min.js"></script>
<script type="text/javascript" src="jss/jquery.parallax.js"></script>
<script type="text/javascript" src="jss/jquery.slicknav.js"></script>
<!--[if IE 8]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<!--[if lt IE 9]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head>
<body>
<!-- Container -->
<div id="container">
<!-- Start Header -->
<div class="hidden-header"></div>
<header class="clearfix">
<!-- Start Top Bar -->
<!-- Start Header ( Logo & Naviagtion ) -->
<div class="navbar navbar-default navbar-top">
<div class="container">
<div class="navbar-header">
<!-- Stat Toggle Nav Link For Mobiles -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<i class="fa fa-bars"></i>
</button>
<!-- End Toggle Nav Link For Mobiles -->
<a class="navbar-brand" href="index.html"><img alt="" src="favicon.png"></a>
</div>
<div class="navbar-collapse collapse">
<!-- Stat Search -->
<!-- End Search -->
<!-- Start Navigation List -->
<ul class="nav navbar-nav navbar-right">
<li>
<a class="active" href="#" style="font-size:20px">" Impulse_2018 "</a>
</li>
</ul>
<!-- End Navigation List -->
</div>
</div>
<!-- Mobile Menu Start -->
<!-- Mobile Menu End -->
</div>
<!-- End Header ( Logo & Naviagtion ) -->
</header>
<!-- End Header -->
<!-- Start Full Width Section 2 -->
<div class="section" style="padding-top:60px; padding-bottom:60px; border-top:1px solid #eee; margin-top: 23px; border-bottom:1px solid #eee; background:#f9f9f9;">
<div class="container">
<div class="row">
<!-- Start Left Side -->
<div class="col-md-6">
<!-- Start Big Heading -->
<div class="big-title">
<h1 class="btn-system btn-small" >“Impulse:2018” </h1>
<h1><strong></strong><br/>Technical event Conducted under IEEE Event by "<b><I>IEEE NIT Patna</I></b>".</h1>
</div>
<!-- End Big Heading -->
<!-- Some Text -->
<!-- Divider -->
<div class="hr1" style="margin-bottom:14px;"></div>
<!-- Start Icons Lists -->
<div class="row">
<div class="col-md-6">
<ul class="icons-list">
<li style="font-size:16px;"><i class="fa fa-check-circle"></i>DATE: 23rd of August 2018 to 9th of September 2018</li>
<li style="font-size:16px;"><i class="fa fa-check-circle"></i>VENUE: Classroom 9, 4th Floor, EE Annex. Building,Room no: 2-6,2-7 & 2-8 </li>
<li style="font-size:16px;"><i class="fa fa-check-circle"></i>PARTICIPANTS: 1st & 2nd year Students.</li>
</ul>
</div>
</div>
<!-- End Icons Lists -->
<!-- Divider -->
<div class="hr1" style="margin-bottom:20px;"></div>
<!-- Button -->
<a href="#content" class="btn-system btn-small">Read More About Us</a>
<a href="#slider" class="btn-system btn-small">Gallery</a>
</div>
<!-- End Left Side -->
<!-- Vimeo Iframe -->
<div class="col-md-6">
</div>
</div>
</div>
</div>
<!-- Start HomePage Slider -->
<section id="home">
<!-- Carousel -->
<div id="main-slide" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#main-slide" data-slide-to="0" class="active"></li>
<li data-target="#main-slide" data-slide-to="1"></li>
<li data-target="#main-slide" data-slide-to="2"></li>
</ol>
<!--/ Indicators end-->
<!-- /carousel -->
</section>
<!-- End HomePage Slider -->
<!-- Start Full Width Sections Content -->
<div id="content" class="full-sections">
<!-- Start Full Width Section 1 -->
<div class="section" style="padding-top:60px; padding-bottom:30px; border-top:0; border-bottom:0; background:#fff">
<div class="container">
<!-- Start Services Icons -->
<div class="row">
<!-- Start Service Icon 1 -->
<div class="col-md-12 col-sm-12 service-box service-icon-left">
<div class="service-icon">
<i class="fa fa-magic icon-mini-effect icon-effect-2 gray-icon"></i>
</div>
<div class="service-content">
<h2>Impulse:2018</h2>
<br/>
<h4>
<strong class="accent-color" style="font-size:20px;">IMPULSE 18 </strong> was conducted between 23rd August to 9th September 2018. The contestants had to go through 3 rounds to be on the topspot. The 3 rounds were:
<br></br>
<br>1. Aptitude test </br>
<br>2. Group discussion</br>
<br>3. Presentation</br>
</br></br>
<strong class="accent-color" style="font-size:20px;"></strong> The aptitude round was taken by more than 600 participants. Then more than 50 participants made it into group discussion round, in which they presented their views on the various current topics which was evaluated by our core members: Pratiyush Gauri , Yashjeet singh , Surabhi Saxena, Mayank kumar. After the Group discussion round about 30 students were qualified for presentation round in which they were required to present a presentation on a problem which is persisting in aur society and how to tackle these problems as an engineer. These participants were divided in groups of 5 students in which 1was from 3rd year, 1 was from 2nd year and 3 were from 1st year , the students from 3rd year mentored their group. After excruciating round of presentation winners were announced by our Professor Incharge Mr Subodh Srivastava sir. The winners were as follows:
<br></br><br><strong class="accent-color" style="font-size:20px;">I. Team Name: "Teenage Techies " </strong>
<br>Points Scored : 26.5 out of 30 </br>
<br>Topic:<b>Cyber security and privacy</b>
<br>Mentor: Shivam Shrivastava
<br>Members: 1. Vishwajeet Singh(1706094)
<br><span style="padding-left:70px;">2. Harsh Jha(1801121)</span>
<br><span style="padding-left:70px;">3. Omkar Dubey(1801065)</span>
<br><span style="padding-left:70px;">4. Rakshita Jain(1806136)</span>
</br>
<br></br><br><strong class="accent-color" style="font-size:20px;">II.Team name: "Red Thunder"</strong>
<br>Points Scored : 25 out of 30 </br>
<br>Mentor: Abhash Rai
<br>Members: 1. Prashant gaurav(1704017)
<br><span style="padding-left:70px;">2. Manpreet Singh(1804042)</span>
<br><span style="padding-left:70px;">3. Prabhakirat Singh(1806002)</span>
<br><span style="padding-left:70px;">4. Ayushi Garg(1809010)</span>
</br>
<br></br><br><strong class="accent-color" style="font-size:20px;">III. Team name: "Innovians" </strong>
<br>Points Scored : 24 out of 30 </br>
<br>Mentor: Shubhanshu Sanjeev
<br>Members: 1. Rajan Kr. Sharma(1704028)
<br><span style="padding-left:70px;">2. Smriti Pal(1802004)</span>
<br><span style="padding-left:70px;">3. Akshat Ishant(1801005)</span>
<br><span style="padding-left:70px;">4. Priyanshu Kumar(1806062)</span>
</br>
</br></br>
</h4>
</div>
</div>
<!-- End Service Icon 1 -->
</div>
</div>
<!-- End Full Width Section 1 -->
<!-- End Full Width Section 2 -->
<!-- Start Full Width Section 3 -->
<section id="slider" ><!--slider-->
<div class="container">
<div class="row">
<div class="col-sm-12">
<div id="slider-carousel" class="carousel slide" data-ride="carousel">
<h1><strong class="accent-color"></strong><br/>Image Gallery-</h1><br/>
<div class="carousel-inner">
<div class="item active">
<div class="col-sm-2">
</div>
<div class="col-sm-10">
<img src="Gallery/impulse 18/imp1.jpg" style="border-radius:20px;" alt="" />
</div>
</div>
<div class="item">
<div class="col-sm-2">
</div>
<div class="col-sm-10">
<img src="Gallery/impulse 18/imp2.jpg" style="border-radius:20px;" alt="" />
</div>
</div>
<div class="item">
<div class="col-sm-2">
</div>
<div class="col-sm-10">
<img src="Gallery/impulse 18/imp3.jpg" style="border-radius:20px;" alt="" />
</div>
</div>
<div class="item">
<div class="col-sm-2">
</div>
<div class="col-sm-10">
<img src="Gallery/impulse 18/imp4.jpg" style="border-radius:20px;" alt="" />
</div>
</div>
<div class="item">
<div class="col-sm-2">
</div>
<div class="col-sm-10">
<img src="Gallery/impulse 18/imp5.jpg" style="border-radius:20px;" alt="" />
</div>
</div>
<div class="item">
<div class="col-sm-2">
</div>
<div class="col-sm-10">
<img src="Gallery/impulse 18/imp6.jpg" style="border-radius:20px;" alt="" />
</div>
</div>
<div class="item">
<div class="col-sm-2">
</div>
<div class="col-sm-10">
<img src="Gallery/impulse 18/imp7.jpg" style="border-radius:20px;" alt="" />
</div>
</div>
<div class="item">
<div class="col-sm-2">
</div>
<div class="col-sm-10">
<img src="Gallery/impulse 18/imp8.jpg" style="border-radius:20px;" alt="" />
</div>
</div>
<div class="item">
<div class="col-sm-2">
</div>
<div class="col-sm-10">
<img src="Gallery/impulse 18/imp9.jpg" style="border-radius:20px;" alt="" />
</div>
</div>
<div class="item">
<div class="col-sm-2">
</div>
<div class="col-sm-10">
<img src="Gallery/impulse 18/imp10.jpg" style="border-radius:20px;" alt="" />
</div>
</div>
<div class="item">
<div class="col-sm-2">
</div>
<div class="col-sm-10">
<img src="Gallery/impulse 18/imp11.jpg" style="border-radius:20px;" alt="" />
</div>
</div>
<div class="item">
<div class="col-sm-2">
</div>
<div class="col-sm-10">
<img src="Gallery/impulse 18/imp12.jpg" style="border-radius:20px;" alt="" />
</div>
</div>
<div class="item">
<div class="col-sm-2">
</div>
<div class="col-sm-10">
<img src="Gallery/impulse 18/imp13.jpg" style="border-radius:20px;" alt="" />
</div>
</div>
<div class="item">
<div class="col-sm-2">
</div>
<div class="col-sm-10">
<img src="Gallery/impulse 18/imp14.jpg" style="border-radius:20px;" alt="" />
</div>
</div>
<div class="item">
<div class="col-sm-2">
</div>
<div class="col-sm-10">
<img src="Gallery/impulse 18/imp15.jpg" style="border-radius:20px;" alt="" />
</div>
</div>
<div class="item">
<div class="col-sm-2">
</div>
<div class="col-sm-10">
<img src="Gallery/impulse 18/imp16.jpg" style="border-radius:20px;" alt="" />
</div>
</div>
<div class="item">
<div class="col-sm-2">
</div>
<div class="col-sm-10">
<img src="Gallery/impulse 18/imp17.jpg" style="border-radius:20px;" alt="" />
</div>
</div>
<div class="item">
<div class="col-sm-2">
</div>
<div class="col-sm-10">
<img src="Gallery/impulse 18/imp18.jpg" style="border-radius:20px;" alt="" />
</div>
</div>
<div class="item">
<div class="col-sm-2">
</div>
<div class="col-sm-10">
<img src="Gallery/impulse 18/imp19.jpg" style="border-radius:20px;" alt="" />
</div>
</div>
<div class="item">
<div class="col-sm-2">
</div>
<div class="col-sm-10">
<img src="Gallery/impulse 18/imp20.jpg" style="border-radius:20px;" alt="" />
</div>
</div>
<div class="item">
<div class="col-sm-2">
</div>
<div class="col-sm-10">
<img src="Gallery/impulse 18/imp21.jpg" style="border-radius:20px;" alt="" />
</div>
</div>
<div class="item">
<div class="col-sm-2">
</div>
<div class="col-sm-10">
<img src="Gallery/impulse 18/imp22.jpg" style="border-radius:20px;" alt="" />
</div>
</div>
<div class="item">
<div class="col-sm-2">
</div>
<div class="col-sm-10">
<img src="Gallery/impulse 18/imp23.jpg" style="border-radius:20px;" alt="" />
</div>
</div>
<div class="item">
<div class="col-sm-2">
</div>
<div class="col-sm-10">
<img src="Gallery/impulse 18/imp24.jpg" style="border-radius:20px;" alt="" />
</div>
</div>
<div class="item">
<div class="col-sm-2">
</div>
<div class="col-sm-10">
<img src="Gallery/impulse 18/imp25.jpg" style="border-radius:20px;" alt="" />
</div>
</div>
<div class="item">
<div class="col-sm-2">
</div>
<div class="col-sm-10">
<img src="Gallery/impulse 18/imp26.jpg" style="border-radius:20px;" alt="" />
</div>
</div>
<div class="item">
<div class="col-sm-2">
</div>
<div class="col-sm-10">
<img src="Gallery/impulse 18/imp27.jpg" style="border-radius:20px;" alt="" />
</div>
</div>
<div class="item">
<div class="col-sm-2">
</div>
<div class="col-sm-10">
<img src="Gallery/impulse 18/imp28.jpg" style="border-radius:20px;" alt="" />
</div>
</div>
<div class="item">
<div class="col-sm-2">
</div>
<div class="col-sm-10">
<img src="Gallery/impulse 18/imp29.jpg" style="border-radius:20px;" alt="" />
</div>
</div>
<div class="item">
<div class="col-sm-2">
</div>
<div class="col-sm-10">
<img src="Gallery/impulse 18/imp30.jpg" style="border-radius:20px;" alt="" />
</div>
</div>
</div>
<a href="#slider-carousel" class="right control-carousel hidden-xs" data-slide="next">
<i class="btn-system btn-small">Previous</i>
</a>
<a href="#slider-carousel" class="left control-carousel hidden-xs" data-slide="prev">
<i class="btn-system btn-small">Next</i>
</a>
</div>
</div>
</div>
</div>
</section><!--/slider-->
<!-- Style Switcher -->
<!--<div class="switcher-box">
<a class="open-switcher show-switcher"><i class="fa fa-cog fa-2x"></i></a>
<h4>Style Switcher</h4>
<span>12 Predefined Color Skins</span>
<ul class="colors-list">
<li>
<a onClick="setActiveStyleSheet('blue'); return false;" title="Blue" class="blue"></a>
</li>
<li>
<a onClick="setActiveStyleSheet('sky-blue'); return false;" title="Sky Blue" class="sky-blue"></a>
</li>
<li>
<a onClick="setActiveStyleSheet('cyan'); return false;" title="Cyan" class="cyan"></a>
</li>
<li>
<a onClick="setActiveStyleSheet('jade'); return false;" title="Jade" class="jade"></a>
</li>
<li>
<a onClick="setActiveStyleSheet('green'); return false;" title="Green" class="green"></a>
</li>
<li>
<a onClick="setActiveStyleSheet('purple'); return false;" title="Purple" class="purple"></a>
</li>
<li>
<a onClick="setActiveStyleSheet('pink'); return false;" title="Pink" class="pink"></a>
</li>
<li>
<a onClick="setActiveStyleSheet('red'); return false;" title="Red" class="red"></a>
</li>
<li>
<a onClick="setActiveStyleSheet('orange'); return false;" title="Orange" class="orange"></a>
</li>
<li>
<a onClick="setActiveStyleSheet('yellow'); return false;" title="Yellow" class="yellow"></a>
</li>
<li>
<a onClick="setActiveStyleSheet('peach'); return false;" title="Peach" class="peach"></a>
</li>
<li>
<a onClick="setActiveStyleSheet('beige'); return false;" title="Biege" class="beige"></a>
</li>
</ul>
<span>Top Bar Color</span>
<select id="topbar-style" class="topbar-style">
<option value="1">Light (Default)</option>
<option value="2">Dark</option>
<option value="3">Color</option>
</select>
<span>Layout Style</span>
<select id="layout-style" class="layout-style">
<option value="1">Wide</option>
<option value="2">Boxed</option>
</select>
<span>Patterns for Boxed Version</span>
<ul class="bg-list">
<li>
<a href="#" class="bg1"></a>
</li>
<li>
<a href="#" class="bg2"></a>
</li>
<li>
<a href="#" class="bg3"></a>
</li>
<li>
<a href="#" class="bg4"></a>
</li>
<li>
<a href="#" class="bg5"></a>
</li>
<li>
<a href="#" class="bg6"></a>
</li>
<li>
<a href="#" class="bg7"></a>
</li>
<li>
<a href="#" class="bg8"></a>
</li>
<li>
<a href="#" class="bg9"></a>
</li>
<li>
<a href="#" class="bg10"></a>
</li>
<li>
<a href="#" class="bg11"></a>
</li>
<li>
<a href="#" class="bg12"></a>
</li>
<li>
<a href="#" class="bg13"></a>
</li>
<li>
<a href="#" class="bg14"></a>
</li>
</ul>
</div>
-->
<hr/>
<section id="footer">
<div class="container">
<div class="text-center">
<h4><p>Copyright © 2018-19 - <a href="webteam.html">IEEE NIT PATNA WEB TEAM</a></p></h4>
<div class="social-icons">
<a href="https://www.facebook.com/ieee.nitp/"><i class="fa fa-facebook"></i></a><a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-google-plus"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</section> <!--/#footer-->
<script type="text/javascript" src="js/script.js"></script>
</body>
</html>