-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex - Copy.html
900 lines (711 loc) · 35.2 KB
/
index - Copy.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
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Creative One Page Parallax Template">
<meta name="keywords" content="Creative, Onepage, Parallax, HTML5, Bootstrap, Popular, custom, personal, portfolio" />
<meta name="author" content="">
<title>IEEE</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/prettyPhoto.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<!--[if lt IE 9]> <script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script> <![endif]-->
<link rel="shortcut icon" href="images/ico/favicon.png">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="images/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="images/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="images/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="images/ico/apple-touch-icon-57-precomposed.png">
</head><!--/head-->
<body>
<div class="preloader">
<div class="preloder-wrap">
<div class="preloder-inner">
<div class="ball"></div>
<div class="ball"></div>
<div class="ball"></div>
<div class="ball"></div>
<div class="ball"></div>
<div class="ball"></div>
<div class="ball"></div>
</div>
</div>
</div><!--/.preloader-->
<header id="navigation">
<div class="navbar navbar-inverse navbar-fixed-top" role="banner">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><h1><img src="images/ieeelogo.jpeg" alt="logo"></h1></a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li class="scroll active"><a href="#navigation">Home</a></li>
<li class="scroll"><a href="#committee">Committee</a></li>
<li class="scroll"><a href="#our-team">Contact us</a></li>
<li class="scroll"><a href="#gallery">Gallery</a></li>
<li class="scroll"><a href="#events">Events</a></li>
</ul>
</div>
</div>
</div><!--/navbar-->
</header> <!--/#navigation-->
<section id="home">
<div class="home-pattern"></div>
<div id="main-carousel" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#main-carousel" data-slide-to="0" class="active"></li>
<li data-target="#main-carousel" data-slide-to="1"></li>
<li data-target="#main-carousel" data-slide-to="2"></li>
<li data-target="#main-carousel" data-slide-to="3"></li>
</ol><!--/.carousel-indicators-->
<div class="carousel-inner">
<div class="item active" style="background-image: url(images/slider/slide3.jpg)">
<div class="carousel-caption">
<div>
<h2 class="heading animated bounceInDown">IEEE</h2>
<p class="animated bounceInUp">IEEE is the world's largest professional association dedicated to advancing technological innovation<br/> and excellence for the benefit of humanity.</p>
<li class="scroll"><a class="btn btn-default slider-btn animated fadeIn scroll" href="#readmore1">read more</a></li>
</div>
</div>
</div>
<div class="item" style="background-image: url(images/slider/slide2.jpg)">
<div class="carousel-caption"> <div>
<h2 class="heading animated bounceInDown">IEEE Benefits</h2>
<p class="animated bounceInUp">IEEE Student Competitions - from programming to humanitarian to robotics, <br/>IEEE membership allows you to compete against your peers.</p> <li class="scroll"><a class="btn btn-default slider-btn animated fadeIn scroll" href="#readmore2">read more</a></li>
</div>
</div>
</div>
<div class="item" style="background-image: url(images/slider/slide1.jpg)">
<div class="carousel-caption">
<div>
<h2 class="heading animated bounceInRight">Activities</h2>
<p class="animated bounceInLeft">Several activities have been held by IEEE NIT Patna Student Branch.</p>
<li class="scroll"><a class="btn btn-default slider-btn animated fadeIn scroll" href="#gallery">read more</a></li>
</div>
</div>
</div>
<div class="item" style="background-image: url(images/slider/slide4.jpg)">
<div class="carousel-caption"> <div>
<h2 class="heading animated bounceInDown">About IEEE Nit Patna</h2>
<p class="animated bounceInUp">IEEE Student Branch, NIT Patna was established <br/>with an enthusiastic initiative of 13 students of NIT Patna.</p><li class="scroll"><a class="btn btn-default slider-btn animated fadeIn scroll" href="#readmore4">read more</a></li>
</div>
</div>
</div>
</div><!--/.carousel-inner-->
<a class="carousel-left member-carousel-control hidden-xs" href="#main-carousel" data-slide="prev"><i class="fa fa-angle-left"></i></a>
<a class="carousel-right member-carousel-control hidden-xs" href="#main-carousel" data-slide="next"><i class="fa fa-angle-right"></i></a>
</div>
</section><!--/#home-->
<section id="readmore1">
<div class="container">
<div class="text-center">
<div class="col-sm-8 col-sm-offset-2">
<h2 class="title-one">About IEEE</h2>
<br/><br/><br/> </div>
</div>
<div class="about-us">
<div class="row">
<div class="col-sm-12">
<h3 style="color:navy; text-decoration:underline;">About IEEE</h3>
<p style="font-size:16px;">IEEE is the world's largest professional association dedicated to advancing technological innovation and excellence for the benefit of humanity. IEEE and its members inspire a global community through IEEE's highly cited publications, conferences, technology standards, and professional and educational activities. IEEE, pronounced "Eye-triple-E," stands for the Institute of Electrical and Electronics Engineers.
The association is chartered under this name and it is the full legal name.IEEE is the world's largest professional association dedicated to advancing technological innovation and excellence for the benefit of humanity. IEEE and its members inspire a global community through IEEE's highly cited publications, conferences, technology standards, and professional and educational activities. IEEE, pronounced "Eye-triple-E," stands for the Institute of Electrical and Electronics Engineers.
The association is chartered under this name and it is the full legal name.</p>
</div>
</div>
</div>
</div>
</section><!--/#about-us-->
<section id="readmore2">
<div class="container">
<div class="text-center">
<div class="col-sm-8 col-sm-offset-2">
<h2 class="title-one">Benefits of IEEE</h2>
<br/><br/><br/> </div>
</div>
<div class="about-us">
<div class="row">
<div class="col-sm-12">
<h3 style=" color:navy; text-decoration:underline;">About Benefits of IEEE</h3>
<p style="font-size:16px;">IEEE Student Competitions - from programming to humanitarian to robotics, IEEE membership allows you to compete against your peers and have fun simultaneously<br/>
IEEE Scholarships, Awards, and Fellowships - enhance your career through a multitude of offerings IEEE Potentials Magazine - filled with technical articles and career information, this publication is created just for students Microsoft Software for Students - in conjunction with Microsoft, IEEE offers a wide selection of development software to student members<br/>
LabVIEW Student Install Option - this is an exclusive offer from National Instruments for IEEE student and graduate student members in the US and Canada to purchase this product for only US$40 Knowledge:<br/>
IEEE members gain exclusive access to the latest and best research, news, television programs, and educational resources needed to expand their expertise and stay current:<br/>
IEEE Potentials Magazine - 6 issues (online)<br/>
IEEE Spectrum Magazine - 12 monthly issues (print and/or online)<br/>
IEEE TV- internet-based broadcasting network delivering special-interest programming about technology and engineering IEEE Xplore Digital Library - access to table-of-Contents and abstracts (over 2 million documents)<br/>
The Institute Newsletter - 12 monthly issues (4 print, 8 online)<br/>
IEEE eBooks Classics - IEEE Press offers members access to over 220 eBooks via IEEE Xplore.<br/>
<h2 style="font-size:16px; color:navy;">Community:</h2>
As an IEEE member, you are part of the world’s largest community of technology professionals—a network of communication and learning where innovators share what works, what does not, and what is needed now.<br/>
<h2 style="font-size:16px; color:navy;">Profession:</h2>
IEEE members can achieve more of what matters in your life and career through IEEE student programs such as competitions, scholarships, awards, continuing education courses and certifications, conferences, and more: Competitions - hone your engineering skills and have fun Scholarships - enhance your resume with an IEEE scholarship Awards - recognize the accomplishments of your peers Continuing Education Providers Program - up to a 10% discount on online degree programs IEEE Job Site - career opportunities for students and professionals Career Alert Newsletter - a bi-weekly e-mail report on jobs, education, management, and the engineering workplace - from the IEEE Job Site and editors of IEEE Spectrum Today's Engineer - monthly e-zine devoted to the issues affecting IEEE member's careers<br/>
<h2 style="font-size:16px; color:navy;">Other available membership:</h2>
IEEE Society - Customize and add value to your IEEE Membership by joining one or more of the 39 IEEE Societies IEEE Standards - Standards are what the IEEE is best known for.<br/>
IEEE Women in Engineering - Dedicated toward the advancement of women in technical and scientific professions<br/>
<h2 style="font-size:16px; color:navy;">IEEE Member Discounts:</h2>
Take advantage of member pricing and savings opportunities with these programs (where available) that have been negotiated exclusively for IEEE members:<br/>
Insurance Services - includes life, health, business, auto, home and renters insurance for you and your family at very competitive rates<br/>
Technology Discounts - get reduced member pricing on well-known technology products and services Home/Office Discounts - save on moving, shipping and printing services Travel Discounts - purchase travel insurance, save on car rental and apply for an IEEE credit card<br/>
<h2 style="font-size:16px; color:navy;">Miscellaneous products available to IEEE members:</h2>
IEEE Member Digital Library - access to one million IEEE documents Proceedings of the IEEE - the leading authoritative resource for in-depth research, coverage, tutorial information and reviews of electrical and computer engineering technology.</p>
</div>
</div>
</div>
</div>
</section><!--/#about-us-->
<section id="readmore4">
<div class="container">
<div class="text-center">
<div class="col-sm-8 col-sm-offset-2">
<h2 class="title-one">About IEEE Nit Patna</h2>
<br/><br/><br/> </div>
</div>
<div class="about-us">
<div class="row">
<div class="col-sm-12">
<h3 style="color:navy; text-decoration:underline;">About IEEE Nit Patna</h3>
<p style="font-size:16px;">IEEE Student Branch, NIT Patna was established with an enthusiastic initiative of 13 students of NIT Patna enrolled in B.Tech programme of Electrical Engineering and Electronics and Communication Engineering under the leadership of Prof Kumar Abhishek, Assistant professor of Computer Science and Engineering. In this whole path our mentors were the three great visionaries of our college Dr Asok De (Director NIT Patna), Dr D.K. Singh (HOD, Electronics and Communication Engineering), and Dr M.P Singh (HOD, Computer Science and Engineering). Prof. Kumar Abhishek became the first Branch Counsellor of the Student Branch and Shruti Neha became the first Student Branch Chair. IEEE Student Branch, NITP was established with a vision of making students aware of new developments in various engineering fields and to provide support in
implementing new innovative ideas of future engineers which can give a new shape to this world.</p>
</div>
</div>
</div>
</div>
</div>
</section><!--/#about-us-->
<section id="committee">
<div class="container">
<div class="text-center">
<div class="col-sm-8 col-sm-offset-2">
<h2 class="title-one">Committee</h2>
<br/><br/><br/> </div>
</div>
<div class="about-us">
<!--div class="row">
<div class="col-sm-2">
</div-->
<div class="col-sm-12">
<h3 style="color:navy; text-decoration:underline;">Position Of Responsibilities</h3>
<ul class="nav nav-tabs">
<li><a href="#bc" data-toggle="tab">Branch Counsellor</a></li>
<li><a href="#sbc" data-toggle="tab">Chair Person</a></li>
<li><a href="#sbvc" data-toggle="tab">Vice Chair Person</a></li>
<li><a href="#sbs" data-toggle="tab">Secretary</a></li>
<li><a href="#sbt" data-toggle="tab">Treasurer</a></li>
<li><a href="#sbpr" data-toggle="tab">P&P co-ordinator</a></li>
<li><a href="#sbe" data-toggle="tab">Event's co-ordinator</a></li>
<li><a href="#sbp" data-toggle="tab">Projects Co-ordinator</a></li>
</ul>
<div class="tab-content">
<div class="tab-pane fade in active" id="bc">
<div class="media">
<img class="pull-left media-object" src="images/COMMITTEE/kumar.abhishek.jpg" alt="about us">
<div class="media-body">
<h4>Prof. Kumar Abhishek
</h4><h4>Contact: +91 9122835018 </h4>
<p>Prof Kumar Abhishek is an Assistant Professor of Computer Science and Engineering Department of NIT Patna. He had completed his B.E in Computer Science and Engineering from Biju Pattanaik University of Technology (BPUT) in the year 2005 and his M.E in Computer and Communication from Anna University in the year 2008. His research interest include Semantic Web , Artificial Neural Network and Semantic Sensor Network.</p>
</div>
</div>
</div>
<div class="tab-pane fade" id="sbc">
<div class="media">
<img class="pull-left media-object" src="images/COMMITTEE/vishalsir.jpg" alt="Mission">
<div class="media-body">
<h4>Vishal Anand
<h4>Call: +91 8292124334
</h4>
</h4><h5>B.Tech (2k12 Batch) </h5>
<h5>Electronics & Communication Engineering
</h5><h5>E-Mail:vishalanand.ece.nitp@gmail.com </h5>
</div>
</div>
</div>
<div class="tab-pane fade" id="sbvc">
<div class="media">
<img class="pull-left media-object" src="images/COMMITTEE/narayan.jpg" alt="Community">
<div class="media-body">
<h4>Narayanam Mauktik
<h4>Call: +91 7544869550
</h4>
</h4><h5>B.Tech (2k12 Batch) </h5>
<h5>Electronics & Communication Engineering
</h5><h5>E-Mail:narayanam.moukthik@gmail.com </h5> </div>
</div>
</div>
<div class="tab-pane fade" id="sbs">
<div class="media">
<img class="pull-left media-object" src="images/COMMITTEE/rajeshsir.jpg" alt="Community">
<div class="media-body">
<h4>Rajesh Roshan
<h4>Call: +91 8102460464
</h4>
</h4><h5>B.Tech (2k12 Batch) </h5>
<h5>Electronics & Communication Engineering
</h5><h5>E-Mail:rajesh.ece.nitp@gmail.com </h5> </div>
</div>
</div>
<div class="tab-pane fade" id="sbt">
<div class="media">
<img class="pull-left media-object" src="images/about-us/about.jpg" alt="Community">
<div class="media-body">
<h4>Agam Kumar Gupta
<h4>Call: +91
</h4>
</h4><h5>B.Tech (2k12 Batch) </h5>
<h5>Electronics & Communication Engineering
</h5><h5>E-Mail: </h5> </div>
</div>
</div>
<div class="tab-pane fade" id="sbpr">
<div class="media">
<img class="pull-left media-object" src="images/about-us/about.jpg" alt="Community">
<div class="media-body">
<h4>Nishant Gaurav
<h4>Call: +91
</h4>
</h4><h5>B.Tech (2k12 Batch) </h5>
<h5>Electronics & Communication Engineering
</h5><h5>E-Mail: </h5> </div>
</div>
</div>
<div class="tab-pane fade" id="sbe">
<div class="media">
<img class="pull-left media-object" src="images/about-us/about.jpg" alt="Community">
<div class="media-body">
<h4>K.Uday
<h4>Call: +91
</h4>
</h4><h5>B.Tech (2k12 Batch) </h5>
<h5>Electronics & Communication Engineering
</h5><h5>E-Mail: </h5> </div>
</div>
</div>
<div class="tab-pane fade" id="sbp">
<div class="media">
<img class="pull-left media-object" src="images/about-us/about.jpg" alt="Community">
<div class="media-body">
<h4>Kanurri Vijay
<h4>Call: +91
</h4>
</h4><h5>B.Tech (2k12 Batch) </h5>
<h5>Electronics & Communication Engineering
</h5><h5>E-Mail: </h5> </div>
</div>
</div>
</div>
</div>
<!--div class="col-sm-2">
</div-->
</div>
</div>
</div>
</br>
</br>
<div class="col-sm-12" id="our-team">
<div class="container">
<h3 style="color:navy; text-decoration:underline;">Core Team</h3>
<div id="team-carousel" class="carousel slide" data-interval="false">
<a class="member-left" href="#team-carousel" data-slide="prev"><span class="glyphicon glyphicon-chevron-left"></span></a>
<a class="member-right" href="#team-carousel" data-slide="next"><span class="glyphicon glyphicon-chevron-right"></span></a>
<div class="carousel-inner team-members">
<div class="row item active">
<div class="col-sm-6 col-md-3">
<div class="single-member">
<img src="images/our-team/member1.jpg" alt="team member" />
</br>
<h3>Prof. Kumar Abhishek</h3>
<h4>Branch Counsellor </h4>
</br>
<div class="socials">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-google-plus"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="single-member">
<img src="images/our-team/member3.jpg" alt="team member" />
</br>
<h3>Vishal Anand</h3>
<h4>(2K12) </h4>
<h4>ECE Dept </h4>
<h4>Chair Person</h4>
<div class="socials">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-google-plus"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="single-member">
<img src="images/our-team/narayan.jpg" alt="team member" />
</br>
<h3>Narayana Mauktik</h3>
<h4>(2K12) </h4>
<h4>ECE Dept </h4>
<h4>Vice Chair Person</h4>
<div class="socials">
<a href="www.facebook.com/narayanam.moukthik"><i class="fa fa-facebook"></i></a>
<a href="https://plus.google.com/113201241625325493466"><i class="fa fa-google-plus"></i></a>
<a href="https://in.linkedin.com/in/moukthik"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="single-member">
<img src="images/our-team/member2.jpg" alt="team member" />
</br>
<h3>Rajesh Roshan</h3>
<h4>(2K12)</h4>
<h4>ECE Dept </h4>
<h4>Secretary </h4>
<div class="socials">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-google-plus"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="single-member">
<img src="images/our-team/ag2nd.jpg" alt="team member" />
</br>
<h3>Amratansh Gupta</h3>
<h4>(2K14)</h4>
<h4>ELE Dept </h4>
<h4>Member</h4>
<div class="socials">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-google-plus"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!--/#about-us-->
<section id="our-team">
<div class="container">
<div class="row text-center">
<div class="col-sm-8 col-sm-offset-2">
<h2 class="title-one">Meet The Team</h2>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit.</p>
</div>
</div>
<div id="team-carousel" class="carousel slide" data-interval="false">
<a class="member-left" href="#team-carousel" data-slide="prev"><span class="glyphicon glyphicon-chevron-left"></span></a>
<a class="member-right" href="#team-carousel" data-slide="next"><span class="glyphicon glyphicon-chevron-right"></span></a>
<div class="carousel-inner team-members">
<div class="row item active">
<div class="col-sm-6 col-md-3">
<div class="single-member">
<img src="images/our-team/member1.jpg" alt="team member" />
<h4>William Hurt</h4>
<h5>Sr. Web Developer</h5>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod</p>
<div class="socials">
<a href="#"><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-dribbble"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="single-member">
<img src="images/our-team/member2.jpg" alt="team member" />
<h4>Alekjandra Jony</h4>
<h5>Creative Designer</h5>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod</p>
<div class="socials">
<a href="#"><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-dribbble"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="single-member">
<img src="images/our-team/member3.jpg" alt="team member" />
<h4>Paul Johnson</h4>
<h5>Skilled Programmer</h5>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod</p>
<div class="socials">
<a href="#"><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-dribbble"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="single-member">
<img src="images/our-team/member4.jpg" alt="team member" />
<h4>John Richerds</h4>
<h5>Marketing Officer</h5>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod</p>
<div class="socials">
<a href="#"><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-dribbble"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
<div class="row item">
<div class="col-sm-6 col-md-3">
<div class="single-member">
<img src="images/our-team/member1.jpg" alt="team member" />
<h4>William Hurt</h4>
<h5>Sr. Web Developer</h5>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod</p>
<div class="socials">
<a href="#"><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-dribbble"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="single-member">
<img src="images/our-team/member3.jpg" alt="team member" />
<h4>Paul Johnson</h4>
<h5>Skilled Programmer</h5>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod</p>
<div class="socials">
<a href="#"><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-dribbble"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="single-member">
<img src="images/our-team/member2.jpg" alt="team member" />
<h4>Alekjandra Jony</h4>
<h5>Creative Designer</h5>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod</p>
<div class="socials">
<a href="#"><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-dribbble"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="single-member">
<img src="images/our-team/member4.jpg" alt="team member" />
<h4>John Richerds</h4>
<h5>Marketing Officer</h5>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod</p>
<div class="socials">
<a href="#"><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-dribbble"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!--/#Our-Team-->
<section >
<div class="container">
<div class="row text-center">
<div class="col-sm-8 col-sm-offset-2">
</br>
</br>
</br>
</br>
<h2 class="title-one">Gallery</h2>
<br/><br/><br/>
</div>
</div>
<div class="portfolio-items" id="gallery">
<div class="col-sm-3 col-xs-12 portfolio-item html">
<div class="view efffect">
<div class="portfolio-image">
<img src="images/portfolio/1.jpg" alt=""></div>
<div class="mask text-center">
<h3>Industrial visit</h3>
<a href="#"><i class="fa fa-link"></i></a>
<a href="images/portfolio/f1.jpg" data-gallery="prettyPhoto"><i class="fa fa-search-plus"></i></a>
</div>
</div>
</div>
<div class="col-sm-3 col-xs-12 portfolio-item jooma">
<div class="view efffect" >
<div class="portfolio-image">
<img src="images/portfolio/2.jpg" alt="">
</div>
<div class="mask text-center">
<h3>Industrial visit</h3>
<a href="#"><i class="fa fa-link"></i></a>
<a href="images/portfolio/f2.jpg" data-gallery="prettyPhoto"><i class="fa fa-search-plus"></i></a>
</div>
</div>
</div>
<div class="col-sm-3 col-xs-12 portfolio-item wordpress">
<div class="view efffect">
<div class="portfolio-image">
<img src="images/portfolio/3.jpg" alt="">
</div>
<div class="mask text-center">
<h3>Industrial visit</h3>
<a href="#"><i class="fa fa-link"></i></a>
<a href="images/portfolio/f3.jpg" data-gallery="prettyPhoto"><i class="fa fa-search-plus"></i></a>
</div>
</div>
</div>
<div class="col-sm-3 col-xs-12 portfolio-item megento">
<div class="view efffect">
<div class="portfolio-image">
<img src="images/portfolio/4.jpg" alt="">
</div>
<div class="mask text-center">
<h3>Industrial visit</h3>
<a href="#"><i class="fa fa-link"></i></a>
<a href="images/portfolio/f4.jpg" data-gallery="prettyPhoto"><i class="fa fa-search-plus"></i></a>
</div>
</div>
</div>
<div class="col-sm-3 col-xs-12 portfolio-item html">
<div class="view efffect">
<div class="portfolio-image">
<img src="images/portfolio/5.jpg" alt="">
</div> <div class="mask text-center">
<h3>PCB Workshop</h3>
<a href="#"><i class="fa fa-link"></i></a>
<a href="images/portfolio/f5.jpg" data-gallery="prettyPhoto"><i class="fa fa-search-plus"></i></a>
</div>
</div>
</div>
<div class="col-sm-3 col-xs-12 portfolio-item wordpress">
<div class="view efffect">
<div class="portfolio-image">
<img src="images/portfolio/6.jpg" alt="">
</div>
<div class="mask text-center">
<h3>PCB Workshop</h3>
<a href="#"><i class="fa fa-link"></i></a>
<a href="images/portfolio/f6.jpg" data-gallery="prettyPhoto"><i class="fa fa-search-plus"></i></a>
</div>
</div>
</div>
<div class="col-sm-3 col-xs-12 portfolio-item html">
<div class="view efffect">
<div class="portfolio-image">
<img src="images/portfolio/7.jpg" alt="">
</div>
<div class="mask text-center">
<h3>PCB Workshop</h3>
<a href="#"><i class="fa fa-link"></i></a>
<a href="images/portfolio/f7.jpg" data-gallery="prettyPhoto"><i class="fa fa-search-plus"></i></a>
</div>
</div>
</div>
<div class="col-sm-3 col-xs-12 portfolio-item joomla">
<div class="view efffect">
<div class="portfolio-image">
<img src="images/portfolio/8.jpg" alt=""></div>
<div class="mask text-center">
<h3>PCB Workshop</h3>
<a href="#"><i class="fa fa-link"></i></a>
<a href="images/portfolio/f8.jpg" data-gallery="prettyPhoto"><i class="fa fa-search-plus"></i></a>
</div>
</div>
</div>
</div>
</div>
</section> <!--/#portfolio-->
<section id="events" class="parallax-section">
<div class="container">
<div class="clients-wrapper">
<div class="row text-center">
<div class="col-sm-8 col-sm-offset-2">
<h2 class="title-one">Events and Updates</h2>
<p>COMING SOON...</p>
</div>
</div>
<div id="clients-carousel" class="carousel slide" data-ride="carousel"> <!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#clients-carousel" data-slide-to="0" class="active"></li>
<li data-target="#clients-carousel" data-slide-to="1"></li>
<li data-target="#clients-carousel" data-slide-to="2"></li>
</ol> <!-- Wrapper for slides -->
<div class="carousel-inner">
<div class="item active">
<div class="single-client">
<div class="media">
<img class="pull-left" src="images/clients/client1.jpg" alt="">
<div class="media-body">
</div>
</div>
</div>
</div>
<div class="item">
<div class="single-client">
<div class="media">
<img class="pull-left" src="images/clients/client3.jpg" alt="">
<div class="media-body">
</div>
</div>
</div>
</div>
<div class="item">
<div class="single-client">
<div class="media">
<img class="pull-left" src="images/clients/client2.jpg" alt="">
<div class="media-body">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!--/#clients-->
<footer id="footer">
<div class="container">
<div class="text-center">
<a class="navbar-brand" href="https://www.facebook.com/ieee.nitp/"><h1 title='Join us on facebook'><img src="images/myfb.JPG" alt="logo"></h1></a>
<p><a href="webteam.html">IEEE Nit Patna Web Team</a></p>
</div>
</div>
</footer> <!--/#footer-->
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/smoothscroll.js"></script>
<script type="text/javascript" src="js/jquery.isotope.min.js"></script>
<script type="text/javascript" src="js/jquery.prettyPhoto.js"></script>
<script type="text/javascript" src="js/jquery.parallax.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>