Promote version 6da4e63 to main
Browse filesPromoted commit 6da4e635169470edcd0312bec403da09917ad637 to main branch
- volleyball.html +9 -5
volleyball.html
CHANGED
|
@@ -117,7 +117,8 @@
|
|
| 117 |
</nav>
|
| 118 |
</div>
|
| 119 |
</div>
|
| 120 |
-
|
|
|
|
| 121 |
<section class="relative h-96 flex items-center justify-center overflow-hidden">
|
| 122 |
<img src="http://static.photos/sport/1200x630/2" alt="NAGAS Volleyball Action" class="hero-image">
|
| 123 |
<div class="absolute inset-0 bg-black bg-opacity-70"></div>
|
|
@@ -181,7 +182,8 @@
|
|
| 181 |
<p>Number: 1</p>
|
| 182 |
</div>
|
| 183 |
</div>
|
| 184 |
-
|
|
|
|
| 185 |
<div class="player-card bg-[#1e1e1e] rounded-lg overflow-hidden">
|
| 186 |
<img src="http://static.photos/people/320x240/6" alt="Sopharoth Chea" class="w-full h-48 object-cover">
|
| 187 |
<div class="p-4">
|
|
@@ -447,7 +449,7 @@
|
|
| 447 |
<p>Roster coming soon for 2025-2026 season</p>
|
| 448 |
</div>
|
| 449 |
</div>
|
| 450 |
-
</div>
|
| 451 |
</div>
|
| 452 |
</div>
|
| 453 |
</section>
|
|
@@ -601,7 +603,8 @@
|
|
| 601 |
<h3 class="text-xl font-bold mb-2">2024 ISSAPP Champions</h3>
|
| 602 |
<p>Defeated NIST Thunder 3-1 in championship final</p>
|
| 603 |
</div>
|
| 604 |
-
|
|
|
|
| 605 |
<i data-feather="award" class="text-secondary mx-auto mb-4" style="width: 48px; height: 48px;"></i>
|
| 606 |
<h3 class="text-xl font-bold mb-2">2023 ASAC Finalists</h3>
|
| 607 |
<p>Reached regional championship finals</p>
|
|
@@ -645,7 +648,7 @@
|
|
| 645 |
<h4 class="font-bold mb-2">Kills</h4>
|
| 646 |
<p class="text-primary font-bold">Sethean Thay - 245</p>
|
| 647 |
</div>
|
| 648 |
-
<div class="stat-card bg-[#1e1e1e] p-6 rounded-lg">
|
| 649 |
<h4 class="font-bold mb-2">Aces</h4>
|
| 650 |
<p class="text-primary font-bold">Sopharoth Chea - 38</p>
|
| 651 |
</div>
|
|
@@ -716,6 +719,7 @@
|
|
| 716 |
</div>
|
| 717 |
</div>
|
| 718 |
</footer>
|
|
|
|
| 719 |
<script>
|
| 720 |
feather.replace();
|
| 721 |
|
|
|
|
| 117 |
</nav>
|
| 118 |
</div>
|
| 119 |
</div>
|
| 120 |
+
|
| 121 |
+
<!-- Hero Section -->
|
| 122 |
<section class="relative h-96 flex items-center justify-center overflow-hidden">
|
| 123 |
<img src="http://static.photos/sport/1200x630/2" alt="NAGAS Volleyball Action" class="hero-image">
|
| 124 |
<div class="absolute inset-0 bg-black bg-opacity-70"></div>
|
|
|
|
| 182 |
<p>Number: 1</p>
|
| 183 |
</div>
|
| 184 |
</div>
|
| 185 |
+
|
| 186 |
+
<!-- Player 2 -->
|
| 187 |
<div class="player-card bg-[#1e1e1e] rounded-lg overflow-hidden">
|
| 188 |
<img src="http://static.photos/people/320x240/6" alt="Sopharoth Chea" class="w-full h-48 object-cover">
|
| 189 |
<div class="p-4">
|
|
|
|
| 449 |
<p>Roster coming soon for 2025-2026 season</p>
|
| 450 |
</div>
|
| 451 |
</div>
|
| 452 |
+
</div>
|
| 453 |
</div>
|
| 454 |
</div>
|
| 455 |
</section>
|
|
|
|
| 603 |
<h3 class="text-xl font-bold mb-2">2024 ISSAPP Champions</h3>
|
| 604 |
<p>Defeated NIST Thunder 3-1 in championship final</p>
|
| 605 |
</div>
|
| 606 |
+
|
| 607 |
+
<div class="bg-[#1e1e1e] p-6 rounded-lg text-center">
|
| 608 |
<i data-feather="award" class="text-secondary mx-auto mb-4" style="width: 48px; height: 48px;"></i>
|
| 609 |
<h3 class="text-xl font-bold mb-2">2023 ASAC Finalists</h3>
|
| 610 |
<p>Reached regional championship finals</p>
|
|
|
|
| 648 |
<h4 class="font-bold mb-2">Kills</h4>
|
| 649 |
<p class="text-primary font-bold">Sethean Thay - 245</p>
|
| 650 |
</div>
|
| 651 |
+
<div class="stat-card bg-[#1e1e1e] p-6 rounded-lg">
|
| 652 |
<h4 class="font-bold mb-2">Aces</h4>
|
| 653 |
<p class="text-primary font-bold">Sopharoth Chea - 38</p>
|
| 654 |
</div>
|
|
|
|
| 719 |
</div>
|
| 720 |
</div>
|
| 721 |
</footer>
|
| 722 |
+
|
| 723 |
<script>
|
| 724 |
feather.replace();
|
| 725 |
|