-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome.html
616 lines (534 loc) · 25.1 KB
/
home.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=yes, user-scalable=yes">
<meta name="author" content="DataByte">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>DataByte</title>
<!-- Font Awesome -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Material Design Bootstrap -->
<link href="css/mdb.min.css" rel="stylesheet">
<!-- Your custom styles (optional) -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!--Main Navigation-->
<header>
<!--Navbar-->
<nav class="navbar navbar-expand-md navbar-dark justify-content-end fixed-top scrolling-navbar">
<a class="navbar-brand" href="/"><img id="logo" src="img/logo.png"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse flex-grow-0" id="navbarSupportedContent">
<!-- Links -->
<ul class="navbar-nav text-right ml-auto">
<li class="nav-item ">
<a class="nav-link" href="#aboutUs">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/members.html">Members</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/project.html">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://medium.com/databytenitt">Blogs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="">Research</a>
</li>
<li class="nav-item">
<a class="nav-link" href="">Events</a>
</li>
</ul>
<!-- Links -->
</div>
</nav>
<!--/.Navbar-->
<!--Mask-->
<div id="intro" class="view">
<div class="full-bg-img">
<div class="mask rgba-black-strong" style="opacity:1;">
<div class="container-fluid d-flex align-items-center justify-content-center h-100">
<div class="row d-flex justify-content-center text-center">
<div class="col-md-12 col-md-12 col-sm-12">
<!-- Heading -->
<h2 class="club display-3 font-weight-bold white-text mb-2">DataByte</h2>
<!-- Divider -->
<hr class="hr-light">
<!-- Description -->
<h4 class="club white-text my-4">The official Data Science and Business Analytics club of <span class="font-weight-bold">NIT Trichy</span>
</h4>
</div>
</div>
</div>
</div>
</div>
</div>
<!--/.Mask-->
</header>
<!--Main Navigation-->
<!--Main layout-->
<main class="mt-5">
<div class="container">
<div class="full-bg-img">
<div class="mask rgba-black-strong">
<!--Section: Best Features-->
<section id="best-features" class="text-center">
<!-- Heading -->
<h2 class="mb-5 font-weight-bold" id='aboutUs'>About Us</h2>
<!--Grid row-->
<div class="row d-flex justify-content-center mb-4">
<!--Grid column-->
<div class="col-md-8">
<!-- Description -->
<h4 class="about-text" >DataByte is the data science and business analytics club of NIT, Trichy. At DataByte, we focus on developing interest in niche fields of business analysis and computational finance, among others, through active discussion and facility of data handling techniques.</h4>
</div>
<!--Grid column-->
</div>
<!--Grid row-->
<h2 class="mb-5 font-weight-bold">WHAT WE DO</h2>
<!--Grid row-->
<div class="row">
<!--Grid column-->
<div class="col-md-4 mb-5">
<img class="skills" src="./img/svg/ai.jpg">
<h4 class="my-4 font-weight-bold">AI/ML</h4>
</div>
<!--Grid column-->
<!--Grid column-->
<div class="col-md-4 mb-1">
<img class="skills" src="./img/svg/ba.jpg">
<h4 class="my-4 font-weight-bold">BUSINESS ANALYTICS</h4>
</div>
<!--Grid column-->
<!--Grid column-->
<div class="col-md-4 mb-1">
<img class="skills" src="./img/svg/ds.jpg">
<h4 class="my-4 font-weight-bold">DATA SCIENCE</h4>
</div>
<!--Grid column-->
</div>
<!--Grid row-->
</section>
<h2 class="mb-5 font-weight-bold" style="text-align:center"><b>MISSION</b></h2>
<ul>
<li class="desc">To solve the world's and specifically India's most pressing issues
using cutting edge technology.</li>
<li class="desc">To take up relevant engineering and research initiatives with real use cases.</li>
<li class="desc">To upskill India's future workforce with relevant skills. </li>
</ul>
<hr>
<h2 class="mb-5 font-weight-bold" style="text-align:center"><b>VISION</b></h2>
<ul>
<li class="desc">To be a globally recognized team of innovators and researchers.</li>
</ul>
<br>
<br>
</div>
</div>
<hr class="my-5">
<!--Section: Team v.1-->
<!-- <section id="members" class="team-section pb-5 ">
<!--Section heading-->
<!-- <h1 class="h1 text-center py-3">OUR AMAZING TEAM</h1> -->
<hr>
<!-- <h3 class="h3 text-center font-weight-bold py-3 ">FOUNDERS</h3> -->
<!-- Grid row -->
<!-- FOUNDERs -->
<!-- <div class="row text-center text-white">
<!-- Grid column -->
<!-- <div class="col-lg-4 col-md-6 col-sm-6 mb-4">
<div class="card card-body bg-black text-white">
<div class="avatar mx-auto my-3">
<img src="img/founders/f1.PNG" class="rounded-circle img-fluid" alt="First sample avatar image">
</div>
<h5 class="font-weight-bold"><strong>PRAGYADITYA DAS</strong></h5>
</div>
</div> -->
<!-- Grid column -->
<!-- Grid column -->
<!-- <div class="col-lg-4 col-md-6 col-sm-6 mb-4">
<div class="card card-body bg-black text-white">
<div class="avatar mx-auto my-3">
<img src="img/founders/f4.PNG" class="rounded-circle img-fluid" alt="First sample avatar image">
</div>
<h5 class="font-weight-bold"><strong>PALASH KOTGIRWAR</strong></h5>
</div>
</div> -->
<!-- Grid column -->
<!-- Grid column -->
<!-- <div class="col-lg-4 col-md-6 col-sm-6 mb-4">
<div class="card card-body bg-black">
<div class="avatar mx-auto my-3">
<img src="img/founders/f3.PNG" class="rounded-circle img-fluid" alt="First sample avatar image">
</div>
<h5 class="font-weight-bold"><strong>ANJISHNU ROY</strong></h5>
</div>
</div> -->
<!-- Grid column -->
<!-- </div> -->
<!-- <div class="row text-center text-white"> -->
<!-- Grid column -->
<!-- <div class="col-lg-4 col-md-6 col-centered col-sm-6 mb-4">
<div class="card card-body bg-black">
<div class="avatar mx-auto my-3">
<img src="img/founders/f5.PNG" class="rounded-circle img-fluid" alt="First sample avatar image">
</div>
<h5 class="font-weight-bold"><strong>YOGESH MISHRA</strong></h5>
</div>
</div> -->
<!-- Grid column -->
<!-- Grid column -->
<!-- <div class="col-lg-4 col-md-6 col-sm-6 col-centered mb-4">
<div class="card card-body bg-black text-white">
<div class="avatar mx-auto my-3">
<img src="img/founders/f2.PNG" class="rounded-circle img-fluid" alt="First sample avatar image">
</div>
<h5 class="font-weight-bold"><strong>ABHISHEK PATTJOSHI</strong></h5>
</div>
</div> -->
<!-- Grid column -->
<!-- </div> -->
<!-- FOUNDERs -->
<!-- <hr> -->
<!-- Grid row -->
<!-- Grid row -->
<!-- Grid row -->
<!-- <div class="row text-center"> -->
<!-- Grid column -->
<!-- <div class="col-lg-3 col-md-6 col-sm-6 mb-4">
<div class="card card-body ">
<div class="avatar mx-auto my-3">
<img src="img/male.png" class="rounded-circle img-fluid" alt="First sample avatar image">
</div>
<h5 class="font-weight-bold"><strong>RAJVIJAY</strong></h5>
<p class="">PRESIDENT</p>
</div>
</div> -->
<!-- Grid column -->
<!-- Grid column -->
<!-- <div class="col-lg-3 col-md-6 col-sm-6 mb-4">
<div class="card card-body ">
<div class="avatar mx-auto my-3">
<img src="img/male.png" class="rounded-circle img-fluid" alt="First sample avatar image">
</div>
<h5 class="font-weight-bold"><strong>ADITYA MEHEKARE</strong></h5>
<p class="text-dark">TREASURER</p>
</div>
</div> -->
<!-- Grid column -->
<!-- Grid column -->
<!-- <div class="col-lg-3 col-md-6 col-sm-6 mb-4">
<div class="card card-body">
<div class="avatar mx-auto my-3">
<img src="img/male.png" class="rounded-circle img-fluid" alt="First sample avatar image">
</div>
<h5 class="font-weight-bold"><strong>ATHARV KULKARNI</strong></h5>
<p class="text-dark">DATA SCIENCE HEAD</p>
</div>
</div> -->
<!-- Grid column -->
<!-- Grid column -->
<!-- <div class="col-lg-3 col-md-6 col-sm-6 mb-4">
<div class="card card-body ">
<div class="avatar mx-auto my-3">
<img src="img/female.png" class="rounded-circle img-fluid" alt="First sample avatar image">
</div>
<h5 class="font-weight-bold"><strong>DEEPTI S.</strong></h5>
<p class="">HEAD OF RESEARCH</p>
</div>
</div> -->
<!-- Grid column -->
<!-- </div> -->
<!-- Grid row -->
<!-- <div class="row text-center"> -->
<!-- Grid column -->
<!-- <div class="col-lg-3 col-md-6 col-sm-6 mb-4">
<div class="card card-body">
<div class="avatar mx-auto my-3">
<img src="img/male.png" class="rounded-circle img-fluid" alt="First sample avatar image">
</div>
<h5 class="font-weight-bold"><strong>HARSHIT BABBAR</strong></h5>
<p class="text-dark">ALGOS HEAD</p>
</div>
</div> -->
<!-- Grid column -->
<!-- Grid column -->
<!-- <div class="col-lg-3 col-md-6 col-sm-6 mb-4">
<div class="card card-body ">
<div class="avatar mx-auto my-3">
<img src="img/male.png" class="rounded-circle img-fluid" alt="First sample avatar image">
</div>
<h5 class="font-weight-bold"><strong>SOURAV LAIRA</strong></h5>
<p class="text-d">BUSINESS ANALYTICS HEAD</p>
</div>
</div> -->
<!-- Grid column -->
<!-- Grid column -->
<!-- <div class="col-lg-3 col-md-6 col-sm-6 mb-4">
<div class="card card-body ">
<div class="avatar mx-auto my-3">
<img src="img/male.png" class="rounded-circle img-fluid" alt="First sample avatar image">
</div>
<h5 class="font-weight-bold"><strong>MOHAMMAD SOHAIL</strong></h5>
<p class="">WEBOPS HEAD</p>
</div>
</div> -->
<!-- Grid column -->
<!-- Grid column -->
<!-- <div class="col-lg-3 col-md-6 col-sm-6 mb-4">
<div class="card card-body">
<div class="avatar mx-auto my-3">
<img src="img/female.png" class="rounded-circle img-fluid" alt="First sample avatar image">
</div>
<h5 class="font-weight-bold"><strong>S. HARSHITHA</strong></h5>
<p class="text-dark">MEMBER</p>
</div>
</div> -->
<!-- Grid column -->
<!-- </div> -->
<!-- <div class="row text-center"> -->
<!-- Grid column -->
<!-- <div class="col-lg-3 col-md-6 col-sm-6 mb-4">
<div class="card card-body">
<div class="avatar mx-auto my-3">
<img src="img/male.png" class="rounded-circle img-fluid" alt="First sample avatar image">
</div>
<h5 class="font-weight-bold"><strong>SATRAJIT CHATTERJEE</strong></h5>
<p class="text-dark">DEEP LEARNING RESEARCHER</p>
</div>
</div> -->
<!-- Grid column -->
<!-- Grid column -->
<!-- <div class="col-lg-3 col-md-6 col-sm-6 mb-4">
<div class="card card-body ">
<div class="avatar mx-auto my-3">
<img src="img/male.png" class="rounded-circle img-fluid" alt="First sample avatar image">
</div>
<h5 class="font-weight-bold"><strong>ARUN KUMAR R.</strong></h5>
<p class="">MEMBER</p>
</div>
</div> -->
<!-- Grid column -->
<!-- </div> -->
<!-- Grid row -->
</section>
<!--Section: Team v.1-->
<!-- <hr class="my-3"> -->
<!-- Projects section v.1 -->
<!-- <section id="projects"> -->
<!--Section heading-->
<!-- <h2 class="text-center h1 py-4"> -->
<!-- <strong>OUR WORK</strong> -->
<!-- </h2> -->
<!--Grid row-->
<!-- <div class="row text-center"> -->
<!--Grid column-->
<!-- <div class="col-lg-3 col-md-4 col-sm-6 mb-4">
<div class="view overlay rounded z-depth-1 w-50 mx-auto">
<img src="img/svg/project.svg" class="img-fluid" alt="Sample project image">
<a><div class="mask rgba-white-slight"></div></a>
</div>
<div class="card-body mt-3">
<h4><strong>Image Compression and Segmentation</strong></h4>
<p >Several basic and advanced ML algorithms were studied and implemented for image compression. Image Segmentation into foreground and background using Python</p>
<a target="_blank" class="btn btn-green btn-sm" href="https://github.com/DataByteNITT/ML_Reinforced_Image_Compression_Segmentation"><i class="fa fa-clone left"></i> View project</a>
</div>
</div> -->
<!--Grid column-->
<!--Grid column-->
<!-- <div class="col-lg-3 col-md-4 col-sm-6 mb-4">
<div class="view overlay rounded z-depth-1 w-50 mx-auto">
<img src="img/svg/project.svg" class="img-fluid" alt="Sample project image">
<a><div class="mask rgba-white-slight"></div></a>
</div>
<div class="card-body mt-3">
<h4><strong>AI 2048</strong></h4>
<p >A reinforcement learning based AI on the popular 2048 game using NEAT Algorithm</p>
<a target="_blank" class="btn btn-green btn-sm" href="https://github.com/DataByteNITT/2048-AI"><i class="fa fa-clone left"></i> View project</a>
</div>
</div> -->
<!--Grid column-->
<!--Grid column-->
<!-- <div class="col-lg-3 col-md-4 col-sm-6 mb-4">
<div class="view overlay rounded z-depth-1 w-50 mx-auto">
<img src="img/svg/project.svg" class="img-fluid" alt="Sample project image">
<a><div class="mask rgba-white-slight"></div></a>
</div>
<div class="card-body mt-3">
<h4><strong>Sentiment Analysis </strong></h4>
<p >Sentiment Analysis of Demonetization in India using Twitter in R</p>
<a target="_blank" class="btn btn-green btn-sm" href="https://github.com/DataByteNITT/Demonetization-DataByte"><i class="fa fa-clone left"></i> View project</a>
</div>
</div> -->
<!--Grid column-->
<!--Grid column-->
<!-- <div class="col-lg-3 col-md-4 col-sm-6 mb-4">
<div class="view overlay rounded z-depth-1 w-50 mx-auto">
<img src="img/svg/project.svg" class="img-fluid" alt="Sample project image">
<a><div class="mask rgba-white-slight"></div></a>
</div>
<div class="card-body mt-3">
<h4><strong>Fortune 500 Analysis</strong></h4>
<p >Trend analysis of fortune 500 companies- Analysis of Indian and British economy</p>
<a target="_blank" class="btn btn-green btn-sm"><i class="fa fa-clone left"></i> View project</a>
</div>
</div> -->
<!--Grid column-->
<!-- </div> -->
<!--Grid row-->
<!-- </section> -->
<!--/Projects section v.1-->
<!-- <hr class="my-5"> -->
<!--Section: Gallery-->
<h2 class="text-center h1 py-4">
<strong>ACHIEVEMENTS</strong>
</h2>
<!--Carousel Wrapper-->
<!--Carousel Wrapper-->
<!--Carousel Wrapper-->
<div id="carousel-example-2" class="carousel slide carousel-fade w-75 mx-auto" data-ride="carousel">
<!--Indicators-->
<ol class="carousel-indicators">
<li data-target="#carousel-example-2" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-2" data-slide-to="1"></li>
</ol>
<!--/.Indicators-->
<!--Slides-->
<div class="carousel-inner" role="listbox">
<div class="carousel-item active">
<div class="view">
<img class="d-block w-100" src="img/achievements/shivani.jpeg" alt="First slide">
<div class="mask rgba-black-light"></div>
<div class="sminfo carousel-caption font-weight-bold">
<h3 class="h3-responsive">SHIVANI CHANDER</h3>
<p>SHAASTRA@IIT-MADRAS</p>
<ul>
<li>EVENTs</li>
<li>JARVIS(ML) : 1<sup>st</sup></li>
<li>THE NUMBER THING(DA) : 1<sup>st</sup></li>
</ul>
</div>
</div>
</div>
<div class="carousel-item">
<!--Mask color-->
<div class="view">
<img class="d-block w-100" src="img/achievements/sangam.jpeg" alt="Second slide">
<div class="mask rgba-black-light"></div>
<div class="sminfo carousel-caption font-weight-bold">
<h3 class="h3-responsive">TEAM INDRA</h3>
<p>PRAGYAN@NIT-T</p>
<ul>
<li>EVENT :SANGAM - Intra-collegiate technical exhibition and competition</li>
<li>POSITION : 3<sup>rd</sup></li>
</ul>
</div>
</div>
</div>
</div>
<!--/.Slides-->
<!--Controls-->
<a class="carousel-control-prev" href="#carousel-example-2" 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="#carousel-example-2" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
<!--/.Controls-->
</div>
<!--/.Carousel Wrapper-->
<!--/.Carousel Wrapper-->
<!--/.Carousel Wrapper-->
<!--Section: Gallery-->
<hr class="my-5">
</div>
</main>
<!--Main layout-->
<!--Footer-->
<footer class="page-footer font-small pt-0">
<!-- Social buttons -->
<!-- <div class="primary-color">
<div class="container">
<!--Grid row-->
<!-- <div class="row py-4 d-flex align-items-center">
<!--Grid column-->
<!-- <div class="col-md-6 col-lg-5 text-center text-md-left mb-4 mb-md-0">
<h6 class="mb-0 white-text">Get connected with us on social networks!</h6>
</div>
<!--Grid column-->
<!--Grid column-->
<!-- <div class="col-md-6 col-lg-7 text-center text-md-right">
<!--Facebook-->
<!-- <a href="https://www.facebook.com/DataByteNITT/" target="_blank" class="fb-ic ml-0">
<i class="fa fa-facebook white-text mr-4"> </i>
</a>
<!--medium-->
<!-- <a href="https://medium.com/data-byte" target="_blank" class="fb-ic ml-0">
<i class="fa fa-medium white-text mr-4"> </i>
</a>
<!--github-->
<!-- <a href="https://github.com/DataByteNITT" target="_blank" class="fb-ic ml-0">
<i class="fa fa-github white-text mr-4"> </i>
</a>
</div>
<!--Grid column-->
<!-- </div>
<!--Grid row-->
<!-- </div>
</div>
<!-- Social buttons -->
<div style="background-color:#333333;">
<div class="container" >
<div class="row " style="margin-top: 5px; padding:15px;" >
<div class="col-lg-2 col-md-2 d-flex justify-content-center align-items-center footer-info">
<img src="img/logo.png" height="150px" alt="DataByteNITT">
</div>
<div class="col-lg-8 col-md-8 d-flex justify-content-center align-items-center footer-links">
<div style="margin-top: 5px;" class="social-links">
<h4 style="font-weight:bold; padding:10px;">Connect With Us:</h4>
<a class="btn btn-floating" style="background-color: #3b5998;" href="https://www.facebook.com/DataByteNITT/" ><i class="fa fa-facebook"></i></a><a class="smlink" href="https://www.facebook.com/DataByteNITT/">https://www.facebook.com/DataByteNITT/</a><br>
<a class="btn btn-floating" style="background-color: #ac2bac;" href="https://www.instagram.com/databyte_nitt/" ><i class="fa fa-instagram"></i></a><a class="smlink" href="https://www.instagram.com/databyte_nitt/">https://www.instagram.com/databyte_nitt/</a><br>
<a class="btn btn-floating" style="background-color: #02b875;" href="https://medium.com/data-byte" ><i class="fa fa-medium"> </i></a><a class="smlink" href="https://medium.com/data-byte">https://medium.com/data-byte</a><br>
<a class="btn btn-floating" style="background-color: #000000;" href="https://github.com/DataByteNITT" ><i class="fa fa-github "> </i></a><a class="smlink" href="https://github.com/DataByteNITT">https://github.com/DataByteNITT</a>
</div>
</div>
<div class="col-lg-2 col-md-2 d-flex justify-content-center align-items-center footer-info" >
<img src="img/NITT.png" height="150px" alt="NITT">
</div>
</div>
</div>
</div>
<!--Copyright-->
<div class="footer-copyright py-3 text-center" style="background-color:#191919;">
Made with ❤ by DataByte
</div>
<!--/.Copyright-->
</footer>
<!--/.Footer-->
<!-- SCRIPTS -->
<!-- JQuery -->
<script type="text/javascript" src="js/jquery-3.2.1.min.js"></script>
<!-- Bootstrap tooltips -->
<script type="text/javascript" src="js/popper.min.js"></script>
<!-- Bootstrap core JavaScript -->
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<!-- MDB core JavaScript -->
<script type="text/javascript" src="js/mdb.min.js"></script>
<!-- Carousel options -->
<script>
$('.carousel').carousel({
interval: 3000,
})
</script>
</body>
</html>