-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
727 lines (622 loc) · 31 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>AIChE NITRKL</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="AIChE, NITR, NITRKL, Chemical,engineering,Chem-e-Car,Quizzes, Manuever" name="keywords">
<meta content="AIChE NITR Chapter is a Club Chapter for students to know the differences and similarity between practical and theory." name="description">
<!-- Favicons -->
<link rel="icon" type="image/jpeg" href="Images/AIChE_logo.jpeg">
<link rel="apple-touch-icon" type="image/jpeg" href="Images/AIChE_logo02.png">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,500,600,700,700i|Montserrat:300,400,500,600,700" rel="stylesheet">
<!-- Bootstrap CSS File -->
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Libraries CSS Files -->
<link href="lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="lib/animate/animate.min.css" rel="stylesheet">
<link href="lib/ionicons/css/ionicons.min.css" rel="stylesheet">
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
<!-- =======================================================
Theme Name: Rapid
Theme URL: https://bootstrapmade.com/rapid-multipurpose-bootstrap-business-template/
Author: BootstrapMade.com
License: https://bootstrapmade.com/license/
======================================================= -->
</head>
<body>
<!--==========================
Header
============================-->
<header id="header">
<div id="topbar">
<div class="container">
<div class="social-links">
<a href="#" class="twitter"><i class="fa fa-twitter"></i></a>
<a href="#" class="facebook"><i class="fa fa-facebook"></i></a>
<a href="#" class="linkedin"><i class="fa fa-linkedin"></i></a>
<a href="#" class="instagram"><i class="fa fa-instagram"></i></a>
</div>
</div>
</div>
<div class="container">
<div class="logo float-left">
<!-- Uncomment below if you prefer to use an image logo -->
<!-- <h1 class="text-light"><a href="#intro" class="scrollto"><span>Rapid</span></a></h1> -->
<a href="#header" class="scrollto"><img src="Images/AIChE_logo02.png" alt="Logo" class="img-fluid"></a>
</div>
<nav class="main-nav float-right d-none d-lg-block">
<ul>
<li class="active"><a href="#intro">Home</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="#services">Achievements</a></li>
<li><a href="#portfolio">Gallery</a></li>
<li><a href="#team">Team</a></li>
<li><a href="#footer">Contact Us</a></li>
</ul>
</nav><!-- .main-nav -->
</div>
</header><!-- #header -->
<!--==========================
Intro Section
============================-->
<section id="intro" class="clearfix">
<div class="container d-flex h-100">
<div class="row justify-content-center align-self-center">
<div class="col-md-6 intro-info order-md-first order-last">
<h2>AIChE <br>National Instiute of Technology <span>Rourkela Chapter</span></h2>
<div>
<a href="#about" class="btn-get-started scrollto">Know More</a>
</div>
</div>
<div class="col-md-6 intro-img order-md-last order-first">
<img src="img/Back.svg" alt="" class="img-fluid">
</div>
</div>
</div>
</section><!-- #intro -->
<main id="main">
<section id="owl-carousel" id="owl_car">
<div id="owl-demo" class="owl-carousel d-block d-md-none">
<div>
<img src="Images/Dept.jpg">
</div>
<div>
<img src="Images//main_building_front_view.jpg">
</div>
<div>
<img src="Images/group-1.png">
</div>
</div>
</section>
<!--==========================
About Us Section
============================-->
<section id="about">
<div class="container">
<div class="row">
<div class="col-lg-5 col-md-6" id="About_img">
<div class="about-img">
<img src="Images/Dept.jpg" alt="">
</div>
<div class="about-img">
<img src="Images/main_building_front_view.jpg" alt="">
</div>
<div class="about-img">
<img src="Images/group-1.png" alt="">
</div>
</div>
<div class="col-lg-7 col-md-6">
<div class="about-content">
<h2>About Us</h2>
<h3>American Institute of Chemical Engineers</h3>
<p>AIChE is the global home for chemical engineers. It aims to create awareness about the recent developments in chemical engineering and inspire young minds to find out better alternatives to combat global challenges. It enlightens its members about recognized, promising chemical engineering processes and methods and provides them a platform to connect with a global network of intelligent, resourceful colleagues and their shared wisdom. AIChE' s vision is to provide value as the Global Leader of the Chemical Engineering profession. Founded in 1908, the American Institute of Chemical Engineers (AIChE) is a nonprofit organization providing leadership to the chemical engineering profession representing more than 60,000 members in industry, academia, and government.</p>
<h3>Our Mission</h3>
<ul>
<li><i class="ion-android-checkmark-circle"></i>To encourage the budding engineers to unravel the consummate technology that would not only satisfy human needs but also foster a sustainable Eco-friendly environment.</li>
<li><i class="ion-android-checkmark-circle"></i>To teach each fellow participant the essence of team work, mutual co-operation and co-ordination through the following events.</li>
<li><i class="ion-android-checkmark-circle"></i>To propagate the agenda: A GREENER & ECO-FRIENDLY BLUE PLANET</li>
</ul>
</div>
</div>
</div>
</div>
</section><!-- #about -->
<!--==========================
Services Section
============================-->
<section id="services" class="section-bg">
<div class="container">
<header class="section-header">
<h3>Achievements</h3>
<p>Here are some Milestones that we reached in our short span of time.</p>
</header>
<div class="row">
<div class="col-md-6 col-lg-4 wow bounceInUp" data-wow-duration="1.4s">
<div class="box">
<div class="icon" style="background: #fceef3;"><i class="ion-ios-analytics-outline" style="color: #ff689b;"></i></div>
<h4 class="title"><a href="">Winners of Global UG video competition</a></h4>
<p class="description">In the Annual Student Conference (ASC) 2018 of AIChE held at Pittsburgh, USA, our student chapter won the 1st prize at the international level in the public voting category along with a prize money of $500. Most of the AIChE student chapters throughout the globe had participated in it. The theme of the competition was “Chemical Engineering in Water Treatment.”</p>
</div>
</div>
<div class="col-md-6 col-lg-4 wow bounceInUp" data-wow-duration="1.4s">
<div class="box">
<div class="icon" style="background: #fff0da;"><i class="ion-ios-bookmarks-outline" style="color: #e98e06;"></i></div>
<h4 class="title"><a href="">AIChE Student Regional Conference (SRC)- India 2018</a></h4>
<p class="description">Students from most of the AIChE student chapters and chemical engineering institutions across India participated in the Chem-E-Jeopardy event in SRC 2018 held at Vellore Institute of Technology, Vellore, India on 11th-12th August 2018. In this event our student chapter emerged triumphant by securing the 1st position at the national level. As the National Level Winners, we were invited to participate in the same event in the Annual Student Conference 2018 at Pittsburgh, USA.
This event was aimed at testing the understanding of UG Chemical Engineering fundamentals.</p>
</div>
</div>
<div class="col-md-6 col-lg-4 wow bounceInUp" data-wow-delay="0.1s" data-wow-duration="1.4s">
<div class="box">
<div class="icon" style="background: #e6fdfc;"><i class="ion-ios-paper-outline" style="color: #3fcdc7;"></i></div>
<h4 class="title"><a href="">Azeotropy 2019</a></h4>
<p class="description">In Azeotropy 2019- The Chemical Engineering Symposium of IIT Bombay, our team was declared the 2nd runners up in the 'Pump It' competition for our model of a centrifugal pump. The competition was aimed at coming up with an electrically powered model of a centrifugal pump designed to transport the fluid (water) through a given hydraulic network and manipulate the flow parameters to generate electricity.</p>
</div>
</div>
</div>
</div>
</section><!-- #services -->
<!--==========================
Why Us Section
============================-->
<section id="why-us" class="wow fadeIn">
<div class="container-fluid">
<header class="section-header">
<h3>Who Are We?</h3>
</header>
<div class="row">
<div class="col-lg-6">
<div class="why-us-img">
<img src="Images/02.jpeg" alt="" class="img-fluid">
</div>
</div>
<div class="col-lg-6">
<div class="why-us-content">
<h4>Our Club</h4>
<p>The AIChE NITR Student Chapter saw its inception in the year 2016 under the able and elite guidance of the Faculty Advisor of the club Dr. Sujit Sen from Department of Chemical Engineering. Since 2016 the club has grown manifolds carving a niche for itself among the active student chapters of India. The club members have perpetually toiled hard to promote among the students the urgency of a sustainable environment and the significance of technology to accomplish this purpose. The club has always encouraged its members to utilize their wits to mould the technology in an Eco-friendly manner.</p>
<h4>NIT Rourkela</h4>
<p>NIT Rourkela, one of the elite institutions of national importance in the country is situated in the steel city of Rourkela in the eastern province of Odisha. The campus of NIT Rourkela spreads over 1200 acres sheltering the bright minds from all parts of the country leading to a vibrant and rich cultural diversity in the institute.The student fraternity is always involved and engaged in ways to devise enhanced and beneficial technologies for the mankind. In the recent NIRF ranking, it was ranked the 12 among all elite institutes of India. Also, it was ranked 138 in the Times Higher Education (THE) Emerging Economies University Ranking 2018.</p>
</div>
</div>
</div>
</div>
</section>
<!--==========================
Call To Action Section
============================-->
<section id="call-to-action" class="wow fadeInUp">
<div class="container">
<div class="row">
<div class="col-lg-9 text-center text-lg-left">
<h3 class="cta-title">COME BE A PART OF OUR FAMILY</h3>
<p class="cta-text">AND MAKE A SIGNIFICANT CONTRIBUTION TO COMBAT GLOBAL CHALLENGES !!</p>
</div>
<div class="col-lg-3 cta-btn-container text-center">
<a class="cta-btn align-middle" href="#">Register</a>
</div>
</div>
</div>
</section><!-- #call-to-action -->
<!--==========================
Portfolio Section
============================-->
<section id="portfolio" class="section-bg">
<div class="container">
<header class="section-header">
<h3 class="section-title">Gallery</h3>
<p>Some Moments are Worth Sharing!!</p>
</header>
<div class="row portfolio-container">
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-wrap">
<img src="Images/AHA_0061.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4><a href="#">App 1</a></h4>
<p>App</p>
<div>
<a href="Images/AHA_0061.jpg" data-lightbox="portfolio" data-title="App 1" class="link-preview" title="Preview"><i class="ion ion-eye"></i></a>
<a href="#" class="link-details" title="More Details"><i class="ion ion-android-open"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web" data-wow-delay="0.1s">
<div class="portfolio-wrap">
<img src="Images/AHA_0067.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4><a href="#">Web 3</a></h4>
<p>Web</p>
<div>
<a href="Images/AHA_0067.jpg" class="link-preview" data-lightbox="portfolio" data-title="Web 3" title="Preview"><i class="ion ion-eye"></i></a>
<a href="#" class="link-details" title="More Details"><i class="ion ion-android-open"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app" data-wow-delay="0.2s">
<div class="portfolio-wrap">
<img src="Images/AHA_0075.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4><a href="#">App 2</a></h4>
<p>App</p>
<div>
<a href="Images/AHA_0075.jpg" class="link-preview" data-lightbox="portfolio" data-title="App 2" title="Preview"><i class="ion ion-eye"></i></a>
<a href="#" class="link-details" title="More Details"><i class="ion ion-android-open"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-wrap">
<img src="Images/AHA_0085.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4><a href="#">Card 2</a></h4>
<p>Card</p>
<div>
<a href="Images/AHA_0085.jpg" class="link-preview" data-lightbox="portfolio" data-title="Card 2" title="Preview"><i class="ion ion-eye"></i></a>
<a href="#" class="link-details" title="More Details"><i class="ion ion-android-open"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web" data-wow-delay="0.1s">
<div class="portfolio-wrap">
<img src="Images/AHA_0092.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4><a href="#">Web 2</a></h4>
<p>Web</p>
<div>
<a href="Images/AHA_0092.jpg" class="link-preview" data-lightbox="portfolio" data-title="Web 2" title="Preview"><i class="ion ion-eye"></i></a>
<a href="#" class="link-details" title="More Details"><i class="ion ion-android-open"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app" data-wow-delay="0.2s">
<div class="portfolio-wrap">
<img src="Images/AHA_0396.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4><a href="#">App 3</a></h4>
<p>App</p>
<div>
<a href="Images/AHA_0396.jpg" class="link-preview" data-lightbox="portfolio" data-title="App 3" title="Preview"><i class="ion ion-eye"></i></a>
<a href="#" class="link-details" title="More Details"><i class="ion ion-android-open"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-wrap">
<img src="Images/AHA_0404.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4><a href="#">Card 1</a></h4>
<p>Card</p>
<div>
<a href="Images/AHA_0404.jpg" class="link-preview" data-lightbox="portfolio" data-title="Card 1" title="Preview"><i class="ion ion-eye"></i></a>
<a href="#" class="link-details" title="More Details"><i class="ion ion-android-open"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card" data-wow-delay="0.1s">
<div class="portfolio-wrap">
<img src="Images/EB_2018-19____.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4><a href="#">Card 3</a></h4>
<p>Card</p>
<div>
<a href="Images/EB_2018-19____.jpg" class="link-preview" data-lightbox="portfolio" data-title="Card 3" title="Preview"><i class="ion ion-eye"></i></a>
<a href="#" class="link-details" title="More Details"><i class="ion ion-android-open"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- #portfolio -->
<!--==========================
Team Section
============================-->
<section id="team" class="section-bg">
<div class="container">
<div class="section-header">
<h3>Team</h3>
<p>Don't You wanna Know the team who makes this all happens, well there you go!!</p>
</div>
<div class="row">
<div class="col-lg-3 col-md-6 wow fadeInUp">
<div class="member">
<img src="Images/my snap.jpg" class="img-fluid" alt="">
<div class="member-info">
<div class="member-info-content">
<h4>Sujit Sen</h4>
<span>Faculty Advisor</span>
<div class="social">
<a href=""><i class="fa fa-twitter"></i></a>
<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 class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.1s">
<div class="member">
<img src="Images/Karan2.jpg" class="img-fluid" alt="">
<div class="member-info">
<div class="member-info-content">
<h4>Karan Saxena</h4>
<span>President</span>
<div class="social">
<a href=""><i class="fa fa-twitter"></i></a>
<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 class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.2s">
<div class="member">
<img src="Images/Ayushman Panda.JPG" class="img-fluid" alt="">
<div class="member-info">
<div class="member-info-content">
<h4>Ayushman Panda</h4>
<span>Vice-President</span>
<div class="social">
<a href=""><i class="fa fa-twitter"></i></a>
<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 class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.3s">
<div class="member">
<img src="Images/SHIVAM_CHAURASIA.jpeg" class="img-fluid" alt="">
<div class="member-info">
<div class="member-info-content">
<h4>Shivam Chaurasia</h4>
<span>Seceratory</span>
<div class="social">
<a href=""><i class="fa fa-twitter"></i></a>
<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 class="row">
<div class="col-lg-3 col-md-6 wow fadeInUp">
<div class="member">
<img src="Images/Bijan.jpg" class="img-fluid" alt="">
<div class="member-info">
<div class="member-info-content">
<h4>Bijan Kumar Behera</h4>
<span>Seceratory</span>
<div class="social">
<a href=""><i class="fa fa-twitter"></i></a>
<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 class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.1s">
<div class="member">
<img src="Images/SIMRAN CHAUHAN.jpg" class="img-fluid" alt="">
<div class="member-info">
<div class="member-info-content">
<h4>Simran Chauhan</h4>
<span>General Relations Head</span>
<div class="social">
<a href=""><i class="fa fa-twitter"></i></a>
<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 class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.2s">
<div class="member">
<img src="Images/KHIROD KUMAR NAYAK.jpg" class="img-fluid" alt="">
<div class="member-info">
<div class="member-info-content">
<h4>Khirod Kumar Nayak</h4>
<span>Treasurer</span>
<div class="social">
<a href=""><i class="fa fa-twitter"></i></a>
<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 class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.3s">
<div class="member">
<img src="Images/Ankit.JPG" class="img-fluid" alt="">
<div class="member-info">
<div class="member-info-content">
<h4>Ankit Ghidora</h4>
<span>Technical Head</span>
<div class="social">
<a href=""><i class="fa fa-twitter"></i></a>
<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 class="row">
<div class="col-lg-3 col-md-6 wow fadeInUp">
<div class="member">
<img src="Images/ASHISH_KUMAR.JPG" class="img-fluid" alt="">
<div class="member-info">
<div class="member-info-content">
<h4>Ashish Kumar</h4>
<span>Chem-E-Car Head</span>
<div class="social">
<a href=""><i class="fa fa-twitter"></i></a>
<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 class="col-lg-3 col-md-6 wow fadeInUp" data-wow-delay="0.1s">
<div class="member">
<img src="Images/Siddhant.jpg" class="img-fluid" alt="">
<div class="member-info">
<div class="member-info-content">
<h4>Siddhant Kumar Mohanty</h4>
<span>Design Head</span>
<div class="social">
<a href=""><i class="fa fa-twitter"></i></a>
<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>
</section><!-- #team -->
<!--==========================
Footer
============================-->
<footer id="footer" class="section-bg">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="row">
<div class="col-sm-6">
<div class="footer-info">
<h3>AIChE NITR Chapter</h3>
<p>AIChE National Institute of technology Rourkela Chapter is a Student Chapter of Global <a href="#">AIChE.org</a>.
</p>
</div>
<div class="footer-newsletter">
<h4>Our Newsletter</h4>
<form action="" method="post">
<input type="email" name="email"><input type="submit" value="Subscribe">
</form>
</div>
</div>
<div class="col-sm-6">
<div class="footer-links">
<h4>Contact Us</h4>
<p>
National Institute Of Technolgy,<br>
Rourkela, Odisha<br>
<br>
<strong>Phone:</strong><br>
Karan : 8117054052<br>
Ayushman : 8847874560<br><br>
<strong>Email:</strong> <a href="mailto:[email protected]"> [email protected]</a><br>
</p>
</div>
<div class="social-links">
<a href="#" class="twitter"><i class="fa fa-twitter"></i></a>
<a href="#" class="facebook"><i class="fa fa-facebook"></i></a>
<a href="#" class="instagram"><i class="fa fa-instagram"></i></a>
<a href="#" class="linkedin"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="form">
<h4>Send us a message</h4>
<form action="" method="post" role="form" class="contactForm">
<div class="form-group">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" data-rule="minlen:4" data-msg="Please enter at least 4 chars" />
<div class="validation"></div>
</div>
<div class="form-group">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" data-rule="email" data-msg="Please enter a valid email" />
<div class="validation"></div>
</div>
<div class="form-group">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" data-rule="minlen:4" data-msg="Please enter at least 8 chars of subject" />
<div class="validation"></div>
</div>
<div class="form-group">
<textarea class="form-control" name="message" rows="5" data-rule="required" data-msg="Please write something for us" placeholder="Message"></textarea>
<div class="validation"></div>
</div>
<div id="sendmessage">Your message has been sent. Thank you!</div>
<div id="errormessage"></div>
<div class="text-center"><button type="submit" title="Send Message">Send Message</button></div>
</form>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© Copyright <strong>AIChE NITRKL Chapter</strong>. All Rights Reserved
</div>
</div>
</footer><!-- #footer -->
<a href="#" class="back-to-top"><i class="fa fa-chevron-up"></i></a>
<!-- Uncomment below i you want to use a preloader -->
<!-- <div id="preloader"></div> -->
<!-- JavaScript Libraries -->
<script src="lib/jquery/jquery.min.js"></script>
<script src="lib/jquery/jquery-migrate.min.js"></script>
<script src="lib/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/mobile-nav/mobile-nav.js"></script>
<script src="lib/wow/wow.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/counterup/counterup.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/isotope/isotope.pkgd.min.js"></script>
<script src="lib/lightbox/js/lightbox.min.js"></script>
<!-- Contact Form JavaScript File -->
<script src="contactform/contactform.js"></script>
<!-- Template Main Javascript File -->
<script src="js/main.js"></script>
<script>
$(document).ready(function(){
$("#owl-demo").owlCarousel({
autoPlay : 3000,
stopOnHover : true,
navigation : true,
paginationSpeed : 1000,
goToFirstSpeed : 2000,
items:1,
autoHeight : true,
transitionStyle : "fade"
});
});
</script>
</body>
</html>