-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcourses.html
551 lines (485 loc) · 26 KB
/
courses.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Samudramanthan</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link rel="icon" type="image/x-icon" href="assets/img/favicon.ico">
<!-- <link href="assets/img/favicon.jpg" rel="icon" type="image/x-icon">
<link href="assets/img/logo.png" rel="apple-touch-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/animate.css/animate.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.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/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- =======================================================
* Template Name: Mentor - v4.9.1
* Template URL: https://bootstrapmade.com/mentor-free-education-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top">
<div class="container d-flex align-items-center">
<!-- <h1 class="logo me-auto"><a href="index.html">Samudramanthan</a></h1> -->
<!-- Uncomment below if you prefer to use an image logo -->
<a href="index.html" class="logo me-auto"><img src="assets/img/logo.png" alt="" class="img-fluid"></a>
<nav id="navbar" class="navbar order-last order-lg-0">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a class="active" href="courses.html">Events</a></li>
<li><a href="trainers.html">Team</a></li>
<li><a href="events.html">Gallery</a></li>
<!-- <li><a href="pricing.html">Pricing</a></li> -->
<!-- <li><a href="pricing.html">Shop</a></li> -->
<!-- <li class="dropdown"><a href="#"><span>Drop Down</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="#">Drop Down 1</a></li>
<li class="dropdown"><a href="#"><span>Deep Drop Down</span> <i class="bi bi-chevron-right"></i></a>
<ul>
<li><a href="#">Deep Drop Down 1</a></li>
<li><a href="#">Deep Drop Down 2</a></li>
<li><a href="#">Deep Drop Down 3</a></li>
<li><a href="#">Deep Drop Down 4</a></li>
<li><a href="#">Deep Drop Down 5</a></li>
</ul>
</li>
<li><a href="#">Drop Down 2</a></li>
<li><a href="#">Drop Down 3</a></li>
<li><a href="#">Drop Down 4</a></li>
</ul>
</li> -->
<!-- <li><a href="contact.html">Contact</a></li> -->
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
<a href="https://rzp.io/l/sm23reg" class="get-started-btn">Register</a>
</div>
</header><!-- End Header -->
<main id="main" data-aos="fade-in">
<!-- ======= Breadcrumbs ======= -->
<div class="breadcrumbs">
<div class="container">
<h2>Events</h2>
<!-- <p>Est dolorum ut non facere possimus quibusdam eligendi voluptatem. Quia id aut similique quia voluptas sit quaerat debitis. Rerum omnis ipsam aperiam consequatur laboriosam nemo harum praesentium. </p> -->
</div>
</div><!-- End Breadcrumbs -->
<h5 class="spons_txt my-4">Schedule</h5>
<div class="schedule"><img src="assets/img/schedule.jpg" alt=""></div>
<section class="notice my-4"><h5>All the event submission deadlines for round 1 have been extended to March 30.</h5></section>
<!-- ======= Courses Section ======= -->
<section id="courses" class="courses">
<div class="container" data-aos="fade-up">
<div class="row" data-aos="zoom-in" data-aos-delay="100">
<div class="col-lg-4 col-md-6 d-flex align-items-stretch">
<div class="course-item">
<img src="assets\img\To The Rescue-1.jpg" class="img-fluid" alt="...">
<div class="course-content">
<div class="d-flex justify-content-between align-items-center mb-3">
<h4>Ship Event</h4>
<!-- <p class="price">$169</p> -->
</div>
<h3><a href="To-The-Rescue.html">To The Rescue</a></h3>
<p>Rescue ships know no limits they are
put to sea when others seek the
protection. To The Rescue is an aqua
robotic event in which the participants
will have to design and build a remote
controlled rescue ship. The ship will
rescue stranded ships and as well as
extinguish fires. This event challenges
the upcoming naval architects and
marine engineers and may help you
identify them.
</p>
<!-- <div class="trainer d-flex justify-content-between align-items-center"> -->
<!-- <div class="trainer-profile d-flex align-items-center">
<img src="assets/img/trainers/trainer-1.jpg" class="img-fluid" alt="">
<span>Antonio</span>
</div>
<div class="trainer-rank d-flex align-items-center">
<i class="bx bx-user"></i> 50
<i class="bx bx-heart"></i> 65
</div> -->
<!-- </div> -->
</div>
</div>
</div> <!-- End Course Item-->
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-md-0">
<div class="course-item">
<img src="assets\img\Green Shipping-1.jpg" class="img-fluid" alt="...">
<div class="course-content">
<div class="d-flex justify-content-between align-items-center mb-3">
<h4>Doc Event</h4>
<!-- <p class="price">$250</p> -->
</div>
<h3><a href="Green-Shipping.html">Green Shipping</a></h3>
<p>Green shipping is when people or goods
are transported through ships using
minimum resources and energy as
possible, to protect the environment from
the pollutants generated by the ships.
Green shipping promotes cleaner
practices to enforce emission control,
efficient port management, and
equipment management. These solutions
may be the next step you need for your
firm/shipyard.</p>
<!-- <div class="trainer d-flex justify-content-between align-items-center"> -->
<!-- <div class="trainer-profile d-flex align-items-center">
<img src="assets/img/trainers/trainer-2.jpg" class="img-fluid" alt="">
<span>Lana</span>
</div>
<div class="trainer-rank d-flex align-items-center">
<i class="bx bx-user"></i> 35
<i class="bx bx-heart"></i> 42
</div> -->
<!-- </div> -->
</div>
</div>
</div> <!-- End Course Item-->
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-md-0">
<div class="course-item">
<img src="assets\img\Innotect-1.jpg" class="img-fluid" alt="...">
<div class="course-content">
<div class="d-flex justify-content-between align-items-center mb-3">
<h4>Doc Event</h4>
<!-- <p class="price">$250</p> -->
</div>
<h3><a href="Innotect.html">Innotect</a></h3>
<p>
Innotect this year brings up a new challenge where you, the participant, will have to solve a problem provided by us on a random experiment. The answer which is closest to the experimental value will win it all. Are you ready to test your knowledge and prove that you are one of the best, upcoming Naval Architects of India.
</p>
<!-- <div class="trainer d-flex justify-content-between align-items-center"> -->
<!-- <div class="trainer-profile d-flex align-items-center">
<img src="assets/img/trainers/trainer-2.jpg" class="img-fluid" alt="">
<span>Lana</span>
</div>
<div class="trainer-rank d-flex align-items-center">
<i class="bx bx-user"></i> 35
<i class="bx bx-heart"></i> 42
</div> -->
<!-- </div> -->
</div>
</div>
</div> <!-- End Course Item-->
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-lg-0">
<div class="course-item">
<img src="assets\img\Quizzards-1.jpg" class="img-fluid" alt="...">
<div class="course-content">
<div class="d-flex justify-content-between align-items-center mb-3">
<h4>Casual Event</h4>
<!-- <p class="price">$180</p> -->
</div>
<h3><a href="Quizzards.html">Quizzards</a></h3>
<p>The Quizzards quiz provides a platform for the
nation’s sharpest minds to compete and showcase
their knowledge. The event tasks participants with
taking on thought-provoking challenges that
progressively become difficult over different
rounds.Battling through unique challenges,
Quizzard’s winners are crowned based on their
reaction times and in-depth understanding of the
naval architecture and marine engineering
fields.This is the perfect opportunity to pit their
minds against the top budding engineers of India.
</p>
<!-- <div class="trainer d-flex justify-content-between align-items-center">
<div class="trainer-profile d-flex align-items-center">
<img src="assets/img/trainers/trainer-3.jpg" class="img-fluid" alt="">
<span>Brandon</span>
</div>
<div class="trainer-rank d-flex align-items-center">
<i class="bx bx-user"></i> 20
<i class="bx bx-heart"></i> 85
</div>
</div> -->
</div>
</div>
</div> <!-- End Course Item-->
<!-- <div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-lg-0">
<div class="course-item">
<img src="assets\img\B-Build-1.jpg" class="img-fluid" alt="...">
<div class="course-content">
<div class="d-flex justify-content-between align-items-center mb-3">
<h4>Ship Event</h4>
</div>
<h3><a href="B-Build.html">B-Build (Buoy - Build)</a></h3>
<p>Buoys are made to withstand
all types of conditions. The
competition aims to test the
creativity, engineering skills,
and resourcefulness of the
participants as they work to
design a buoy that is not only
strong and durable, but also
has an extra feature that sets it
apart from traditional buoys.
Your firm may get its next
innovative design from this
competition.</p> -->
<!-- <div class="trainer d-flex justify-content-between align-items-center">
<div class="trainer-profile d-flex align-items-center">
<img src="assets/img/trainers/trainer-3.jpg" class="img-fluid" alt="">
<span>Brandon</span>
</div>
<div class="trainer-rank d-flex align-items-center">
<i class="bx bx-user"></i> 20
<i class="bx bx-heart"></i> 85
</div>
</div> -->
<!-- </div>
</div>
</div> End Course Item -->
<!-- <div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-lg-0">
<div class="course-item">
<img src="assets\img\Boat-Expo-1.jpg" class="img-fluid" alt="...">
<div class="course-content">
<div class="d-flex justify-content-between align-items-center mb-3">
<h4>Ship Event</h4>
</div>
<h3><a href="Boat_Expo.html">Boat Expo</a></h3>
<p>
BoatExpo gives you a platform to present your boat and outshine others through your intelligent design and applications along with its constituent parameters. Present your boat explaining what went into the designing and manufacturing of the same. Samudramanthan welcomes teams from colleges all over India to take part in this unique and challenging contest!
</p> -->
<!-- <div class="trainer d-flex justify-content-between align-items-center">
<div class="trainer-profile d-flex align-items-center">
<img src="assets/img/trainers/trainer-3.jpg" class="img-fluid" alt="">
<span>Brandon</span>
</div>
<div class="trainer-rank d-flex align-items-center">
<i class="bx bx-user"></i> 20
<i class="bx bx-heart"></i> 85
</div>
</div> -->
<!-- </div>
</div>
</div> End Course Item -->
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-lg-0">
<div class="course-item">
<img src="assets\img\Paper Prep-1.jpg" class="img-fluid" alt="...">
<div class="course-content">
<div class="d-flex justify-content-between align-items-center mb-3">
<h4>Doc Event</h4>
<!-- <p class="price">$180</p> -->
</div>
<h3><a href="Paper Prep.html">Paper Prep</a></h3>
<p>As budding researchers and
engineers, new innovations and ideas
should have the proper platforms for
discussion, idea-exchanges, and
positive feedback. Paper prep is a
conducive platform where industry
experts and IIT Kharagpur professors
evaluate and ideate on diverse topics
studied by our participants. And who
knows, the next innovation you may
be looking to implement may just be
waiting to be discovered in this event!</p>
<!-- <div class="trainer d-flex justify-content-between align-items-center">
<div class="trainer-profile d-flex align-items-center">
<img src="assets/img/trainers/trainer-3.jpg" class="img-fluid" alt="">
<span>Brandon</span>
</div>
<div class="trainer-rank d-flex align-items-center">
<i class="bx bx-user"></i> 20
<i class="bx bx-heart"></i> 85
</div>
</div> -->
</div>
</div>
</div> <!-- End Course Item-->
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-lg-0">
<div class="course-item">
<img src="assets/img/treasure_414x414.jpg" class="img-fluid" alt="...">
<div class="course-content">
<div class="d-flex justify-content-between align-items-center mb-3">
<h4>Casual Event</h4>
<!-- <p class="price">$180</p> -->
</div>
<h3><a href="Treasure_Hunt.html">Treasure Hunt</a></h3>
<p>Treasure Hunt is a fun event
that will puts the participants
leadership, communication,
and ability to solve problems
skills to the test.Who said
engineering had to be hard
work? This is the perfect event
for you if you enjoy exploring
and solving puzzles!
Reach a large and diverse
group of people in a fun and
interactive way.</p>
</div>
</div>
</div> <!-- End Course Item-->
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-lg-0">
<div class="course-item">
<img src="assets\img\Capture The Water-1.jpg" class="img-fluid" alt="...">
<div class="course-content">
<div class="d-flex justify-content-between align-items-center mb-3">
<h4>Casual Event</h4>
<!-- <p class="price">$180</p> -->
</div>
<h3><a href="Capture-The-Water.html">Capture the Water</a></h3>
<p>Are you a fan of photography seeking for a chance to show off your talents and claim fantastic rewards? Take a look at "Capture the Water," a photography contest that encourages you to record life's ephemeral moments and turn them into works of art.
</p>
</div>
</div>
</div> <!-- End Course Item-->
<!-- <div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-lg-0">
<div class="course-item">
<img src="assets/img/treasure_414x414.jpg" class="img-fluid" alt="...">
<div class="course-content">
<div class="d-flex justify-content-between align-items-center mb-3">
<h4>Ship Event</h4>
<p class="price">$180</p>
</div>
<h3><a href="commingsoon.html">Boat Expo</a></h3>
<p>Treasure Hunt is a fun event
that will puts the participants
leadership, communication,
and ability to solve problems
skills to the test.Who said
engineering had to be hard
work? This is the perfect event
for you if you enjoy exploring
and solving puzzles!
Reach a large and diverse
group of people in a fun and
interactive way.</p>
<div class="trainer d-flex justify-content-between align-items-center">
<div class="trainer-profile d-flex align-items-center">
<img src="assets/img/trainers/trainer-3.jpg" class="img-fluid" alt="">
<span>Brandon</span>
</div>
<div class="trainer-rank d-flex align-items-center">
<i class="bx bx-user"></i> 20
<i class="bx bx-heart"></i> 85
</div>
</div>
</div>
</div>
</div> End Course Item -->
<!-- <div>
<div class="col-lg-4 col-md-6 d-flex align-items-stretch mt-4 mt-lg-0">
<div class="course-item">
<img src="assets\img\Capture The Water-1.jpg" class="img-fluid" alt="...">
<div class="course-content">
<div class="d-flex justify-content-between align-items-center mb-3">
<h4>Casual Event</h4>
<p class="price">$180</p>
</div>
<h3><a href="Capture-The-Water.html">Capture the Water</a></h3>
<p>Are you a fan of photography seeking for a chance to show off your talents and claim fantastic rewards? Take a look at "Capture the Art," a photography contest that encourages you to record life's ephemeral moments and turn them into works of art.</p>
<div class="trainer d-flex justify-content-between align-items-center">
<div class="trainer-profile d-flex align-items-center">
<img src="assets/img/trainers/trainer-3.jpg" class="img-fluid" alt="">
<span>Brandon</span>
</div>
<div class="trainer-rank d-flex align-items-center">
<i class="bx bx-user"></i> 20
<i class="bx bx-heart"></i> 85
</div>
</div>
</div>
</div>
</div>End Course Item -->
</div>
</section><!-- End Courses Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-contact">
<h3>NAROES</h3>
<h3 style="color:#1338BE"></h3>
<p>
Indian Institute of Technology Kharagpur <br>
Kharagpur, West Bengal 721302<br>
India <br><br>
<!-- <strong>Phone:</strong> +1 5589 55488 55<br> -->
<strong>Email:</strong> [email protected]<br>
<strong>Phone:</strong> 9643374643 / 8197058418<br>
</p>
</div>
<div class="col-lg-2 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="#">Home</a></li>
<!-- <li><i class="bx bx-chevron-right"></i> <a href="https://oena-portal.netlify.app/index.html"
target="blank">OENA Portal</a></li> -->
<li><i class="bx bx-chevron-right"></i> <a href="#">Events</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Team</a></li>
<!-- <li><i class="bx bx-chevron-right"></i> <a href="#">Contact</a></li> -->
</ul>
</div>
<!-- <div class="col-lg-3 col-md-6 footer-links">
<h4>Our Services</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="#">Web Design</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Web Development</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Product Management</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Marketing</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Graphic Design</a></li>
</ul>
</div> -->
</div>
</div>
</div>
<div class="container d-md-flex py-4">
<div class="me-md-auto text-center text-md-start">
<div class="copyright">
© Copyright <strong><span>Mentor</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/mentor-free-education-bootstrap-theme/ -->
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
</div>
<div class="social-links text-center text-md-right pt-3 pt-md-0">
<a href="https://www.facebook.com/samudramanthan.iitkgp/" class="facebook"><i class="bx bxl-facebook"></i></a>
<a href="https://www.instagram.com/samudramanthan.iitkgp/" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="https://www.linkedin.com/company/samudra-manthan-iit-kharagpur/" class="linkedin"><i class="bx bxl-linkedin"></i></a>
</div>
</div>
</footer><!-- End Footer -->
<div id="preloader"></div>
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>