Skip to content

Commit 1406cf2

Browse files
authored
Merge pull request #21 from sav-1305/master
update projects
2 parents 7b68315 + 7fe6750 commit 1406cf2

6 files changed

Lines changed: 582 additions & 174 deletions

File tree

alumni.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ <h1><a ></a></h1>
7373
Projects
7474
</a>
7575
<ul class="dropdown-menu">
76+
<li><a class="dropdown-item" href="project.html#vayuvega"><img
77+
width="40"
78+
height="30"
79+
style="padding-right: 10px;"
80+
src="https://ik.imagekit.io/wns4q4r9n2/Projects/Mission%20Patches/Vayuvega%20Mission%20Patch%20No%20BG_RePnmSD_f.png?updatedAt=1753903220305"
81+
/><span class="project-dropdown">Vayuvega</span></a>
7682
<li><a class="dropdown-item" href="project.html#agniastra"><img
7783
width="40"
7884
height="30"

assets/css/project.css

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,59 @@ section {
400400
color: white;
401401
}
402402

403+
/*--------------------------------------------------------------
404+
# Special Styles
405+
--------------------------------------------------------------*/
406+
407+
.rocket-render {
408+
width: 900px;
409+
transform: rotate(180deg);
410+
margin-bottom: 20px;
411+
margin-top: -20px;
412+
}
413+
414+
.mission-patch img {
415+
max-width: 250px;
416+
}
417+
418+
.custom-table {
419+
background-color: transparent;
420+
}
421+
422+
.custom-table th {
423+
/* background-color: #2d3748; */
424+
color: white;
425+
font-weight: bold;
426+
border-bottom: 1px solid #4a5568;
427+
padding: 4px 3px;
428+
font-size: 1rem;
429+
}
430+
431+
.custom-table td {
432+
background-color: transparent;
433+
color: white;
434+
border-bottom: 1px solid #4a5568;
435+
padding: 4px 3px;
436+
font-size: 1rem;
437+
}
438+
439+
.custom-table tr:last-child th,
440+
.custom-table tr:last-child td {
441+
border-bottom: none;
442+
}
443+
444+
.project-desc {
445+
text-align: justify;
446+
color: white;
447+
font-family: 'Verdana', sans-serif;
448+
font-weight: 200;
449+
font-size: 0.9rem;
450+
}
451+
452+
.project-desc b {
453+
font-weight: bold;
454+
}
455+
403456
/*--------------------------------------------------------------
404457
# Breadcrumbs
405458
--------------------------------------------------------------*/

index.html

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,13 @@ <h1><a ></a></h1>
6060
Projects
6161
</a>
6262
<ul class="dropdown-menu">
63+
<li><a class="dropdown-item" href="project.html#vayuvega"><img
64+
width="40"
65+
height="30"
66+
style="padding-right: 10px;"
67+
src="https://ik.imagekit.io/wns4q4r9n2/Projects/Mission%20Patches/Vayuvega%20Mission%20Patch%20No%20BG_RePnmSD_f.png?updatedAt=1753903220305"
68+
/><span class="project-dropdown">Vayuvega</span></a>
69+
</li>
6370
<li><a class="dropdown-item" href="project.html#agniastra"><img
6471
width="40"
6572
height="30"
@@ -215,7 +222,7 @@ <h2>In the News</h2>
215222
<button type="button" data-bs-target="#hero-carousel" data-bs-slide-to="0" class="active" aria-current="true" aria-label="Slide 1"></button>
216223
<button type="button" data-bs-target="#hero-carousel" data-bs-slide-to="1" aria-label="Slide 2"></button>
217224
<button type="button" data-bs-target="#hero-carousel" data-bs-slide-to="2" aria-label="Slide 3"></button>
218-
<button type="button" data-bs-target="#hero-carousel" data-bs-slide-to="3" aria-label="Slide 3"></button>
225+
<button type="button" data-bs-target="#hero-carousel" data-bs-slide-to="3" aria-label="Slide 4"></button>
219226
</div>
220227

221228
<div class="carousel-inner">
@@ -286,7 +293,7 @@ <h2>In the News</h2>
286293
</div>
287294

288295
</div>
289-
</section>
296+
</section><!-- End News Section -->
290297

291298
<!-- ======= subsystem Section ======= -->
292299
<section id="subsystem" class="subsytem">
@@ -346,7 +353,7 @@ <h4 class="title" style="font-size: 20pt;"><a >STRUCTURES</a></h4>
346353
</div>
347354
</div>
348355
</div>
349-
</section>
356+
</section><!-- End Subsystems Section -->
350357

351358
<!-- ======= projects Section ======= -->
352359
<section id="projects" class="projects">
@@ -538,7 +545,7 @@ <h4 class="title"><a href="">AGNIASTRA</a></h4>
538545
</div>
539546
<!-- VAYUVEGA CENTERED (FOR NOW) -->
540547
<div class="row justify-content-center">
541-
<div class="col-lg-6 col-md-12 mt-5">
548+
<div class="col-lg-6 col-md-12 mt-5" onclick="location.href='project.html#vayuvega';">
542549
<div class="icon-box" data-aos="zoom-in-left" data-aos-delay="500">
543550
<div class="icon-box-content">
544551
<div class="text-content">
@@ -600,7 +607,7 @@ <h4 class="title"><a href="">VAYUVEGA</a></h4>
600607
</div>
601608
</section><!-- End projects Section -->
602609

603-
<!-- ======= Sponsors ======= -->
610+
<!-- ======= Sponsors Section ======= -->
604611
<section id="sponsors" class="sponsors">
605612
<div class="container">
606613

