-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
566 lines (465 loc) Β· 30.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Home | thrustMIT</title>
<meta content="" name="description">
<meta content="" name="keywords">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Official Website of thrustMIT | India's Top Student Rocketry Team ππ" />
<meta name="author" content="Utkarsh & Vanshitha" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css">
<!-- Favicons -->
<link href="https://ik.imagekit.io/wns4q4r9n2/misc/black_logo__xHFqm2z7I.png" rel="icon">
<!-- Google Fonts -->
<link rel="stylesheet" href="https://use.typekit.net/fij0rxo.css">
<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/glightbox/css/glightbox.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">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top d-flex align-items-center header-transparent ">
<div class="container d-flex align-items-center justify-content-between">
<div class="logo">
<h1><a ></a></h1>
<a href="index.html"><img src="assets/img/logo_text_white.png" alt="" class="img-fluid"></a>
</div>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto active" href="#hero">Home</a></li>
<li><a class="nav-link scrollto" href="#about">About</a></li>
<li><a class="nav-link scrollto" href="#subsystem">Subsystem</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle nav-link scrollto" href="#projects" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Projects
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="project.html#agniastra"><img
width="40"
height="30"
style="padding-right: 10px;"
src="https://ik.imagekit.io/sayou7z5b/mission%20patch%20aligned%20for%20printing_1_.png?updatedAt=1715598341088"
/><span class="project-dropdown">AgniAstra</span></a>
</li>
<li><a class="dropdown-item" href="project.html#altair"><img
width="40"
height="30"
style="padding-right: 10px;"
src="https://ik.imagekit.io/sayou7z5b/altair.png?updatedAt=1697717242675"
/><span class="project-dropdown">Altair</span></a>
</li>
<li><a class="dropdown-item" href="project.html#rayquaza"><img
width="40"
height="30"
style="padding-right: 10px;"
src="https://ik.imagekit.io/2wpcbxztl/rayquaza_dSTXkYGkn.jpg?ik-sdk-version=javascript-1.4.3&updatedAt=1665509884060"
/><span class="project-dropdown">Rayquaza</span></a>
</li>
<li><a class="dropdown-item" href="project.html#phoenix"><img
width="40"
height="30"
style="padding-right: 10px;"
src="https://ik.imagekit.io/2wpcbxztl/5_cILftpLoU.png?ik-sdk-version=javascript-1.4.3&updatedAt=1665509374722"
/><span class="project-dropdown">Phoenix</span></a>
</li>
<li><a class="dropdown-item" href="project.html#arya"><img
width="40"
height="30"
style="padding-right: 10px;"
src="https://ik.imagekit.io/wns4q4r9n2/Projects/Arya-final_tbMM207iL.png"
/><span class="project-dropdown">Arya</span></a>
</li>
<li><a class="dropdown-item" href="project.html#vyom"><img
width="40"
height="30"
style="padding-right: 10px;"
src="https://ik.imagekit.io/wns4q4r9n2/Projects/VYOM_qJu7m0lQIQ.png"
/><span class="project-dropdown">Vyom</span></a>
</li>
</ul>
</li>
<li><a class="nav-link scrollto " href="#sponsors">Sponsors</a></li>
<li><a href="team.html"><span>Team</span> </a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="alumni.html" role="button" aria-expanded="false">
Alumni
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="alumni.html#2023">2023</a></li>
<li><a class="dropdown-item" href="alumni.html#2022">2022</a></li>
<li><a class="dropdown-item" href="alumni.html#2021">2021</a></li>
<!--Added href for Alumni 2020 Batch-->
<li><a class="dropdown-item" href="alumni.html#2020">2020</a></li>
<li><a class="dropdown-item" href="alumni.html#2019">2019</a></li>
<li><a class="dropdown-item" href="alumni.html#2018">2018</a></li>
</ul>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle nav-link" href="" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Media
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="pictures.html">Images</a></li>
<!-- <li><a class="dropdown-item" href="video.html">Videos</a></li> -->
<li><a class="dropdown-item" href="https://www.blogger.com/profile/05035701286142625642" target="_blank">Blog</a></li>
</ul>
</li>
<li><a class="nav-link scrollto" href="#contact">Contact Us</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex flex-column justify-content-end align-items-center">
<div id="heroCarousel" data-bs-interval="5000" class="container carousel carousel-fade" data-bs-ride="carousel">
<div class="typewriter">
<h1><font size="6"><b>Defying Gravity Beyond Mach.</b></font></h1>
</div>
<div class="carousel-item active">
<div class="carousel-container">
<center>
<video autoplay muted loop id="myVideo">
<source src="vid5.mp4" type="video/mp4">
</video>
</center>
</div>
</div>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= About Section ======= -->
<section id="about" class="about">
<div class="container">
<font color="white">
<div class="section-title" data-aos="zoom-out">
<h2>About</h2>
<p>Who we are</p>
</div>
<div class="row content" data-aos="fade-up">
<p>
<h2>India's Top Student Rocketry Team!</h2>
</p>
<p>thrustMIT started off in early 2016 as a group of rocket enthusiasts with the aim of promoting High-Power-Rocketry in India. The team takes part in the Spaceport America Cup, which is the biggest platform in the world for students to showcase their rocketry skills. We are currently the top team in India and one of the top teams in Asia.
</p>
<p>
The team has competed in several editions of the Spaceport America Cup since 2016. Our rockets, Vyom, Arya and Rayquaza earned Spot awards for design and team professionalism in 2018, 2019 and 2022 and were well received by the judges and other competitors. Altair was our latest rocket for the year 2023, it was our first rocket to have a successful recovery and this was our closest ever launch with an apogee of 10,331 ft. In 2022, our rocket Rayquaza came 4th in the James Barrowman Award. In 2016 and 2018, we were featured in India's biggest magazines, Composite Today, India Times, and Bangalore Mirror.
</p>
<!-- Removed Unnecessary Spacing -->
</div>
</font>
</div>
</section><!-- End About Section -->
<!-- ======= subsystem Section ======= -->
<section id="subsystem" class="subsytem">
<div class="container">
<div class="section-title" data-aos="zoom-out">
<h2>Subsystems</h2>
<p>Our Subsystems</p>
</div>
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="icon-box" data-aos="zoom-in-left">
<div class="icon"><img width="180" height="190" src="https://ik.imagekit.io/wns4q4r9n2/Icons/aero_5Xp-EN1IL.png"></div>
<h4 class="title"><a >AERODYNAMICS</a></h4>
<p class="description"><font color="white">Aerodynamics subsystem ensures that the rocket follows the correct trajectory and has optimum efficiency. It involves designing fins, nose cone and performing CFD simulations to analyse the aerodynamic forces, flow pattern and stability of the rocket. Major experimental projects include supersonic simulations, air brakes, and designing active control surfaces.
</font></p>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-5 mt-md-0">
<div class="icon-box" data-aos="zoom-in-left" data-aos-delay="100">
<div class="icon"><img width="175" height="190" src="https://ik.imagekit.io/wns4q4r9n2/Icons/avio_23Dw6VIUg.webp?updatedAt=1726577672366"></div>
<h4 class="title"><a >AVIONICS</a></h4>
<p class="description"><font color="white">The Avionics subsystem develops the flight computer for our rocket. It involves programming a multitude of sensors to track live rocket data. We also develop systems like air brakes and reaction control systems. We are further looking into data compression and video telemetry. We are working on an autonomous antenna tracker system to track our rocket in flight.
</font></p>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-5 mt-lg-0">
<div class="icon-box" data-aos="zoom-in-left" data-aos-delay="200">
<div class="icon"><img width="205" height="200" src="https://ik.imagekit.io/wns4q4r9n2/Icons/management2_OyNmikzQv.png"></div>
<h4 class="title"><a >MANAGEMENT</a></h4>
<p class="description"><font color="white">Management is responsible for the smooth functioning of the entire team. Finance & Sponsorship monitors the Teamβs budget and plans and executes successful strategies for sponsorship. We make sure that our team gets all the materials required. We also manage our website and social media handles.
</font></p>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-5">
<div class="icon-box" data-aos="zoom-in-left" data-aos-delay="300">
<div class="icon"><img width="250" height="190" src="https://ik.imagekit.io/wns4q4r9n2/Icons/cubesat_XiXV1MBaCH.webp?updatedAt=1726577726294"></div>
<h4 class="title"><a >PAYLOAD & RESEARCH</a></h4>
<p class="description"><font color="white">Payload and Research is an interdisciplinary subsystem which develops the payload and research on various aspects of rocketry and beyond. Research into Radial Deployment of our Payloads, Supersonic Aerodynamic Profiles, Optimization of CFD using Deep Learning and Optimization of Apogee Prediction Algorithms using Machine Learning is underway.
</font></p>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-5">
<div class="icon-box" data-aos="zoom-in-left" data-aos-delay="300">
<div class="icon"><img width="200" height="210" src="https://ik.imagekit.io/wns4q4r9n2/Icons/P_sHgzgnqvW.png"></div>
<h4 class="title"><a >PROPULSION</a></h4>
<p class="description"><font color="white">The Propulsion Subsystem develops the rocket engine. We plan to build the first student developed Liquid Rocket Engine in India. Research into Solid Rocket Fuel, Ignitors, Design Optimization, Thrust Vector Control and Reaction Control System Design is underway.
</font></p>
</div>
</div>
<div class="col-lg-4 col-md-6 mt-5">
<div class="icon-box" data-aos="zoom-in-left" data-aos-delay="300">
<div class="icon"><img width="180" height="180" src="https://ik.imagekit.io/wns4q4r9n2/Icons/S_FJCWQ48aF.png"></div>
<h4 class="title"><a >STRUCTURES</a></h4>
<p class="description"><font color="white">Structures is responsible for the design of the rocket exterior and interior. We perform composite and structural simulations of the rocket airframe and internal components. Structures is responsible for the structural stability and safety of the rocket. We are also working on a static motor ground testing rig.</font></p>
</div>
</div>
</div>
</div>
</section>
<!-- ======= projects Section ======= -->
<section id="projects" class="projects">
<div class="container">
<div class="section-title" data-aos="zoom-out">
<h2>Projects</h2>
<p>Our Rockets</p>
</div>
<div class="row">
<div class="col-lg-4 col-xl-6" onclick="location.href='project.html#vyom';">
<div class="icon-box" data-aos="zoom-in-left">
<div class="icon"><img width="180" height="170" src="https://ik.imagekit.io/wns4q4r9n2/Projects/VYOM_qJu7m0lQIQ.png"></div>
<h4 class="title"><a href="">VYOM 2018</a></h4>
<p class="description"><font color="white">Spaceport America Cup 2018<br>Weight: 26kg<br>Apogee: 1.2km<br>Payload: Non Functioning</font></p>
</div>
</div>
<div class="col-lg-4 col-xl-6 mt-5 mt-md-0" onclick="location.href='project.html#arya';">
<div class="icon-box" data-aos="zoom-in-left" data-aos-delay="100">
<div class="icon"><img width="185" height="180" src="https://ik.imagekit.io/wns4q4r9n2/Projects/Arya-final_tbMM207iL.png"></div>
<h4 class="title"><a href="">ARYA 2019</a></h4>
<p class="description"><font color="white">Spaceport America Cup 2019<br>Weight: 24kg<br>Apogee: 3km<br>Payload: Non-Newtonian Fluid Damper</font></p>
</div>
</div>
<div class="col-lg-4 col-xl-6 mt-5 " onclick="location.href='project.html#phoenix';">
<div class="icon-box" data-aos="zoom-in-left" data-aos-delay="200">
<div class="icon"><img width="220" height="210" src="https://ik.imagekit.io/2wpcbxztl/5_cILftpLoU.png?ik-sdk-version=javascript-1.4.3&updatedAt=1665509374722"></div>
<h4 class="title"><a href="">PHOENIX 2021</a></h4>
<p class="description"><font color="white">Spaceport America Cup 2021<br>Weight: 36kg<br>Apogee: 3km<br>Payload: Piezo-Electric Device to detect Vibrations</font></p>
</div>
</div>
<div class="col-lg-4 col-xl-6 mt-5" onclick="location.href='project.html#rayquaza';">
<div class="icon-box" data-aos="zoom-in-left" data-aos-delay="300">
<div class="icon"><img width="190" height="190" src="https://ik.imagekit.io/2wpcbxztl/rayquaza_dSTXkYGkn.jpg?ik-sdk-version=javascript-1.4.3&updatedAt=1665509884060"></div>
<h4 class="title"><a href="">RAYQUAZA 2022</a></h4>
<p class="description"><font color="white">Spaceport America Cup 2022<br>Weight: 26kg<br>Apogee: 3.55km<br>Payload: Acoustic Dampening of CNT</font> </p>
</div>
</div>
<div class="col-lg-4 col-xl-6 mt-5" onclick="location.href='project.html#altair';">
<div class="icon-box" data-aos="zoom-in-left" data-aos-delay="400">
<div class="icon"><img width="180" height="170" src="https://ik.imagekit.io/sayou7z5b/altair.png?updatedAt=1697717242675"></div>
<h4 class="title"><a href="">ALTAIR 2023</a></h4>
<p class="description"><font color="white">Spaceport America Cup 2023<br>Weight: 30kg<br>Apogee: 3.14km<br>Payload: Stewart Platform</font></p>
</div>
</div>
<div class="col-lg-4 col-xl-6 mt-5" onclick="location.href='project.html#agniastra';">
<div class="icon-box" data-aos="zoom-in-left" data-aos-delay="400">
<div class="icon"><img width="180" height="170" src="https://ik.imagekit.io/sayou7z5b/mission%20patch%20aligned%20for%20printing_1_.png?updatedAt=1715598341088"></div>
<h4 class="title"><a href="">AGNIASTRA 2024</a></h4>
<p class="description"><font color="white">Spaceport America Cup 2024<br>Weight: 32.21kg<br>Predicted Apogee: 9.169km<br>Payload: 3D Vision System</font></p>
</div>
</div>
</div>
<br>
<center><a class="btn btn-outline-light" href="project.html" role="button">Learn More</a>
</center>
<br><br>
<!-- <center>
<video width="70%" autoplay muted loop id="myVideo">
<source src="launch.mp4" type="video/mp4">
</video>
</center> -->
<div style="display: flex; justify-content: center; align-items: center;">
<video width="45%" autoplay muted loop id="myVideo1" style="margin: 0 10px;">
<source src="launch.mp4" type="video/mp4">
</video>
<video width="45%" autoplay muted loop id="myVideo2" style="margin: 0 10px;">
<source src="https://ik.imagekit.io/dvm2lzx5v/Launch%20Footage.mp4?updatedAt=1728839635287" type="video/mp4">
</video>
</div>
</div>
</section><!-- End projects Section -->
<!-- ======= Sponsors ======= -->
<section id="sponsors" class="sponsors">
<div class="container">
<div class="section-title" data-aos="zoom-out">
<h2>Sponsors</h2>
<p>Our Partners</p>
</div>
<div class="grid-container">
<!--<div class="grid-item"><a href="https://manipal.edu/mit.html" target="_blank"><center><img class="grid-img" src="assets/img/sponsors_logo/mit.png" ></center></a></div> -->
<div class="grid-item"><a href="https://manipal.edu/mu.html" target="_blank"><center><img class="grid-img" src="assets/img/sponsors_logo/mahe.png" ></center></a></div>
<div class="grid-item"><a href="https://www.solidworks.com/" target="_blank"><center><img class="grid-img" src="assets/img/sponsors_logo/solid.png" ></center></a></div>
<div class="grid-item"><a href="https://www.ansys.com/" target="_blank"><center><img class="grid-img" src="assets/img/sponsors_logo/ansys.png" ></center></a></div>
<div class="grid-item"><a href="https://www.babajishivram.com/" target="_blank"><center><img class="grid-img" src="assets/img/sponsors_logo/babaji.png" ></center></a></div>
<div class="grid-item"><a href="https://precisionelectricals.com/" target="_blank"><center><img class="grid-img" src="https://ik.imagekit.io/sayou7z5b/Precision%20Logo.jpg?updatedAt=1715593823288" ></center></a></div>
<div class="grid-item"><a href="https://sensomaticloadcell.com/" target="_blank"><center><img class="grid-img" src="https://ik.imagekit.io/sayou7z5b/Sensomatic%20Logo.jpg?updatedAt=1715593469750" ></center></a></div>
<div class="grid-item"><a href="https://www.anaconda.com/" target="_blank"><center><img class="grid-img" src="https://ik.imagekit.io/sayou7z5b/Anaconda-Horizontal-Full-Color-2x.webp?updatedAt=1705870674411" ></center></a></div>
<div class="grid-item"><a href="https://microplacer.com/" target="_blank"><center><img class="grid-img" src="assets/img/sponsors_logo/microplacer.png" ></center></a></div>
<div class="grid-item"><a href="https://robu.in/" target="_blank"><center><img class="grid-img" src="https://ik.imagekit.io/sayou7z5b/ROBU.IN%20LOGO.png?updatedAt=1705868378198" ></center></a></div>
<!--<div class="grid-item">
<a href="#contact">
<p>Support Us ➜</p>
</a>
</div> -->
</div>
</div>
</section>
<!-- ======= Portfolio Section ======= -->
<section id="portfolio" class="portfolio">
<div class="container">
<div class="section-title" data-aos="zoom-out">
<h2>Gallery</h2>
<p>Down the lane</p>
</div>
<div class="row portfolio-container" data-aos="fade-up">
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-img"><img src="https://ik.imagekit.io/dvm2lzx5v/WhatsApp%20Image%202024-09-08%20at%2015.04.46_e28fced6.jpg?updatedAt=1725795085518" class="img-fluid" alt=""></div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-img"><img src="https://ik.imagekit.io/dvm2lzx5v/WhatsApp%20Image%202024-09-08%20at%2015.04.46_9f9a3f12.jpg?updatedAt=1725795085556" class="img-fluid" alt=""></div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-img"><img src="https://ik.imagekit.io/dvm2lzx5v/WhatsApp%20Image%202024-09-08%20at%2015.04.45_3ad3d2c9.jpg?updatedAt=1725795085528" class="img-fluid" alt=""></div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-img"><img src="assets/img/thrust gallery/s.JPG" class="img-fluid" alt=""></div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-img"><img src="assets/img/thrust gallery/y.jpg" class="img-fluid" alt=""></div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-img"><img src="assets/img/thrust gallery/u.JPG" class="img-fluid" alt=""></div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-img"><img src="https://ik.imagekit.io/wns4q4r9n2/Gallery/14-min_l-8cdxG2I.jpg" class="img-fluid" alt=""></div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-img"><img src="https://cdn.discordapp.com/attachments/1036178151493083167/1036751564825690233/652c1623-1b77-4c35-b704-c8d61661be05.jpeg" class="img-fluid" alt=""></div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<div class="portfolio-img"><img src="https://cdn.discordapp.com/attachments/1036178151493083167/1036234887465803776/WhatsApp_Image_2022-06-25_at_11.34.05_AM.jpeg" class="img-fluid" alt=""></div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-img"><img src="https://cdn.discordapp.com/attachments/1036178151493083167/1039140740246286336/lapwing.jpeg" class="img-fluid" alt=""></div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-img"><img src="assets/img/thrust gallery/h.jpg" class="img-fluid" alt=""></div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<div class="portfolio-img"><img src="https://cdn.discordapp.com/attachments/1036178151493083167/1039136161576267786/IMG-20190623-WA0032.jpeg" class="img-fluid" alt=""></div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-img"><img src="https://media.discordapp.net/attachments/1036178151493083167/1036235589030260796/stuff.jpg?width=468&height=702" class="img-fluid" alt=""></div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<div class="portfolio-img"><img src="https://ik.imagekit.io/wns4q4r9n2/Gallery/18_OzJ0MS-oJ.jpg" class="img-fluid" alt=""></div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-img"><img src="assets/img/thrust gallery/n.jpg" class="img-fluid" alt=""></div>
</div>
</div>
<center><a class="btn btn-outline-light" href="pictures.html" role="button">View More</a></center><br><br>
</div>
</section><!-- End Portfolio Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container">
<div class="section-title" style="margin-bottom: -50px;" data-aos="zoom-out">
<h2>Contact</h2>
<p>Contact Us</p>
</div>
<div class="row mt-5">
<div class="col-lg-4" data-aos="fade-up" style="margin-top: -20px;">
<div class="info">
<div class="address">
<a href="https://goo.gl/maps/Y1FZs6YPAmvA4FpR8" target="_blank" rel="noopener noreferrer"><i class="bi bi-geo-alt"></i></a>
<h4>Location:</h4>
<p>Manipal Institute of Technology<br>Automobile Workshop, Near Kamath Circle<br>Eshwar Nagar, Manipal<br>Karnataka 576104</p>
</div>
<div class="email">
<a href="mailto:info@thrustmit.in"><i class="bi bi-envelope"></i></a>
<h4>Email:</h4>
<p>info@thrustmit.in</p>
</div>
<div class="phone">
<a href="tel: +916282709639"><i class="bi bi-phone"></i></a>
<h4>Call:</h4>
<p>Team Leader: +91 9717187800</p><p>Team Manager: +91 7022320264</p>
</div>
</div>
</div>
<div class="col-lg-4 mt-5 mt-lg-0" data-aos="fade-up" style="display: flex !important; justify-content: center;">
<form action="https://formsubmit.co/info@thrustmit.in" method="POST">
<div class="row">
<div class="col-md-6 form-group">
<input type="text" name="name" class="form-control" id="name" placeholder="Your Name" required>
</div>
<div class="col-md-6 form-group mt-3 mt-md-0">
<input type="email" class="form-control" name="email" id="email" placeholder="Your Email" required>
</div>
</div>
<div class="form-group mt-3">
<input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" required>
</div>
<div class="form-group mt-3">
<textarea class="form-control" name="message" rows="5" placeholder="Message" required></textarea>
</div><br>
<div class="my-3">
<div class="loading"></div>
<div class="error-message"></div>
<div class="sent-message"></div>
</div>
<div class="text-center"><button style="background:#ef6603;color:white" type="submit" name="submit">Send Message</button></div>
</form>
</div>
<div class="col-lg-4" data-aos="fade-up">
<div class="map">
<iframe title="Location Map" class="gmap" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3882.0445697240675!2d74.78984181436674!3d13.34750371013072!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bbca4af62d00487%3A0x242130a786a4eed3!2sThrustMIT!5e0!3m2!1sen!2sin!4v1599692099313!5m2!1sen!2sin"
width="300" height="300" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>
</div>
</div>
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container">
<h3><img width="200" height="200" src="assets/img/logo_text_white.png" alt="" class="img-fluid" style="padding-bottom:5px;padding-right: 10px;"></h3>
<div class="social-links">
<a href="https://twitter.com/ThrustMIT" target="_blank" class="twitter"><i class="bx bxl-twitter"></i></a>
<a href="https://www.facebook.com/thrustMIT" target="_blank" class="facebook"><i class="bx bxl-facebook"></i></a>
<a href="https://www.instagram.com/thrustmit/" target="_blank" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="https://www.linkedin.com/company/thrustmit/" target="_blank" class="linkedin"><i class="bx bxl-linkedin"></i></a>
<a href="https://www.youtube.com/channel/UCKYwoK8CVB18l2Z4X7ZkA8Q/featured" target="_blank" class="youtube"><i class="bx bxl-youtube"></i></a>
</div>
<div class="copyright">
© Copyright <span>thrustMIT</span>. All Rights Reserved
</div>
</div>
</footer><!-- End Footer -->
<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/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.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>