-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbrochure.html
701 lines (675 loc) · 30 KB
/
brochure.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<!-- google font -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.min.css" />
<link rel="stylesheet" href="./dist/css/style.css" />
<link rel="stylesheet" href="./dist/css/about.css" />
<link rel="shortcut icon" href="./images/NEWLOGO.png" type="image/x-icon" />
<link rel="stylesheet" href="./css//responsive.css" />
<link rel="stylesheet" href="./css//navbar.css" />
<link rel="stylesheet" href="./css/gallery_page.css" />
<link rel="stylesheet" href="./dist/css/brochure.css">
<title>Engineer 2022 | Brochure</title>
</head>
<body class="abt-body">
<header>
<div class="container">
<nav class="main-nav">
<a href="/" class="logo hero-glitch" data-text="ENGINEER">ENGINEER</a>
<button id="nav-button" class="navbar-toggler" type="button" data-bs-toggle="collapse" aria-expanded="false"
aria-label="Toggle navigation">
<svg class="nav-ham" viewBox="0 0 100 100" width="50" onclick="this.classList.toggle('active')">
<path class="nav-ham-line top"
d="m 30,33 h 40 c 0,0 9.044436,-0.654587 9.044436,-8.508902 0,-7.854315 -8.024349,-11.958003 -14.89975,-10.85914 -6.875401,1.098863 -13.637059,4.171617 -13.637059,16.368042 v 40" />
<path class="nav-ham-line middle" d="m 30,50 h 40" />
<path class="nav-ham-line bottom"
d="m 30,67 h 40 c 12.796276,0 15.357889,-11.717785 15.357889,-26.851538 0,-15.133752 -4.786586,-27.274118 -16.667516,-27.274118 -11.88093,0 -18.499247,6.994427 -18.435284,17.125656 l 0.252538,40" />
</svg>
</button>
<ul class="nav-list" id="nav-menu">
<li>
<a href="/" class="nav-link">Home</a>
</li>
<li>
<a href="https://engineer.nitk.ac.in/about" class="nav-link">About</a>
</li>
<li>
<a href="https://engineer.nitk.ac.in/brochure" class="nav-link">Brochure</a>
</li>
<li>
<a href="https://engineer.nitk.ac.in/events" class="nav-link">Events</a>
</li>
<li>
<a href="https://engineer.nitk.ac.in/workshops" class="nav-link">Workshops</a>
</li>
<li>
<a href="https://engineer.nitk.ac.in/gallery" class="nav-link">Gallery</a>
</li>
<li>
<a href="#contact_us" class="nav-link">Contact</a>
</li>
</ul>
</nav>
</div>
</header>
<h2 class="brochure-main-heading">ENGINEER 2K22 Brochure</h2>
<!-- <div class="home-top-space-custom"></div> -->
<section class="brochure-sections-container">
<div class="container">
<div class="align-middle">
<div class="row brochure-row">
<div class="container col-md-6" data-aos="fade-up" data-aos-delay="150" data-aos-easing="ease-out">
<div class="brochure-center">
<h2 class="text-white my-3">About us</h2>
<div class="brochure-section-text">
Back in 2005, the wonders of NITK created a one-of-a-kind platform for creative minds to get acquainted
with the titans of the engineering industry. A slew of
students banded together to organise technical
events, which they collectively came together and
dubbed into one great conglomeration
<strong>
ENGINEER,
NITK's</strong> annual technical symposium. The Penrose
triangle, which challenges the impossible in its
pristine form, serves as the fest's icon, and as the
maxim goes,
<strong>
"THINK, CREATE, ENGINEER".</strong> The 17th
edition of Engineer outperforms its predecessors,
emerging as a nationwide celebration and ranking
second among India's technical fests. Engineer has
become a kaleidoscope of the exhilaration of various
flagship events, racing its way to the pinnacle.
</div>
</div>
</div>
<div class="col-md-6 my-3 about_video" data-aos="fade-up" data-aos-delay="175" data-aos-easing="ease-out">
<img src="./images/NEWLOGO.png" alt="" />
</div>
</div>
</div>
</div>
</section>
<section class="brochure-sections-container">
<div class="container">
<div class="align-middle">
<div class="row brochure-row">
<div class="container col-md-6" data-aos="fade-up" data-aos-delay="150" data-aos-easing="ease-out">
<div class="brochure-center">
<h2 class="text-white my-3">Drone event
</h2>
<div class="brochure-section-text">
In today's world, as technology advances
day by day, Drones are the new talk of Tech
Town, and so we at ENGINEER NITK are
catching up with the gossip. We have asked
all Drone aficionados in this mega-tech
township, that is our country, to showcase
the best of their abilities in designing and
manifesting their ideas into the final
products; we will then acknowledge the
genius that will present the finest of what
we are searching for this ending our search
and we shall rightfully reward him! So get
ready to be blazed by what awaits your eyes
to spectacle!
</div>
</div>
</div>
<div class="col-md-6 my-3 about_video" data-aos="fade-up" data-aos-delay="175" data-aos-easing="ease-out">
<img src="./images/brochure/drone.jpg" alt="" />
</div>
</div>
</div>
</div>
</section>
<section class="brochure-sections-container">
<div class="container">
<div class="align-middle">
<div class="row brochure-row">
<div class="container col-md-6" data-aos="fade-up" data-aos-delay="150" data-aos-easing="ease-out">
<div class="brochure-center">
<h2 class="text-white my-3">Startup </h2>
<div class="brochure-section-text">
Ideas are easy. Implementation is
hard. We at are driven by ENGINEER
NITK this quote in presenting to you
our brand new biz event, Startups.
Climb aboard and you'll get to know
how people put to practice all those
marvelous ideas that pop up in their
noggins.
</div>
</div>
</div>
<div class="col-md-6 my-3 about_video" data-aos="fade-up" data-aos-delay="175" data-aos-easing="ease-out">
<img src="./images/brochure/startup.jpg" alt="" />
</div>
</div>
</div>
</div>
</section>
<section class="brochure-sections-container">
<div class="container">
<div class="align-middle">
<div class="row brochure-row">
<div class="container col-md-6" data-aos="fade-up" data-aos-delay="150" data-aos-easing="ease-out">
<div class="brochure-center">
<h2 class="text-white my-3">EngiXplor </h2>
<div class="brochure-section-text">
Talent must need opportunities to
showcase it, and we at ENGINEER NITK live
by this philosophy. We have brought to you
the "engiXplor" which is a state/nation wide
exam where you will get to display your
talent and interest in various fields of
technology. The rewards will be as
interesting as the mindbenders in this
exam!
</div>
</div>
</div>
<div class="col-md-6 my-3 about_video" data-aos="fade-up" data-aos-delay="175" data-aos-easing="ease-out">
<img src="./images/brochure/engixplor.JPG" alt="" />
</div>
</div>
</div>
</div>
</section>
<section class="brochure-sections-container">
<div class="container">
<div class="align-middle">
<div class="row brochure-row">
<div class="container col-md-6" data-aos="fade-up" data-aos-delay="150" data-aos-easing="ease-out">
<div class="brochure-center">
<h2 class="text-white my-3">EV exhibition</h2>
<div class="brochure-section-text">
Catching pace with the trends,
ENGINEER 2K22 brings you an
exhibition of electric vehicles!
Prepare to see an EV with a battery
in place of a gas tank and an electric
motor in place of an internal
combustion engine. We promise you
that it will be an exhilarating
experience for all EV aficionados.
</div>
</div>
</div>
<div class="col-md-6 my-3 about_video" data-aos="fade-up" data-aos-delay="175" data-aos-easing="ease-out">
<img src="./images/brochure/ev exhibition.JPG" alt="" />
</div>
</div>
</div>
</div>
</section>
<section class="brochure-sections-container">
<div class="container">
<div class="align-middle">
<div class="row brochure-row">
<div class="container col-md-6" data-aos="fade-up" data-aos-delay="150" data-aos-easing="ease-out">
<div class="brochure-center">
<h2 class="text-white my-3">Techmela</h2>
<div class="brochure-section-text">
ENGINEER 2K22 presents TECHMELA, to assist your
inquisitive mind in finding some answers without
getting into troubles. We intend to display
NITKRacing simulator, BAJA Racing track race,
demonstration of top-tier CSD 'Vidhyug' products,
and Robocon lab doors.
</div>
</div>
</div>
<div class="col-md-6 my-3 about_video" data-aos="fade-up" data-aos-delay="175" data-aos-easing="ease-out">
<img src="./images/brochure/techmela.png" alt="" />
</div>
</div>
</div>
</div>
</section>
<section class="brochure-sections-container">
<div class="container">
<div class="align-middle">
<div class="row brochure-row">
<div class="container col-md-6" data-aos="fade-up" data-aos-delay="150" data-aos-easing="ease-out">
<div class="brochure-center">
<h2 class="text-white my-3">Chronus </h2>
<div class="brochure-section-text">
Previous editions of Chronus featured Laser Shows,
Pyrotechnics, Laser Man, and 3D facade projection,
among many other shows that wowed the audience
following arduous competitions.
</div>
</div>
</div>
<div class="col-md-6 my-3 about_video" data-aos="fade-up" data-aos-delay="175" data-aos-easing="ease-out">
<img src="./images/brochure/laser.jpg" alt="" />
</div>
</div>
</div>
</div>
</section>
<section class="brochure-sections-container">
<div class="container">
<div class="align-middle">
<div class="row brochure-row">
<div class="container col-md-6" data-aos="fade-up" data-aos-delay="150" data-aos-easing="ease-out">
<div class="brochure-center">
<h2 class="text-white my-3">Tronix</h2>
<div class="brochure-section-text">
Trailbazers, Symphony, Light of the Seven and various
other robotic events witnesses a footfall of thousands of
people every year.
</div>
</div>
</div>
<div class="col-md-6 my-3 about_video" data-aos="fade-up" data-aos-delay="175" data-aos-easing="ease-out">
<img src="./images/brochure/tronix.jpg" alt="" />
</div>
</div>
</div>
</div>
</section>
<section class="brochure-sections-container">
<div class="container">
<div class="align-middle">
<div class="row brochure-row">
<div class="container col-md-6" data-aos="fade-up" data-aos-delay="150" data-aos-easing="ease-out">
<div class="brochure-center">
<h2 class="text-white my-3">Technites
</h2>
<div class="brochure-section-text">
Technites is a group of tech devotees who are on their
toes to showcase what's emerging on the horizon of
the technological realm. They are filled with the
yearning to exhibit their fascination for technology by
designing and building projects.
</div>
</div>
</div>
<div class="col-md-6 my-3 about_video" data-aos="fade-up" data-aos-delay="175" data-aos-easing="ease-out">
<img src="./images/NEWLOGO.png" alt="" />
</div>
</div>
</div>
</div>
</section>
<section class="brochure-sections-container">
<div class="container">
<div class="align-middle">
<div class="row brochure-row">
<div class="container col-md-6" data-aos="fade-up" data-aos-delay="150" data-aos-easing="ease-out">
<div class="brochure-center">
<h2 class="text-white my-3">Mechanical</h2>
<div class="brochure-section-text">
Robowars is a knock-down format war among bots.
The clash between the robots has statistically and
statically been eye candy which the enthusiasts long
for. We have event Wright Flight, where an electric
plane controlled by radio waves can be seen gliding
away with flying colors.
</div>
</div>
</div>
<div class="col-md-6 my-3 about_video" data-aos="fade-up" data-aos-delay="175" data-aos-easing="ease-out">
<img src="./images/brochure/mechanical.png" alt="" />
</div>
</div>
</div>
</div>
</section>
<section class="brochure-sections-container">
<div class="container">
<div class="align-middle">
<div class="row brochure-row">
<div class="container col-md-6" data-aos="fade-up" data-aos-delay="150" data-aos-easing="ease-out">
<div class="brochure-center">
<h2 class="text-white my-3">Chemical</h2>
<div class="brochure-section-text">
Technites is a committee that hosts events and displays
projects spanning different domains of engineering
with just one motive which is to provide a place for
visitors to hang around and have loads of fun.
</div>
</div>
</div>
<div class="col-md-6 my-3 about_video" data-aos="fade-up" data-aos-delay="175" data-aos-easing="ease-out">
<img src="./images/brochure/IMG_2376.JPG" alt="" />
</div>
</div>
</div>
</div>
</section>
<section class="brochure-sections-container">
<div class="container">
<div class="align-middle">
<div class="row brochure-row">
<div class="container col-md-6" data-aos="fade-up" data-aos-delay="150" data-aos-easing="ease-out">
<div class="brochure-center">
<h2 class="text-white my-3">Civil
</h2>
<div class="brochure-section-text">
The annual Tech fest of NITK boasts of some extremely
creative events related to civil engineering and
architecture. They are a hit especially amongst those
who like getting their hands dirty in the physical realm
of engineering applications.
</div>
</div>
</div>
<div class="col-md-6 my-3 about_video" data-aos="fade-up" data-aos-delay="175" data-aos-easing="ease-out">
<img src="./images/brochure/civil.jpg" alt="" />
</div>
</div>
</div>
</div>
</section>
<section class="brochure-sections-container">
<div class="container">
<div class="align-middle">
<div class="row brochure-row">
<div class="container col-md-6" data-aos="fade-up" data-aos-delay="150" data-aos-easing="ease-out">
<div class="brochure-center">
<h2 class="text-white my-3">Comps
</h2>
<div class="brochure-section-text">
We bring to you everything that encompasses the field
of Computer Science, giving you all real life challenges,
and hands-on experience with some of the hot topics
in Information Technology.
</div>
</div>
</div>
<div class="col-md-6 my-3 about_video" data-aos="fade-up" data-aos-delay="175" data-aos-easing="ease-out">
<img src="./images/brochure/comps.JPG" alt="" />
</div>
</div>
</div>
</div>
</section>
<section class="brochure-sections-container">
<div class="container">
<div class="align-middle">
<div class="row brochure-row">
<div class="container col-md-6" data-aos="fade-up" data-aos-delay="150" data-aos-easing="ease-out">
<div class="brochure-center">
<h2 class="text-white my-3">Bizzwaves
</h2>
<div class="brochure-section-text">
Bizzwaves is a three-day Management Fest which had a
number of events from different domains of Finance,
Human Resource, Marketing and Analytics. There were
also a few Workshops and Symposiums.
</div>
</div>
</div>
<div class="col-md-6 my-3 about_video" data-aos="fade-up" data-aos-delay="175" data-aos-easing="ease-out">
<img src="./images/brochure/bizzwaves.JPG" alt="" />
</div>
</div>
</div>
</div>
</section>
<section class="brochure-sections-container">
<div class="container">
<div class="align-middle">
<div class="row brochure-row">
<div class="container col-md-6" data-aos="fade-up" data-aos-delay="150" data-aos-easing="ease-out">
<div class="brochure-center">
<h2 class="text-white my-3">Astro Committee
</h2>
<div class="brochure-section-text">
Dive into the world of astronomy and space with the
Astronomy Committee as we take you on an
enthralling journey across the universe.
</div>
</div>
</div>
<div class="col-md-6 my-3 about_video" data-aos="fade-up" data-aos-delay="175" data-aos-easing="ease-out">
<img src="./images/brochure/astro.png" alt="" />
</div>
</div>
</div>
</div>
</section>
<section class="brochure-sections-container">
<div class="container">
<div class="align-middle">
<div class="row brochure-row">
<div class="container col-md-6" data-aos="fade-up" data-aos-delay="150" data-aos-easing="ease-out">
<div class="brochure-center">
<h2 class="text-white my-3">Gaming Events
</h2>
<div class="brochure-section-text">
The heat of competitions makes someone sweat while
few others shine. The gamers of a wide range of
popular virtual games who fall under the latter find our
gaming event an opportunity to make it to the top and
claim their space.
</div>
</div>
</div>
<div class="col-md-6 my-3 about_video" data-aos="fade-up" data-aos-delay="175" data-aos-easing="ease-out">
<img src="./images/brochure/gaming.JPG" alt="" />
</div>
</div>
</div>
</div>
</section>
<section class="brochure-sections-container">
<div class="container">
<div class="align-middle">
<div class="row brochure-row">
<div class="container col-md-6" data-aos="fade-up" data-aos-delay="150" data-aos-easing="ease-out">
<div class="brochure-center">
<h2 class="text-white my-3">Engi Connect
</h2>
<div class="brochure-section-text">
Engineer has given back in numerous ways. In the past
Engineer has carried out campaigns on Cauvery Calling,
Beach Clean up Drive. Engineer is also associated with a
NGO Ashraya Foundation providing the needy. Team
Aashraya is a student-led volunteer organization that
works for the holistic welfare of all living beings.
</div>
</div>
</div>
<div class="col-md-6 my-3 about_video" data-aos="fade-up" data-aos-delay="175" data-aos-easing="ease-out">
<img src="./images/NEWLOGO.png" alt="" />
</div>
</div>
</div>
</div>
</section>
<section class="brochure-sections-container">
<div class="container">
<div class="align-middle">
<div class="row brochure-row">
<div class="container col-md-6" data-aos="fade-up" data-aos-delay="150" data-aos-easing="ease-out">
<div class="brochure-center">
<h2 class="text-white my-3">Engi Talk
</h2>
<div class="brochure-section-text">
Experts cutting across from multitude of fields of Art,
Administration, Politics and Defense to name a few
deliver griping and motivating talks on variety of
contemporary issues and participate in active discussions
with audience, leaving a permanent imprint on their
minds.
</div>
</div>
</div>
<div class="col-md-6 my-3 about_video" data-aos="fade-up" data-aos-delay="175" data-aos-easing="ease-out">
<img src="./images/brochure/engi talk.JPG" alt="" />
</div>
</div>
</div>
</div>
</section>
<section class="brochure-sections-container">
<div class="container">
<div class="align-middle">
<div class="row brochure-row">
<div class="container col-md-6" data-aos="fade-up" data-aos-delay="150" data-aos-easing="ease-out">
<div class="brochure-center">
<h2 class="text-white my-3">Pro Shows
</h2>
<div class="brochure-section-text">
Engineer's nights are loaded with stellar performances
by world renowned artists. Thousands can be seen
moving to beat as the ambiance turns jubilant and
exuberant. Be prepared to experience a breathtaking
performance and let music electrify your body.
</div>
</div>
</div>
<div class="col-md-6 my-3 about_video" data-aos="fade-up" data-aos-delay="175" data-aos-easing="ease-out">
<img src="./images/brochure/pro_shows.jpg" alt="" />
</div>
</div>
</div>
</div>
</section>
<section class="brochure-sections-container">
<div class="container">
<div class="align-middle">
<div class="row brochure-row">
<div class="container brochure-center col-md-6" data-aos="fade-up" data-aos-delay="150"
data-aos-easing="ease-out">
<div class="brochure-center">
<h2 class="text-white my-3">DJ Nights
</h2>
<div class="brochure-section-text">
Thumping beats, pumping fists, loud cheers and surreal
energy in the environment the DJ Night catches the
fancy of every party loving youngster. This night has
seen performances from immensely popular
international and national DJs
</div>
</div>
</div>
<div class="col-md-6 my-3 about_video" data-aos="fade-up" data-aos-delay="175" data-aos-easing="ease-out">
<img src="./images/brochure/sunburn.jpg" alt="" />
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="text-center text-lg-start text-white contact_use" id="contact_us"
style="background-color: rgb(20, 20, 20)">
<section class="">
<div class="container text-center text-md-start mt-5">
<div class="row mt-3">
<div class="col-md-3 col-lg-4 col-xl-3 mx-auto mb-4">
<h6 class="text-uppercase fw-bold engineer-logo">Engineer</h6>
<hr class="mb-4 mt-0 d-inline-block mx-auto" style="width: 60px; background-color: #c004d9; height: 2px" />
<p>
Engineer is the Annual Technical Symposium of NITK Surathkal and is one of the
largest of its kind in India.
</p>
</div>
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mb-4">
<h6 class="text-uppercase fw-bold">Discover</h6>
<hr class="mb-4 mt-0 d-inline-block mx-auto" style="width: 60px; background-color: #c004d9; height: 2px" />
<p>
<a href="https://engineer.nitk.ac.in/team" class="text-white link_hover">Our Team</a>
</p>
<p>
<a href="#!" class="text-white link_hover">Brochure</a>
</p>
<p>
<a href="/#timeline" class="text-white link_hover">Schedule</a>
</p>
<p>
<a href="#!" class="text-white link_hover">Suggestions & Feedback</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold">About</h6>
<hr class="mb-4 mt-0 d-inline-block mx-auto" style="width: 60px; background-color: #c004d9; height: 2px" />
<p>
<a href="#" class="text-white link_hover">About Us</a>
</p>
<p>
<a href="https://www.nitk.ac.in/" class="text-white link_hover" target="_blank">NITK</a>
</p>
</div>
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mb-md-0 mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold">Contact</h6>
<hr class="mb-4 mt-0 d-inline-block mx-auto" style="width: 60px; background-color: #c004d9; height: 2px" />
<p>
<i class="fas fa-home mr-3"></i> National Institute of Technology Karnataka,
Surathkal, Mangalore - 575 025
</p>
<p>
<i class="fas fa-envelope mr-3"></i>
<a href="mailto:nitkengineer2022@gmail.com" class="link_hover">nitkengineer2022@gmail.com</a>
</p>
<p>
<i class="fas fa-phone mr-3"></i><a href="tel:+91 8839404484" class="link_hover">+91-8839404484</a>
</p>
</div>
</div>
</div>
</section>
<!-- Section: Links -->
<section class="d-flex justify-content-center p-4 center mt-3" style="background-color: rgb(20, 20, 20)">
<div class="social-icon">
<a href="https://www.facebook.com/EngineerNITK/" class="text-white me-4" target="_blank">
<i class="fab fa-facebook-f"></i>
</a>
<!-- <a href="mailto:nitkengineer2022@gmail.com" class="text-white me-4" target="_blank">
<i class="fab fa-google"></i>
</a> -->
<a href="https://www.instagram.com/engineernitk/" class="text-white me-4" target="_blank">
<i class="fab fa-instagram"></i>
</a>
<a href="https://www.linkedin.com/company/engineer-nitk/mycompany/" class="text-white me-4" target="_blank">
<i class="fab fa-linkedin"></i>
</a>
<a href="/~https://github.com/ENGINEER-NITK" class="text-white me-4" target="_blank">
<i class="fab fa-github"></i>
</a>
<a href="https://www.youtube.com/channel/UCRDGTpGVDYqEkJYlxFEFg4A" class="text-white me-4" target="_blank">
<i class="fab fa-youtube"></i>
</a>
</div>
</section>
<!-- Copyright -->
<div class="text-center p-3 my-3" style="background-color: rgba(20, 20, 20, 1)">
© 2022 Copyright Engineer | Design by
<a class="text-white link_hover" href="/~https://github.com/ENGINEER-NITK/ENGINEER-NITK.github.io">Engineer'22 Web
Team</a>
</div>
<!-- Copyright -->
</footer>
<!-- Scripts -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p"
crossorigin="anonymous"></script>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<!-- Local Scripts -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.js"></script>
<script src="./js/main.js"></script>
</body>
</html>