@@ -694,7 +701,7 @@ <h2>Sponsors</h2>
694701

695702

696703
</div>
697-
</section>
704+
</section><!-- End Sponsors Section -->
698705

699706
<!-- ======= Portfolio Section ======= -->
700707
<section id="portfolio" class="portfolio">
@@ -800,13 +807,6 @@ <h2>Gallery</h2>
800807
</div>
801808
</section><!-- End Portfolio Section -->
802809

803-
804-
805-
806-
807-
808-
809-
810810
<!-- ======= Contact Section ======= -->
811811
<section id="contact" class="contact">
812812
<div class="container">
@@ -883,7 +883,6 @@ <h4>Call:</h4>
883883

884884
</div>
885885
</section><!-- End Contact Section -->
886-
887886
</main><!-- End #main -->
888887

889888

pictures.html

Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,12 @@ <h1><a></a></h1>
9999
Projects
100100
</a>
101101
<ul class="dropdown-menu">
102+
<li><a class="dropdown-item" href="project.html#vayuvega"><img
103+
width="40"
104+
height="30"
105+
style="padding-right: 10px;"
106+
src="https://ik.imagekit.io/wns4q4r9n2/Projects/Mission%20Patches/Vayuvega%20Mission%20Patch%20No%20BG_RePnmSD_f.png?updatedAt=1753903220305"
107+
/><span class="project-dropdown">Vayuvega</span></a>
102108
<li><a class="dropdown-item" href="project.html#agniastra"><img
103109
width="40"
104110
height="30"
@@ -237,6 +243,78 @@ <h2>
237243
<div class="container page-top">
238244
<div class="row">
239245

246+
<!-- ======= VAYUVEGA ======= -->
247+
<div class="col-lg-3 col-md-4 col-xs-6 thumb">
248+
<a
249+
href="https://ik.imagekit.io/wns4q4r9n2/Gallery/Vayuvega/Award%20Ceremony%20Photo_mtsP57mDR.jpg?updatedAt=1753898886832"
250+
class="fancybox"
251+
rel="ligthbox"
252+
>
253+
<img
254+
src="https://ik.imagekit.io/wns4q4r9n2/Gallery/Vayuvega/Award%20Ceremony%20Photo_mtsP57mDR.jpg?updatedAt=1753898886832"
255+
class="zoom img-fluid"
256+
alt=""
257+
/>
258+
</a>
259+
</div>
260+
261+
<div class="col-lg-3 col-md-4 col-xs-6 thumb">
262+
<a
263+
href="https://ik.imagekit.io/wns4q4r9n2/Gallery/Vayuvega/PXL_20250612_133916863_eYkLzgP55F.jpg?updatedAt=1753898887151"
264+
class="fancybox"
265+
rel="ligthbox"
266+
>
267+
<img
268+
src="https://ik.imagekit.io/wns4q4r9n2/Gallery/Vayuvega/PXL_20250612_133916863_eYkLzgP55F.jpg?updatedAt=1753898887151"
269+
class="zoom img-fluid"
270+
alt=""
271+
/>
272+
</a>
273+
</div>
274+
275+
<div class="col-lg-3 col-md-4 col-xs-6 thumb">
276+
<a
277+
href="https://ik.imagekit.io/wns4q4r9n2/Gallery/Vayuvega/Launch%20Pad%20Team_sS6TU0tUT8.jpg?updatedAt=1753898887137"
278+
class="fancybox"
279+
rel="ligthbox"
280+
>
281+
<img
282+
src="https://ik.imagekit.io/wns4q4r9n2/Gallery/Vayuvega/Launch%20Pad%20Team_sS6TU0tUT8.jpg?updatedAt=1753898887137"
283+
class="zoom img-fluid"
284+
alt=""
285+
/>
286+
</a>
287+
</div>
288+
289+
<div class="col-lg-3 col-md-4 col-xs-6 thumb">
290+
<a
291+
href="https://ik.imagekit.io/wns4q4r9n2/Gallery/Vayuvega/IMG-20250612-WA0054__hiK73_lu.jpg?updatedAt=1753898886726"
292+
class="fancybox"
293+
rel="ligthbox"
294+
>
295+
<img
296+
src="https://ik.imagekit.io/wns4q4r9n2/Gallery/Vayuvega/IMG-20250612-WA0054__hiK73_lu.jpg?updatedAt=1753898886726"
297+
class="zoom img-fluid"
298+
alt=""
299+
/>
300+
</a>
301+
</div>
302+
303+
<div class="col-lg-3 col-md-4 col-xs-6 thumb">
304+
<a
305+
href="https://ik.imagekit.io/wns4q4r9n2/Gallery/Vayuvega/IMG-20250609-WA0158_2G8C4xuVE.jpg?updatedAt=1753898886938"
306+
class="fancybox"
307+
rel="ligthbox"
308+
>
309+
<img
310+
src="https://ik.imagekit.io/wns4q4r9n2/Gallery/Vayuvega/IMG-20250609-WA0158_2G8C4xuVE.jpg?updatedAt=1753898886938"
311+
class="zoom img-fluid"
312+
alt=""
313+
/>
314+
</a>
315+
</div>
316+
317+
<!-- ======= AGNIASTRA ======= -->
240318
<div class="col-lg-3 col-md-4 col-xs-6 thumb">
241319
<a
242320
href="https://ik.imagekit.io/dvm2lzx5v/AgniAstra%20on%20launch%20pad%20(1).jpg?updatedAt=1725820474270"

0 commit comments

Comments
 (0)