-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
605 lines (545 loc) · 25.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"></script>
<title>ProfNITT</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
<meta content="" name="descriptison" />
<meta content="" name="keywords" />
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon" />
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet" />
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet" />
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet" />
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet" />
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet" />
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet" />
<link href="ProfNITT_events Page/assets/img/about/favicon.png" rel="icon">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet" />
<link rel="stylesheet" href="style.css" class="rel" />
<!-- =======================================================
* Template Name: KnightOne - v2.1.0
* Template URL: https://bootstrapmade.com/knight-simple-one-page-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top">
<div class="container-fluid">
<div class="row justify-content-center">
<div class="col-xl-9 d-flex align-items-center justify-content-between">
<!-- Uncomment below if you prefer to use an image logo -->
<a href="index.html" class="logo"><img src="ProfNITT_events Page/assets/img/about/logo.png" alt=""
class="img-fluid" /></a>
<nav class="nav-menu d-none d-lg-block">
<ul>
<li class="active"><a href="index.html">Home</a></li>
<li><a href="#about">About</a></li>
<li>
<a href="#events">Events</a>
<!-- <ul>
<li><a href="#investas">Investas</a></li>
<li><a href="#insight">Insight</a></li>
<li><a href="#talk">The Talk</a></li>
<li>
<a href="#guest-lectures">Guest Lectures and Webinars</a>
</li>
</ul> -->
</li>
<li><a href="Members-Page/index.html">Members</a></li>
<li>
<a href="#journey">Projects</a>
<!-- <ul>
<li><a href="#bharatx">BharatX</a></li>
<li><a href="#navriti">Navriti</a></li>
</ul> -->
</li>
<li><a href="#contact">Contact</a></li>
<li><a href="https://medium.com/profnitt-nit-trichy">Blogs</a></li>
</ul>
</nav>
<!-- .nav-menu -->
</div>
</div>
</div>
</header>
<!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex flex-column justify-content-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-8">
<h1>ProfNITT</h1>
<h2>The Finance and Investment club of NIT Trichy.</h2>
</div>
</div>
</div>
</section>
<!-- End Hero -->
<main id="main">
<!-- ======= About Us Section ======= -->
<section id="about" class="about">
<div class="container">
<div class="section-title">
<h2>About Us</h2>
<p>
What started out as a WhatsApp Group among students interested in
finance, <strong>ProfNITT</strong> is now the finance and
investments club of NIT Trichy, with more than 30 members. We aim
to bring about financial literacy among students of NIT-Trichy,
helping them make well-informed monetary decisions.
</p>
</div>
<div class="row content">
<div class="col-lg-6">
<p>
The club conducts several events throughout the year to engage
with the student community such as
</p>
<ul>
<li>
<i class="ri-check-double-line"></i>Knowledge Sharing Sessions
</li>
<li>
<i class="ri-check-double-line"></i>Guest Lectures and
Webinars
</li>
<li><i class="ri-check-double-line"></i>Workshops</li>
<li>
<i class="ri-check-double-line"></i>Case Solving Competitions
</li>
</ul>
</div>
<div class="col-lg-6 pt-4 pt-lg-0">
<p>
The club also aims to empower its members by increasing their
knowledge base in finance related domains, via various
interactions, discussions and industry projects brought with the
help of our strong alumni network.
</p>
<div class="icon-bar">
<div class="icon">
<i class="bx bx-money"></i>
</div>
<div class="icon">
<i class="bx bxs-badge-dollar"></i>
</div>
<div class="icon">
<i class="bx bx-credit-card-front"></i>
</div>
<div class="icon">
<i class="bx bx-line-chart"></i>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End About Us Section -->
<!-- ======= Events Section ======= -->
<section id="events" class="services">
<div class="container">
<div class="section-title">
<h2>Events</h2>
<p>
The Club Conducts various other events throughout the academic
year, to engage with the student community and introduce them to
important concepts and new advancements in finance.
</p>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="icon-box">
<div class="icon"><i class="bx bx-dollar-circle"></i></div>
<h4><a href="">Investas</a></h4>
<p>
Investas is the annual 3-day managerial-fest conducted by
ProfNITT, the Finance and Investments club of NIT Trichy for
Finance Enthusiasts in NIT Trichy and South India.<br />The
2019 edition of Investas was a resounding success with 8 major
events and 5 sponsors, and over 1000 students attending the
fest.
</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-md-0">
<div class="icon-box">
<div class="icon"><i class="bx bx-book-reader"></i></div>
<h4><a href="">Insight</a></h4>
<p>
Every year, a distinguished alumni in the field of finance is
invited to interact with the student community and put forward
their opinions on various upcoming domains of finance.
</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-lg-0">
<div class="icon-box">
<div class="icon">
<i class="bx bx-message-rounded-dots"></i>
</div>
<h4><a href="">The Talk</a></h4>
<p>
Every year we invite a Finance Leader to Campus to share their
journey to the students and give them exposure from an Alumni
who trod a different path to become a pioneer in their field.
</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4">
<div class="icon-box">
<div class="icon"><i class="bx bx-world"></i></div>
<h4><a href="">Guest Lectures and Webinars</a></h4>
<p>
ProfNITT takes pride in having a strong mentor-alumni network,
who are willing to shed light on interesting and important
happenings in the world of finance and take out their time to
interacting with us either offline or online.
</p>
</div>
</div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4">
<div class="icon-box">
<div class="icon"><i class="bx bx-pie-chart-alt-2"></i></div>
<h4><a href="">Case Solving Competitions</a></h4>
<p>
The club also conducts various case-solving competitions
throughout the year, where students try solving real-life
industry problems.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- End Events Section -->
<div class="center">
<button class="button" onclick="window.location.href = 'index-events.html';">
Explore More
</button>
</div>
<!-- ======= Portfolio Section ======= -->
<section id="members" class="portfolio">
<div class="container">
<div class="section-title">
<h2>Members</h2>
<p>Meet the Team</p>
</div>
<div class="row">
<div class="col-lg-12 d-flex justify-content-center">
<ul id="portfolio-flters">
<li data-filter="*" class="filter-active">Core</li>
<!--<li data-filter=".filter-app">Core</li>-->
<!--<li data-filter=".filter-card">Core</li>-->
</ul>
</div>
</div>
<div class="row portfolio-container">
<!-- <div class="col-lg-4 col-md-6 portfolio-item filter-app">
<img src="" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>ANSHUL VISHAL</h4>
<p>President</p>
<a href="negp/assets/img/about/Anshul.jpeg" data-gall="portfolioGallery" class="venobox preview-link" title="App 1"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<img src="negp/assets/img/about/shubham kadam2.jpeg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>SHUBHAM KADAM</h4>
<p>Co-Head</p>
<a href="Sathyam.jpg" data-gall="portfolioGallery" class="venobox preview-link" title="Web 3"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div> -->
<!--<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<img src="Kumar.jpeg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Kumaresh Balaji</h4>
<p>Treasurer</p>
<a href="Kumar.jpg" data-gall="portfolioGallery" class="venobox preview-link" title="App 2"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>-->
<!-- <div class="col-lg-4 col-md-6 portfolio-item filter-card">
<img src="Profnitt Redited events/assets/sathyam_reedited.jpg" class="img-fluid" alt="" />
<div class="portfolio-info">
<h4>ANSHUL VISHAL</h4>
<p>PRESIDENT</p>
<a href="https://www.linkedin.com/in/satyam-gupta-a8a260176/" class="details-link" title="linkedin"><i
class="fab fa-linkedin"></i></a>
</div>
</div> -->
<!--<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<img src="assets/img/portfolio/portfolio-5.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Varsha Bonam</h4>
<p>Core</p>
<a href="assets/img/portfolio/portfolio-5.jpg" data-gall="portfolioGallery" class="venobox preview-link" title="Web 2"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>-->
<!--<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<img src="assets/img/portfolio/portfolio-6.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Mehul Nath Jindal</h4>
<p>Core</p>
<a href="assets/img/portfolio/portfolio-6.jpg" data-gall="portfolioGallery" class="venobox preview-link" title="App 3"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>-->
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<img src="negp/assets/img/about/Anshul.jpeg" class="img-fluid" alt="" />
<div class="portfolio-info">
<h4>ANSHUL VISHAL</h4>
<p>PRESIDENT</p>
<a href="https://www.linkedin.com/in/anshulvishala3815719a/" class="details-link" title="linkedin"><i
class="fab fa-linkedin"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<img src="negp/assets/img/about/shubham kadam2.jpeg" class="img-fluid" alt="" />
<div style="clear:both"></div>
<div class="portfolio-info">
<h4>SHUBHAM KADAM</h4>
<p>VICE PRESIDENT</p>
<a href="https://www.linkedin.com/in/shubhamkadam00/" class="details-link" title="linkedin"><i
class="fab fa-linkedin"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<img src="negp/assets/img/about/sethu k.jpeg" style="float:right" class="img-fluid" alt="" />
<div style="clear:both"></div>
<div class="portfolio-info">
<h4>SETHU KARTHIKEYAN</h4>
<p>PROJECT LEAD</p>
<!--<a href="assets/img/portfolio/portfolio-8.jpg" data-gall="portfolioGallery" class="venobox preview-link" title="Card 3"><i class="bx bx-plus"></i></a>-->
<a href="https://www.linkedin.com/in/tk-sethu-karthikeyan-thiruchirumbalam-10881615a/"
class="details-link" title="linkedin"><i class="fab fa-linkedin"></i></a>
</div>
</div>
<!-- <div class="col-lg-4 col-md-6 portfolio-item filter-card">
<img src="negp/assets/img/about/sethu k.jpeg" style="float:right" class="img-fluid" alt="" />
<div style="clear:both"></div>
<div class="portfolio-info">
<h4>SETHU KARTHIKEYAN</h4>
<p>TECH LEAD</p>
<!--<a href="assets/img/portfolio/portfolio-8.jpg" data-gall="portfolioGallery" class="venobox preview-link" title="Card 3"><i class="bx bx-plus"></i></a>-->
<!-- <a href="https://www.linkedin.com/in/tk-sethu-karthikeyan-thiruchirumbalam-10881615a/"
class="details-link" title="linkedin"><i class="fab fa-linkedin"></i></a>
</div>
</div> -->
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<img src="negp/assets/img/about/AzimDinani -4year (1).jpg" style="float:right" class="img-fluid" alt="" />
<div style="clear:both"></div>
<div class="portfolio-info">
<h4>AZIM Dinani</h4>
<p>SECRETARY</p>
<!--<a href="assets/img/portfolio/portfolio-8.jpg" data-gall="portfolioGallery" class="venobox preview-link" title="Card 3"><i class="bx bx-plus"></i></a>-->
<a href="https://www.linkedin.com/in/azimdinani/?originalSubdomain=in"
class="details-link" title="linkedin"><i class="fab fa-linkedin"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<img src="negp/assets/img/about/ASHVIN_S (1).jpg" style="float:right" class="img-fluid" alt="" />
<div style="clear:both"></div>
<div class="portfolio-info">
<h4>ASWIN SAMAY</h4>
<p>CLUB-COORDINATOR</p>
<!--<a href="assets/img/portfolio/portfolio-8.jpg" data-gall="portfolioGallery" class="venobox preview-link" title="Card 3"><i class="bx bx-plus"></i></a>-->
<a href="https://www.linkedin.com/in/aswins-031441191/?originalSubdomain=in"
class="details-link" title="linkedin"><i class="fab fa-linkedin"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<img src="negp/assets/img/about/ananthkrishanan g.jpeg" align="right" class="img-fluid" alt="" />
<div class="portfolio-info">
<h4>ANANTHAKRISHNAN</h4>
<p>TREASURER</p>
<!--<a href="assets/img/portfolio/portfolio-8.jpg" data-gall="portfolioGallery" class="venobox preview-link" title="Card 3"><i class="bx bx-plus"></i></a>-->
<a href="https://www.linkedin.com/in/anantha-krishnan-621105206" class="details-link" title="linkedin"><i
class="fab fa-linkedin"></i></a>
</div>
</div>
<!--<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<img src="assets/img/portfolio/portfolio-9.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Team Member 4</h4>
<p>Team</p>
<a href="assets/img/portfolio/portfolio-9.jpg" data-gall="portfolioGallery" class="venobox preview-link" title="Web 3"><i class="bx bx-plus"></i></a>
<a href="portfolio-details.html" class="details-link" title="More Details"><i class="bx bx-link"></i></a>
</div>
</div>-->
</div>
</div>
</section>
<!-- <div class="center">
<button class="button" onclick="window.location.href = 'Members-Page/index.html';">
Click To Know Us More!
</button>
</div> -->
<!-- End Portfolio Section -->
<!-- End Portfolio Section -->
<!-- ======= Pricing Section ======= -->
<section id="journey" class="pricing">
<div class="container">
<div class="section-title">
<h2>Journey</h2>
<div class="wrapper">
<img src="journey.jpeg" class="pricing" />
</div>
</div>
</div>
</section>
<!-- End Pricing Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container">
<div class="section-title">
<h2>Contact</h2>
<p>
Please get in touch and our expert support team will answer all
your questions
</p>
</div>
</div>
<div>
<iframe style="border: 0; width: 100%; height: 350px"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3919.6824538839965!2d78.81102941480056!3d10.758938092333393!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3baa8d47758e1ae1%3A0xb3e16389eeab05a!2sNational%20Institute%20of%20Technology%20Tiruchirappalli!5e0!3m2!1sen!2sin!4v1610128806565!5m2!1sen!2sin"
frameborder="0" allowfullscreen></iframe>
</div>
<div class="container">
<div class="row mt-5">
<div class="col-lg-4">
<div class="info">
<div class="address">
<i class="ri-map-pin-line"></i>
<h4>Location:</h4>
<p>ProfNITT</p>
<p>National Institute of Technology</p>
<p>Tanjore Main Road, NH67, near BHEL</p>
<p>Tiruchirappalli, Tamil Nadu 620015</p>
</div>
<div class="email">
<i class="ri-mail-line"></i>
<h4>Email:</h4>
<p>[email protected]</p>
</div>
<div class="phone">
<i class="ri-phone-line"></i>
<h4>Call:</h4>
<p>+91 97789 60737</p>
</div>
</div>
</div>
<div class="col-lg-8 mt-5 mt-lg-0">
<form id="query-form"
action="https://script.google.com/macros/s/AKfycbxhaJdty9YgNhAdHMzPSJl7CXm0zFOP3sbMxxK4cvOKq56voI-A0sZcSw/exec"
class="php-email-form">
<div class="form-row">
<div class="col-md-6 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="validate"></div>
</div>
<div class="col-md-6 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="validate"></div>
</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="validate"></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="validate"></div>
</div>
<div class="mb-3">
<div class="loading">Loading</div>
</div>
<div class="text-center">
<button type="submit">Send Message</button>
</div>
</form>
<script>
const scriptURL =
"https://script.google.com/macros/s/AKfycbxhaJdty9YgNhAdHMzPSJl7CXm0zFOP3sbMxxK4cvOKq56voI-A0sZcSw/exec";
const form = document.querySelector("#query-form");
form.addEventListener("submit", (e) => {
e.preventDefault();
fetch(scriptURL, {
method: "POST",
body: new FormData(form),
})
.then((response) => {
console.log("Accepted", response);
document.getElementById("query-form").reset();
})
.catch((error) => {
console.error("Error!", error.message);
});
});
</script>
</div>
</div>
</div>
</section>
<!-- End Contact Section -->
</main>
<!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container">
<a href="index.html" class="logo"><img src="assets/img/logo.png" alt="" class="img-fluid" /></a>
<p>The Finance and Investments Club of NIT Trichy</p>
<div class="social-links">
<a href="https://www.facebook.com/profnitt/" class="facebook"><i class="bx bxl-facebook"></i></a>
<a href="https://www.instagram.com/profnitt/?igshid=jii9l3tsfr99" class="instagram"><i
class="bx bxl-instagram"></i></a>
<a href="https://in.linkedin.com/company/profnitt" class="linkedin"><i class="bx bxl-linkedin"></i></a>
</div>
<div class="copyright">
© Copyright <strong><span>ProfNITT</span></strong>. All Rights Reserved
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/knight-simple-one-page-bootstrap-template/ -->
Designed by <strong>ProfNITT,NIT Trichy</strong>
</div>
</div>
</footer>
<!-- End Footer -->
<div id="preloader"></div>
<a href="#" class="back-to-top"><i class="ri-arrow-up-line"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/counterup/counterup.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<script src="main.js"></script>
</body>
</html>