Skip to content

Commit 227979f

Browse files
authored
Update title in index.html
Updated the typo from "U-19 District Team (2023)" to "U-19 District Team (2023)"
1 parent 449a3a9 commit 227979f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -367,14 +367,14 @@ <h2 class="text-3xl font-bold text-slate-900 dark:text-white font-serif mb-2">Sp
367367

368368
<div class="flex overflow-x-auto snap-x snap-mandatory gap-6 pb-8 pt-4 px-4 -mx-4 sm:mx-0 sm:px-0 hide-scrollbar cursor-grab active:cursor-grabbing items-stretch">
369369

370-
<div onclick="openLightbox('./images/SGFI_STATE_TEAM.jpg', 'Under-19 SGFI State Team', 'Our team preparing for the rigorous state-level Yoga competition in Veeravasaram.')" class="flex-none w-[85vw] sm:w-[45vw] md:w-80 snap-center group cursor-pointer bg-white dark:bg-darkcard rounded-2xl border border-slate-300 dark:border-slate-600 overflow-hidden shadow-md hover:shadow-xl transition-all duration-300 flex flex-col h-auto">
370+
<div onclick="openLightbox('./images/SGFI_DISTRICT_TEAM.jpg', 'Under-19 SGFI District Team', 'Our team preparing for the rigorous state-level Yoga competition in Veeravasaram.')" class="flex-none w-[85vw] sm:w-[45vw] md:w-80 snap-center group cursor-pointer bg-white dark:bg-darkcard rounded-2xl border border-slate-300 dark:border-slate-600 overflow-hidden shadow-md hover:shadow-xl transition-all duration-300 flex flex-col h-auto">
371371
<div class="relative h-64 w-full overflow-hidden bg-slate-100 dark:bg-slate-800 shrink-0">
372-
<img src="./images/SGFI_STATE_TEAM.jpg" alt="SGFI STATE TEAM" class="absolute inset-0 w-full h-full object-cover transform transition-transform duration-700 group-hover:scale-105">
372+
<img src="./images/SGFI_DISTRIC_TEAM.jpg" alt="SGFI DISTRICT TEAM" class="absolute inset-0 w-full h-full object-cover transform transition-transform duration-700 group-hover:scale-105">
373373
<div class="absolute inset-0 bg-black/5 group-hover:bg-transparent transition-colors duration-300"></div>
374374
</div>
375375
<div class="p-6 flex-grow flex flex-col justify-start">
376376
<div class="flex items-center justify-between mb-2">
377-
<h4 class="text-lg font-bold text-slate-900 dark:text-white group-hover:text-primary-600 dark:group-hover:text-primary-400 transition-colors">U-19 State Team (2023)</h4>
377+
<h4 class="text-lg font-bold text-slate-900 dark:text-white group-hover:text-primary-600 dark:group-hover:text-primary-400 transition-colors">U-19 District Team (2023)</h4>
378378
<i class="fa-solid fa-expand text-slate-400 group-hover:text-primary-500 transition-colors shrink-0 ml-2"></i>
379379
</div>
380380
<p class="text-sm text-slate-600 dark:text-slate-400 leading-relaxed">Our team preparing for the rigorous state-level Yoga competition in Veeravasaram, West Godavari.</p>
@@ -619,4 +619,4 @@ <h4 class="text-[#050505] text-sm font-bold tracking-wide mb-1">
619619
<script src="script.js"></script>
620620
</body>
621621

622-
</html>
622+
</html>

0 commit comments

Comments
 (0)