forked from aichenitrkl/aichenitrkl.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutus.html
552 lines (519 loc) · 33.1 KB
/
aboutus.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags always come first -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<link id="theme" rel="stylesheet" type="text/css" href="light-theme.css" />
<link href="image10.png" rel="icon">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="bootstrap.min.css">
<link rel="stylesheet" href="font-awesome.min.css">
<link rel="stylesheet" href="bootstrap-social.css">
<!--<link rel="stylesheet" href="stylesfortest.css">-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" integrity="sha512-5A8nwdMOWrSz20fDsjczgUidUBR8liPYU+WymTZP1lmY9G6Oc7HlZv156XqnsgNUzTyMefFTcsFH/tnJE/+xBg==" crossorigin="anonymous" />
<!--Calender CSS-->
<link href="https://fonts.googleapis.com/css?family=Roboto+Condensed" rel="stylesheet">
<link rel="stylesheet" href="css/demo.css"/>
<link rel="stylesheet" href="css/theme1.css"/>
<title>About Us</title>
</head>
<body class="darktheme">
<nav class="navbar navbar-dark navbar-expand-sm fixed-top darktheme">
<div class="container">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#Navbar">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand" href="#"><img src="A.png" height="40" width="41">AIChE</a>
<div class="collapse navbar-collapse" id="Navbar">
<ul class="navbar-nav mr-auto">
<li class="nav-item"><a class="nav-link" href="index.html"><span class="fa fa-home fa-lg"></span> Home</a></li>
<li class="nav-item active"><a class="nav-link" href="aboutus.html"><span class="fa fa-info fa-lg"></span> About</a></li>
<li class="nav-item"><a class="nav-link" href="team.html"><span class="fa fa-list fa-lg"></span> Team</a></li>
<li class="nav-item "><a class="nav-link" href="contactus.html"><span class="fa fa-address-card fa-lg"></span> Contact</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"><span class="fa fa-calendar fa-lg"></span>
Events
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="./Events.html">2020-21</a>
<a class="dropdown-item" href="./event21.html">2021-22</a>
</div>
</li>
<li class="nav-item"><a class="nav-link" href="gallery.html"><span class="fa fa-user-circle-o"></span> Gallery</a></li>
</ul>
</div>
<!-- <div id="darkmodesetting">
<button id="theme-toggle" onclick="myFunction()">Dark Mode</button>
</div> -->
<input type="checkbox" class="checkbox" id="toggle-mode" onclick="myFunction()">
<label for="toggle-mode" class="toggle" >
<img src="imagesteam/light_mode.jpg" for="toggle-mode" class="toggle" id="changeim" alt="mode">
</label>
</div>
</nav>
<!-- <header class="jumbotrone darktheme">
<div class="container">
<div class="row row-header">
<div class="col-12 col-sm-12">
<h1 class="textucss" style="font-family: 'Merriweather', serif;">AIChE NITR</h1>
<p class="textucss" style="font-family: 'Poppins', sans-serif;">We take inspiration from the World's best leaders, and create a unique fusion experience. Our unique creations will make you to be part of this organization.</p>
</div>
<!--<div class="col-12 col-sm align-self-center">
<img src="image10.png" height="150" width="150" class="img-fluid">
</div>-->
</div>
</div>
</header> -->
<div class="container">
<!-- <div class="row">
<ol class="col-12 breadcrumb">
<li class="breadcrumb-item"><a href="index.html">Home</a></li>
<li class="breadcrumb-item active">About Us</li>
</ol>
<div class="col-12">
<h3 class="whitecol" style="font-family: 'Merriweather', serif;">About Us</h3>
<hr>
</div>
</div> -->
<div class="row row-content">
<div class="col-12 col-sm-6">
<h2 class="textucss" style="font-family: 'Merriweather', serif;">Our History</h2>
<p class="textucss" style="font-family: 'Poppins', sans-serif;">The American Institute of Chemical Engineers (AIChE) is a professional organization for chemical engineers.AIChE was established in 1908 to distinguish chemical engineers as a profession independent of chemists and mechanical engineers.
Student chapters at various universities around the world have also been established throughout its history. The student chapters tend to focus on providing networking opportunities in both academia and in industry as well as increasing student involvement locally and nationally.</p>
<p class="textucss">The institute opened membership in the Division to all, irrespective of membership in AIChE, and hundreds of scientists and engineers of all disciplines took advantage of the opportunity</p>
</div>
<div class="col-12 col-sm-6">
<div class="card">
<h3 class="card-header bg-primary text-white">Facts At a Glance</h3>
<div class="card-body">
<dl class="row">
<dt class="col-6">Predecessor</dt>
<dd class="col-6">American Society of Mechanical </dd>
<dt class="col-6">Formation</dt>
<dd class="col-6">1908</dd>
<dt class="col-6">Membership</dt>
<dd class="col-6">60,000+ in over 110 countries</dd>
<dt class="col-6">Region served</dt>
<dd class="col-6">Worldwide</dd>
</dl>
</div>
</div>
</div>
<!--<div class="col-12">
<div class="card card-body bg-light">
<blockquote class="blockquote">
<p class="mb-0 textucss1">The meeting of two personalities is like the contact of two chemical substances: if there is any reaction, both are transformed.</p>
<footer class="blockquote-footer textucss1">Carl Jung,
<cite title="Source Title" class="textucss1">Carl Gustav Jung (2001). “Modern Man in Search of a Soul”, p.49, Psychology Press</cite>
</footer>
</blockquote>
</div>
</div>-->
</div>
<!--<div class="row row-content corpoucss">
<div class="col-12">
<h2 class="textucss">Corporate Leadership</h2>
<div id="accordian">
<div class="card">
<div class="card-header bg-primary text-white" role="tab" id="peterhead">
<h3 class="mb-0">
<a data-toggle="collapse" data-target="#peter">
Monty Alger <small>President AICHE</small>
</a>
</h3>
</div>
<div class="collapse show corpoucss" id="peter" data-parent="#accordion">
<div class="card-body">
<p class="d-none d-sm-block textucss"> We have an opportunity to create new services and opportunities in support of our members and stakeholders. I look forward to learning your ideas for how we might build on AIChE’s current capabilities to accelerate learning and innovation for today’s world. AIChE’s programmatic and financial strengths provide an excellent foundation for building a successful future professional society.</p>
</div>
</div>
</div>
<div class="card">
<div class="card-header bg-primary text-white" role="tab" id="dannyhead">
<h3 class="mb-0">
<a data-toggle="collapse" data-target="#danny">
Bhavesh V. (Bob) Patel <small>AICHE ASIA PRESIDENT</small>
</a>
</h3>
</div>
<div class="collapse corpoucss" id="danny" data-parent="#accordion">
<div class="card-body">
<p class="d-none d-sm-block textucss">Bhavesh V. (Bob) Patel is chief executive officer and chairman of the management board of LyondellBasell, one of the largest plastics, chemicals and refining companies in the world. Mr. Patel assumed this position January 2015.</p>
</div>
</div>
</div>
<div class="card">
<div class="card-header bg-primary text-white" role="tab" id="agumbehead">
<h3 class="mb-0">
<a data-toggle="collapse" data-target="#agumbe">
Prof. Biswajit Saha <small>Faculty Advisor</small>
</a>
</h3>
</div>
<div class="collapse corpoucss" id="agumbe" data-parent="#accordion">
<div class="card-body">
<p class="d-none d-sm-block"></p>
</div>
</div>
</div>
<div class="card">
<div class="card-header bg-primary text-white" role="tab" id="albertohead">
<h3 class="mb-0">
<a data-toggle="collapse" data-target="#alberto">
Abhishek Agarwal <small>President</small>
</a>
</h3>
</div>
<div class="collapse corpoucss" id="alberto" data-parent="#accordion">
<div class="card-body">
<p class="d-none d-sm-block"></p>
</div>
</div>
</div>
</div>
</div>
</div>-->
<br />
<div>
<h2 class="text-center textucss" style="font-family: 'Merriweather', serif;">Achievements</h2>
</div>
<br />
<div class="card">
<div class="row backiev">
<div class="col-md-3 backiev img-thumbnail">
<!-- <img src="imagesteam/Studentchapter award (6).jpeg" alt="..." class="img-thumbnail"> -->
<div id="carouselExampleControls" class="carousel slide" data-ride="carousel" style="max-width: 361px; display: grid; margin: auto; ">
<div class="carousel-inner" style="width:100% ;display: grid; " >
<div class="carousel-item active">
<img class="d-block w-100" src="imagesteam/Studentchapter award (7-i).jpeg" alt="First slide" style="width:100% ; ">
</div>
<div class="carousel-item" >
<img class="d-block w-100" src="imagesteam/Studentchapter award (7-ii).jpeg" alt="Second slide" style="width:100% ; height: 300px;">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="imagesteam/Studentchapter award (7-iii).jpeg" alt="Third slide" style="width:100% ; height: 300px;">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="imagesteam/Studentchapter award (7-iv).jpeg" alt="Fourth slide" style="width:100% ; height: 300px;">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleControls" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleControls" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<div class="col-md-9">
<div class="card-body backiev">
<h5 class="card-title textucss2" style="font-family: 'Merriweather', serif;">Outstanding Student Chapter Award (2020-21)</h5>
<p class="card-text textucss3" style="font-family: 'Poppins', sans-serif; " >
<p>We are elated to announce the awards and recognitions earned by AIChE NIT Rourkela Student Chapter.</p>
<!-- ● Outstanding Student Chapter Award -->
<p>● Freshman Recognition Award (Arpit S. Pati)</p>
<p>● ScaleUp Sponsors Essay Contest, Chevron (Utkarsh Mishra)</p>
<p>● Sophomore Academic Excellence Award (Shubham Giri)</p>
<a href="https://www.instagram.com/aiche.nitrkl/guide/awards-at-asc-21/17901576800480874/" target="_blank">Instagram Reference</a>
</p>
<p class="card-text"><small class="textucss">Year - 2020-2021</small></p>
</div>
</div>
</div>
</div>
<br />
<div class="card">
<div class="row backiev">
<div class="col-md-3 backiev">
<img src="imagesteam/Studentchapter award (6).jpeg" alt="..." class="img-thumbnail">
</div>
<div class="col-md-9">
<div class="card-body backiev">
<h5 class="card-title textucss2" style="font-family: 'Merriweather', serif;">International ChemE Jeopardy Competition</h5>
<p class="card-text textucss3" style="font-family: 'Poppins', sans-serif;">
<p>
"The secret of success is to do the common thing uncommonly well."
Team XYZ from AIChE NITR comprising of Swagat, Millen, Birupakhya & Swastik pulled off a fantastic win after a fascinating and brainstorming session and emerged as the International ChemE Jeopardy Champion.
Hearty Congratulations to the team and best of luck for their future endeavors.</p>
<a href="https://www.instagram.com/p/CWV0xeHvLzd/" target="_blank"> Instagram Reference</a>
</p>
<p class="card-text"><small class="textucss">Year - 2020-2021</small></p>
</div>
</div>
</div>
</div>
<br />
<div class="card">
<div class="row backiev">
<div class="col-md-3 backiev">
<img src="imagesteam/Studentchapter award (1).jpeg" alt="..." class="img-thumbnail">
</div>
<div class="col-md-9">
<div class="card-body backiev">
<h5 class="card-title textucss2" style="font-family: 'Merriweather', serif;">Outstanding Student Chapter Award</h5>
<p class="card-text textucss3" style="font-family: 'Poppins', sans-serif;">This Award is presented annually to those Student Chapters that show an exceptional level of participation, enthusiasm, program quality, professionalism, and involvement in the university and community through variety of activities, including career guidance, community outreach, departmental activities, social events, plant trips, sporting events and participation in local, regional and global AIChE programs.
AIChE NITR Student Chapter was the recipient of this award in 2020 which was one of the proudest achievements of our chapter by far.
</p>
<p class="card-text"><small class="textucss">Year - 2019-2020</small></p>
</div>
</div>
</div>
</div>
<br />
<div class="card">
<div class="row backiev">
<div class="col-md-3 backiev">
<img src="imagesteam/Studentchapter award (2).jpeg" alt="..." class="img-thumbnail">
</div>
<div class="col-md-9">
<div class="card-body backiev">
<h5 class="card-title textucss2" style="font-family: 'Merriweather', serif;">Donald F. And Mildred Topp Othmer Scholarship Award</h5>
<p class="card-text textucss3" style="font-family: 'Poppins', sans-serif;">Each year, Donald F. & Mildred Topp Othmer Scholarship Awards 15 AIChE student members a scholarship of $1,000. Awards are presented on the basis of academic achievement and involvement in student chapter activities.
Our former President Karan Saxena, whose academic qualifications were accepted by AIChE on a Global scale was also the Recipient of this scholarship award.
</p>
<p class="card-text"><small class="textucss">Year - 2019-2020</small></p>
</div>
</div>
</div>
</div>
<br />
<div class="card">
<div class="row backiev">
<div class="col-md-3 backiev">
<img src="imagesteam/Studentchapter award (5).jpeg" alt="..." class="img-thumbnail">
</div>
<div class="col-md-9">
<div class="card-body backiev">
<h5 class="card-title textucss2" style="font-family: 'Merriweather', serif;">AIChE International Student Chapter Leadership Award</h5>
<p class="card-text textucss3" style="font-family: 'Poppins', sans-serif;">AIChE NITR Student chapter won this award in consecutive years through our current president, Abhisek Agarwal.</p>
<p class="card-text"><small class="textucss">Year - 2019-2020</small></p>
</div>
</div>
</div>
</div>
<br />
<div class="card">
<div class="row backiev">
<div class="col-md-3 backiev">
<img src="imagesteam/Studentchapter award (3).jpeg" alt="..." class="img-thumbnail">
</div>
<div class="col-md-9">
<div class="card-body backiev">
<h5 class="card-title textucss2" style="font-family: 'Merriweather', serif;">Donald F. And Mildred Topp Othmer Scholarship Award</h5>
<p class="card-text textucss3" style="font-family: 'Poppins', sans-serif;">The Sophomore Academic Excellence Award is presented to one active AIChE undergraduate student member in each student chapter who has attained the highest scholastic grade-point average during his/her freshman and sophomore years, on recommendation of the Student Chapter Advisor.
We are very proud about the fact that not one but two of our chapter’s members bagged the Excellence award in 2020 – our President, Abhisek Agarwal and our General Relations & Content Head, Kaustav Ray.</p>
<p class="card-text"><small class="textucss">Year - 2019-2020</small></p>
</div>
</div>
</div>
</div>
<br />
<div class="card">
<div class="row backiev">
<div class="col-md-3 backiev">
<img src="imagesteam/Studentchapter award (4).jpeg" alt="..." class="img-thumbnail">
</div>
<div class="col-md-9">
<div class="card-body backiev">
<h5 class="card-title textucss2" style="font-family: 'Merriweather', serif;">Donald F. And Mildred Topp Othmer Scholarship Award</h5>
<p class="card-text textucss3" style="font-family: 'Poppins', sans-serif;">The Sophomore Academic Excellence Award is presented to one active AIChE undergraduate student member in each student chapter who has attained the highest scholastic grade-point average during his/her freshman and sophomore years, on recommendation of the Student Chapter Advisor.
We are very proud about the fact that not one but two of our chapter’s members bagged the Excellence award in 2020 – our President, Abhisek Agarwal and our General Relations & Content Head, Kaustav Ray.
</p>
<p class="card-text"><small class="textucss">Year - 2019-2020</small></p>
</div>
</div>
</div>
</div>
<br />
<div class="card">
<div class="row backiev">
<div class="col-md-3 backiev">
<img src="imagesteam/KaranSaxena2019Award.jpeg" alt="..." class="img-thumbnail">
</div>
<div class="col-md-9">
<div class="card-body backiev">
<h5 class="card-title textucss2" style="font-family: 'Merriweather', serif;">AIChE International Student Chapter Leadership Development Travel Grant Award</h5>
<p class="card-text textucss3" style="font-family: 'Poppins', sans-serif;">It is said that true leaders always lead by example. AIChE NITR had found such a lender in our beloved former President -Mr. Karan Saxena, an astute reflection of determination, sincerity and hard work.
He was awarded the international student chapter travel grant award for his leadership of the club. This goes to show the indomitable character of the man. An affirmation of the fact that hard work does take you places.</p>
<p class="card-text"><small class="textucss">Year - 2018-2019</small></p>
</div>
</div>
</div>
</div>
<br />
<!--<div class="row row-content">
<div class="col-12 col-sm-9">
<h2 class="textucss">Facts & Figures</h2>
<div class="table-responsive">
<table class="table table-striped textucss">
<thead class="thead-dark">
<tr>
<th> </th>
<th>2018</th>
<th>2019</th>
<th>2020</th>
</tr>
</thead>
<tbody>
<tr>
<th>MEMBERS</th>
<td>25</td>
<td>22</td>
<td>22</td>
</tr>
<tr>
<th>CONFERENCE HELD</th>
<td>NEW YORK</td>
<td>SAN FRANCISCO</td>
<td>CHICAGO</td>
</tr>
<tr>
<th>NUMBER OF EVENTS</th>
<td>30</td>
<td>40</td>
<td>55</td>
</tr>
<tr>
<th>Annual BUDGET</th>
<td>$2,000,000</td>
<td>$3,000,000</td>
<td>~$4,000,000</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>-->
</div>
<!--NEWSLETTER-->
<div>
<div id="carouselExampleControls" class="carousel slide" data-ride="carousel" style="max-width: 361px; ; display: grid; margin: auto;">
<div class="carousel-inner" style="width:100% ;display: grid; height: 515px;" >
<div class="carousel-item active" >
<img class="d-block w-100" src="imagesteam/Newsletter/NL-01-01.jpg" alt="First slide" style="width:100% ; height: 515px ;">
</div>
<div class="carousel-item" >
<img class="d-block w-100" src="imagesteam/Newsletter/NL-02-01.jpg" alt="Second slide" style="width:100% ; height: 515px;">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="imagesteam/Newsletter/NL-03-01.jpg" alt="Third slide" style="width:100% ; height: 515px;">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="imagesteam/Newsletter/NL-04-01.jpg" alt="Fourth slide" style="width:100% ; height: 515px;">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="imagesteam/Newsletter/NL-05-01.jpg" alt="fifth slide" style="width:100% ; height: 515px;">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="imagesteam/Newsletter/NL-06-01.jpg" alt="sixth slide" style="width:100% ; height: 515px;">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="imagesteam/Newsletter/NL-07-01.jpg" alt="seventh slide" style="width:100% ; height: 515px;">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="imagesteam/Newsletter/NL-08-01.jpg" alt="eigth slide" style="width:100% ; height: 515px;">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="imagesteam/Newsletter/NL-09-01.jpg" alt="nineth slide" style="width:100% ; height: 515px;">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="imagesteam/Newsletter/NL-10-01.jpg" alt="tenth slide" style="width:100% ; height: 515px;">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="imagesteam/Newsletter/NL-11-01.jpg" alt="eleventh slide" style="width:100% ; height: 515px;">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="imagesteam/Newsletter/NL-12-01.jpg" alt="twelveth slide" style="width:100% ; height: 515px;">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="imagesteam/Newsletter/NL-13-01.jpg" alt="Thirteenth slide" style="width:100% ; height: 515px;">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleControls" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleControls" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<br>
</div>
</div>
<footer class="footer fuecss">
<div class="container">
<div class="row whitecol1">
<div class="col-4 col-sm-1">
<h5 class="textfoot"><b>Links</b></h5>
<ul class="list-unstyled ">
<li><a href="index.html">Home</a></li>
<li><a href="aboutus.html">About</a></li>
<li><a href="Events.html">Events</a></li>
<li><a href="contactus.html">Contact</a></li>
</ul>
</div>
<div class="col-7 col-sm-3">
<h5 class="textfoot"><b>Our Address</b></h5>
<address class="textfoot">
Jindal colony,Bisra Road<br>
National Institute Of Technology,Rourkela<br>
Odisha 769008<br>
<i class="fa fa-phone fa-lg"></i>: +91 97770 40640<br>
<i class="fa fa-fax fa-lg"></i>: +91 77354 35092<br>
<i class="fa fa-envelope fa-lg"></i>: <a href="#">aiche.nitrkl@gmail.com</a>
</address>
</div>
<div class="icon-bar">
<a href="https://www.facebook.com/AIChENITR" class="facebook" target="_blank"><i class="fa fa-facebook" target="_blank"></i></a>
<a href="https://www.linkedin.com/company/aiche-nitr/" class="linkedin" target="_blank"><i class="fa fa-linkedin" target="_blank"></i></a>
<a href="https://www.instagram.com/aiche.nitrkl/?igshid=l5z85gplv99q" class="instagram" target="_blank"><i class="fa fa-instagram" target="_blank"></i></a>
<a href="mailto:aiche.nitrkl@gmail.com" class="mail" target="_blank"><i class="fa fa-envelope" target="_blank"></i></a>
<a href="http://youtube.com/" class="youtube" target="_blank"><i class="fa fa-youtube" target="_blank"></i></a>
</div>
<div class="col-12 col-sm-4">
<div class="textfoot">
<p><b>Latest Events</b></p>
<p>- Inter Jeopardy 14-15 August</p>
<p>- Aptitude 3.0 8 August</p>
<p>- DCrypt 4 August </p>
<p>- Decoding Disasters 17 May</p>
</div>
</div>
<!-- <div class="col-12 col-sm-3 align-self-center textfoot" id="caleandar"> -->
<div class="col-12 col-sm-4 " >
<h5 class="textfoot"><b>Map of our Location</b></h5>
<div id="map-container-google-1" class="z-depth-1-half map-container" style="height: 300px">
<iframe src="https://maps.google.com/maps?q=Jindal%20colony,Bisra%20Road%20National%20Institute%20Of%20Technology,Rourkela,Odisha%20769001&t=&z=13&ie=UTF8&iwloc=&output=embed" frameborder="0"
style="border:0" allowfullscreen></iframe>
</div>
<!-- <div class="mapouter"><div class="gmap_canvas"><iframe width="600" height="500" id="gmap_canvas" src="https://maps.google.com/maps?q=Jindal%20colony,Bisra%20Road%20National%20Institute%20Of%20Technology,Rourkela,Odisha%20769001&t=&z=13&ie=UTF8&iwloc=&output=embed" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe><a href="https://yt2.org">youtube mp3 rip</a><br><style>.mapouter{position:relative;text-align:right;height:500px;width:600px;}</style><style>.gmap_canvas {overflow:hidden;background:none!important;height:500px;width:600px;}</style></div></div> -->
<!-- </div> -->
<!--<iframe src="https://calendar.google.com/calendar/embed?src=vrm9fnedk2rudffmlmesrriri0%40group.calendar.google.com&ctz=Asia%2FKolkata" style="border: 0" width="100%" height="200" frameborder="0" scrolling="no"></iframe>-->
<!--<iframe src="https://calendar.google.com/calendar/embed?height=600&wkst=1&bgcolor=%23B39DDB&ctz=Asia%2FKolkata&src=dnJtOWZuZWRrMnJ1ZGZmbWxtZXNycmlyaTBAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ&color=%23616161&showTitle=0&showNav=1&showPrint=0&showTabs=0&showTz=0&showCalendars=1" style="border:solid 1px #777" width="100%" height="200" frameborder="0" scrolling="no"></iframe>-->
</div>
</div>
<div class="row justify-content-center">
<div class="col-auto">
<p class="textfoot">© Copyright 2021 AIChE</p>
</div>
</div>
<!--<iframe src="https://calendar.google.com/calendar/embed?src=5csj5j6a2udv1qocd12vrdi7p0%40group.calendar.google.com&ctz=Asia%2FKolkata" style="border: 0" width="200" height="200" frameborder="0" scrolling="no"></iframe>-->
</div>
</footer>
<!-- go_to _top_button -->
<a href="#" id="button"></a>
<!-- jQuery first, then Popper.js, then Bootstrap JS. -->
<script src="jquery.slim.min.js"></script>
<script src="popper.min.js"></script>
<script src="bootstrap.min.js"></script>
<script src="scripts.js"></script>
<script src="go_to_top_button.js"></script>
<script type="text/javascript" src="js/caleandar.js"></script>
<script type="text/javascript" src="js/demo.js"></script>
</body>
</html>