-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
922 lines (808 loc) Β· 46 KB
/
index.html
File metadata and controls
922 lines (808 loc) Β· 46 KB
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
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
<!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#vayuvega"><img
width="40"
height="30"
style="padding-right: 10px;"
src="https://ik.imagekit.io/wns4q4r9n2/Projects/Mission%20Patches/Vayuvega%20Mission%20Patch%20No%20BG_RePnmSD_f.png?updatedAt=1753903220305"
/><span class="project-dropdown">Vayuvega</span></a>
</li>
<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#2024" role="button" aria-expanded="false">
Alumni
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="alumni.html#2024">2024</a></li>
<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" style="text-align:justify; margin-top: -30px;">
<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 <b>International Rocket Engineering Competition</b> (previously called the Spaceport America Cup), which is the largest international 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>
thrustMIT achieved major milestones with its recent projects. In 2025, <b>Project Vayuvega</b> was successfully launched at
the IREC, reaching an apogee of 29,432 ft and securing 4th place among 21 teams in the 30K COTS category,
along with 2nd place in the SDL Payload Challenge for its onboard experiment, Vrishabha, which demonstrated real-time 3D
visual tracking during flight. In 2024, the team developed <b>AgniAstra</b>, becoming the first Indian student group to build a
30K ft-class sounding rocket, placing 7th globally in the Technical Report category and ranking highest among Asian teams
at the SA Cup. thrustMIT has also earned past accolades, including 4th place in the James Barrowman Award (2022) and
spot awards for design and professionalism at SA Cup events in 2018 and 2019.
</p>
<!-- Removed Unnecessary Spacing -->
</div>
</font>
</div>
</section><!-- End About Section -->
<!-- ======= In the News Section ======= -->
<section id="news" class="news">
<div class="container">
<div class="section-title" data-aos="zoom-out" style="color: white;">
<h2>In the News</h2>
<p>Media and Publications</p>
</div>
<div class="container d-flex justify-content-center">
<div class="carousel-wrapper">
<div id="hero-carousel" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#hero-carousel" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#hero-carousel" data-bs-slide-to="1" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#hero-carousel" data-bs-slide-to="2" aria-label="Slide 3"></button>
<button type="button" data-bs-target="#hero-carousel" data-bs-slide-to="3" aria-label="Slide 4"></button>
</div>
<div class="carousel-inner">
<!-- SLIDE 1 -->
<div class="carousel-item active c-item">
<a href="https://www.thehindu.com/news/cities/Mangalore/manipal-institute-of-technology-students-win-award-at-international-rocket-engineering-competition/article69755449.ece" target="_blank" class="text-decoration-none">
<img src="https://ik.imagekit.io/wns4q4r9n2/News/news_slide1_EL2UTszAC.jpg?updatedAt=1753893086567" class="d-block w-100 c-img" alt="Slide 1">
<div class="news-caption">
<div class="news-date">30 June, 2025</div>
<div class="news-headline">
Manipal Institute of Technology students win award at International Rocket Engineering Competition | <i>The Hindu</i>
</div>
</div>
</a>
</div>
<!-- SLIDE 2 -->
<div class="carousel-item c-item">
<a href="https://www.linkedin.com/feed/update/urn:li:activity:7251504715006423041" target="_blank" class="text-decoration-none">
<img src="https://ik.imagekit.io/wns4q4r9n2/News/news_slide4_RyzHW1WZis.png?updatedAt=1753896737500" class="d-block w-100 c-img" alt="Slide 2">
<div class="news-caption">
<div class="news-date"> 14 October, 2024</div>
<div class="news-headline">
Agni 2.0: Static Fire Testing of in-house M-class and J-class KNSB-based Solid Rocket Motors | <i>MIT, MAHE</i>
</div>
</div>
</a>
</div>
<!-- SLIDE 3 -->
<div class="carousel-item c-item">
<a href="https://blog.mygov.in/editorial/celebrating-indias-young-innovators-who-outshined-at-spaceport-america-cup-2024/" target="_blank" class="text-decoration-none">
<img src="https://ik.imagekit.io/wns4q4r9n2/News/news_slide2_gCPJn6vFL.jpg?updatedAt=1753893086617" class="d-block w-100 c-img" alt="Slide 3">
<div class="news-caption">
<div class="news-date">14 September, 2024</div>
<div class="news-headline">
Celebrating Indiaβs Young Innovators Who Outshined at Spaceport America Cup 2024 | <i>MyGov, GoI</i>
</div>
</div>
</a>
</div>
<!-- SLIDE 4 -->
<div class="carousel-item c-item">
<a href="https://bangaloremirror.indiatimes.com/bangalore/others/manipal-institute-of-technologys-rocket-vyom-has-a-blast-in-us/articleshow/64951509.cms" target="_blank" class="text-decoration-none">
<img src="https://ik.imagekit.io/wns4q4r9n2/News/news_slide3_3LonR0cmh.jpg?updatedAt=1753893086841" class="d-block w-100 c-img" alt="Slide 4">
<div class="news-caption">
<div class="news-date">12 July, 2018</div>
<div class="news-headline">
Manipal Institute of Technology's rocket Vyom has a blast in the US | <i>Bangalore Mirror</i>
</div>
</div>
</a>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#hero-carousel" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#hero-carousel" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</div>
</div>
</div>
</div>
</section><!-- End News 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-6 col-md-12 mt-5">
<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" style="font-size: 20pt;"><a >AERODYNAMICS</a></h4>
<p class="description" style="text-align:justify"><font color="white">The Aerodynamics team ensures that the rocket follows the correct trajectory and has optimum efficiency. It involves designing fins, the nose cone, and performing CFD simulations to analyse the aerodynamic forces, flow pattern and stability of the rocket. Major experimental projects include supersonic simulations, surface roughness optimization, air brakes, and designing active control surfaces.
</font></p>
</div>
</div>
<div class="col-lg-6 col-md-12 mt-5">
<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" style="font-size: 20pt;"><a >AVIONICS</a></h4>
<p class="description" style="text-align:justify"><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-6 col-md-12 mt-5">
<div class="icon-box" data-aos="zoom-in-left" data-aos-delay="200">
<div class="icon"><img width="195" height="195" src="https://ik.imagekit.io/wns4q4r9n2/Icons/management2_OyNmikzQv.png"></div>
<h4 class="title" style="font-size: 20pt;"><a >MANAGEMENT</a></h4>
<p class="description" style="text-align:justify"><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-6 col-md-12 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" style="font-size: 20pt;"><a >PAYLOAD & RESEARCH</a></h4>
<p class="description" style="text-align:justify"><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-6 col-md-12 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" style="font-size: 20pt;"><a >PROPULSION</a></h4>
<p class="description" style="text-align:justify"><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-6 col-md-12 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" style="font-size: 20pt;"><a >STRUCTURES</a></h4>
<p class="description" style="text-align:justify"><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><!-- End Subsystems 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-6 col-md-12 mt-5" onclick="location.href='project.html#vyom';">
<div class="icon-box" data-aos="zoom-in-left">
<div class="icon-box-content">
<div class="text-content">
<h4 class="title"><a href="">VYOM</a></h4>
<p class="description" style="color: white;">
<!-- <i>Spaceport America Cup 2018</i><br>
Weight: 26kg<br>
Apogee: 1.2km<br>
Payload: Non Functioning -->
<i>Spaceport America Cup 2018</i><br><br>
<table class="rocket-stats-table">
<tr>
<td><strong>Weight</strong></td>
<td>26kg</td>
</tr>
<tr>
<td><strong>Apogee</strong></td>
<td>1.2km</td>
</tr>
<tr>
<td><strong>Payload</strong></td>
<td>Non Functioning</td>
</tr>
</table>
</p>
</div>
<div class="icon">
<img width="180" height="170" src="https://ik.imagekit.io/wns4q4r9n2/Projects/VYOM_qJu7m0lQIQ.png">
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-md-12 mt-5" onclick="location.href='project.html#arya';">
<div class="icon-box" data-aos="zoom-in-left" data-aos-delay="100">
<div class="icon-box-content">
<div class="text-content">
<h4 class="title"><a href="">ARYA</a></h4>
<p class="description" style="color: white;">
<i>Spaceport America Cup 2019</i><br><br>
<table class="rocket-stats-table">
<tr>
<td><strong>Weight</strong></td>
<td>24kg</td>
</tr>
<tr>
<td><strong>Apogee</strong></td>
<td>3km</td>
</tr>
<tr>
<td><strong>Payload</strong></td>
<td>Non-Newtonian Fluid Damper</td>
</tr>
</table>
</p>
</div>
<div class="icon">
<img width="180" height="170" src="https://ik.imagekit.io/wns4q4r9n2/Projects/Arya-final_tbMM207iL.png">
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-md-12 mt-5 " onclick="location.href='project.html#phoenix';">
<div class="icon-box" data-aos="zoom-in-left" data-aos-delay="200">
<div class="icon-box-content">
<div class="text-content">
<h4 class="title"><a href="">PHOENIX</a></h4>
<p class="description" style="color: white;">
<i>Spaceport America Cup 2021</i><br><br>
<table class="rocket-stats-table">
<tr>
<td><strong>Weight</strong></td>
<td>36kg</td>
</tr>
<tr>
<td><strong>Apogee</strong></td>
<td>3km</td>
</tr>
<tr>
<td><strong>Payload</strong></td>
<td>Piezo-Electric Device to detect Vibrations</td>
</tr>
</table>
</p>
</div>
<div class="icon">
<img width="180" height="170" src="https://ik.imagekit.io/2wpcbxztl/5_cILftpLoU.png?ik-sdk-version=javascript-1.4.3&updatedAt=1665509374722">
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-md-12 mt-5" onclick="location.href='project.html#rayquaza';">
<div class="icon-box" data-aos="zoom-in-left" data-aos-delay="300">
<div class="icon-box-content">
<div class="text-content">
<h4 class="title"><a href="">RAYQUAZA</a></h4>
<p class="description" style="color: white;">
<i>Spaceport America Cup 2022</i><br><br>
<table class="rocket-stats-table">
<tr>
<td><strong>Weight</strong></td>
<td>26kg</td>
</tr>
<tr>
<td><strong>Apogee</strong></td>
<td>3.55km</td>
</tr>
<tr>
<td><strong>Payload</strong></td>
<td>Acoustic Dampening of CNT</td>
</tr>
</table>
</p>
</div>
<div class="icon">
<img width="180" height="170" src="https://ik.imagekit.io/2wpcbxztl/rayquaza_dSTXkYGkn.jpg?ik-sdk-version=javascript-1.4.3&updatedAt=1665509884060">
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-md-12 mt-5" onclick="location.href='project.html#altair';">
<div class="icon-box" data-aos="zoom-in-left" data-aos-delay="400">
<div class="icon-box-content">
<div class="text-content">
<h4 class="title"><a href="">ALTAIR</a></h4>
<p class="description" style="color: white;">
<i>Spaceport America Cup 2023</i><br><br>
<table class="rocket-stats-table">
<tr>
<td><strong>Weight</strong></td>
<td>30kg</td>
</tr>
<tr>
<td><strong>Apogee</strong></td>
<td>3.14km</td>
</tr>
<tr>
<td><strong>Payload</strong></td>
<td>3-DoF Stewart Platform</td>
</tr>
</table>
</p>
</div>
<div class="icon">
<img width="180" height="170" src="https://ik.imagekit.io/sayou7z5b/altair.png?updatedAt=1697717242675">
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-md-12 mt-5" onclick="location.href='project.html#agniastra';">
<div class="icon-box" data-aos="zoom-in-left" data-aos-delay="400">
<div class="icon-box-content">
<div class="text-content">
<h4 class="title"><a href="">AGNIASTRA</a></h4>
<p class="description" style="color: white;">
<i>Spaceport America Cup 2024</i><br><br>
<table class="rocket-stats-table">
<tr>
<td><strong>Weight</strong></td>
<td>32.21kg</td>
</tr>
<tr>
<td><strong>Apogee</strong></td>
<td>5.18km</td>
</tr>
<tr>
<td><strong>Payload</strong></td>
<td>3D Vision & Pose Estimation</td>
</tr>
</table>
</p>
</div>
<div class="icon">
<img width="180" height="170" src="https://ik.imagekit.io/sayou7z5b/mission%20patch%20aligned%20for%20printing_1_.png?updatedAt=1715598341088">
</div>
</div>
</div>
</div>
</div>
<!-- VAYUVEGA CENTERED (FOR NOW) -->
<div class="row justify-content-center">
<div class="col-lg-6 col-md-12 mt-5" onclick="location.href='project.html#vayuvega';">
<div class="icon-box" data-aos="zoom-in-left" data-aos-delay="500">
<div class="icon-box-content">
<div class="text-content">
<h4 class="title"><a href="">VAYUVEGA</a></h4>
<p class="description" style="color: white;">
<!-- <i>Spaceport America Cup 2018</i><br>
Weight: 26kg<br>
Apogee: 1.2km<br>
Payload: Non Functioning -->
<i>International Rocket Engineering Competition 2025</i><br><br>
<table class="rocket-stats-table">
<tr>
<td><strong>Weight</strong></td>
<td>37.7kg</td>
</tr>
<tr>
<td><strong>Apogee</strong></td>
<td>8.97km</td>
</tr>
<tr>
<td><strong>Payload</strong></td>
<td>Real-time 3D Visual Tracking System</td>
</tr>
</table>
</p>
</div>
<div class="icon">
<img width="180" height="170" src="https://ik.imagekit.io/wns4q4r9n2/Projects/Vayuvega%20Mission%20Patch%20No%20BG_ZP-n344AK.png?updatedAt=1753878295703">
</div>
</div>
</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; margin-bottom: 20px;">
<video width="45%" autoplay muted loop id="myVideo0" style="margin: 0 10px;">
<source src="https://ik.imagekit.io/wns4q4r9n2/Videos/vayuvega_video_HHvne__wDB.mp4?updatedAt=1753882266932" type="video/mp4">
</video>
</div> -->
<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 ======= -->
<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> -->
<!-- MANIPAL -->
<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>
<!-- SOLIDWORKS -->
<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>
<!-- ANSYS -->
<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>
<!-- BABAJI SHIVRAM -->
<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>
<!-- OPENMV -->
<div class="grid-item">
<a href="https://openmv.io/" target="_blank">
<center>
<img class="grid-img" src="https://ik.imagekit.io/wns4q4r9n2/Partners/OpenMV%20bgrem_4FHOF6XIA.png?updatedAt=1753881104456" >
</center>
</a>
</div>
<!-- VEGA -->
<div class="grid-item">
<a href="https://vegaauto.com/" target="_blank">
<center>
<img class="grid-img" src="https://ik.imagekit.io/wns4q4r9n2/Partners/image_deLFuM_Dc.png?updatedAt=1753881591496" >
</center>
</a>
</div>
<!-- SHAPEFY -->
<div class="grid-item">
<a href="https://shapefy.in/" target="_blank">
<center>
<img class="grid-img" src="https://ik.imagekit.io/wns4q4r9n2/Partners/Shapefy1%20nobg_Rvyd-uUc8Q.png?updatedAt=1753881104460" >
</center>
</a>
</div>
<!-- PCB POWER -->
<div class="grid-item">
<a href="https://www.pcbpower.com/" target="_blank">
<center>
<img class="grid-img" src="https://ik.imagekit.io/wns4q4r9n2/Partners/PCB_Power_Logo-removebg-preview_SmqceHPy4O.png?updatedAt=1753881104412" >
</center>
</a>
</div>
<!-- ROBU -->
<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><!-- End Sponsors 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/wns4q4r9n2/Gallery%202024-25%20Onwards/Award%20Ceremony%20Photo_BrgFK3AYvN.jpg?updatedAt=1753880177189" 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%202024-25%20Onwards/PXL_20250612_133245359_QNvDgEsF4.jpg?updatedAt=1753880182048" 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%202024-25%20Onwards/Launch%20Pad%20Team_eaUv3zcPu.jpg?updatedAt=1753880182301" 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%202024-25%20Onwards/IMG-20250612-WA0054_0ZAu4LbfBY.jpg?updatedAt=1753880177043" 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%202024-25%20Onwards/IMG-20250609-WA0158_QIPSb7qQXT.jpg?updatedAt=1753880177229" 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_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: +919881032081"><i class="bi bi-phone"></i></a>
<h4>Call:</h4>
<p>Team Leader: +91 9881032081</p><p>Team Manager: +91 9920511275</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>