fix: remove redundant text elements and standardize layout properties across multiple HTML files for improved consistency
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
George Birikorang 2025-09-02 08:01:20 -04:00
parent 7d35a5a187
commit 914de4c029
8 changed files with 26 additions and 63 deletions

View file

@ -31,9 +31,6 @@
class="flex items-center gap-3 hover:opacity-80 transition-opacity"
>
<img src="assets/images/kh3_logo.png" alt="KH3" class="w-12 h-12" />
<span class="text-white text-2xl font-bold tracking-wider"
>KH3</span
>
</a>
</div>
@ -372,9 +369,6 @@
class="flex items-center gap-3 animate-logo-float hover:opacity-80 transition-opacity"
>
<img src="assets/images/kh3_logo.png" alt="KH3" class="w-16 h-16" />
<span class="text-white text-2xl font-bold tracking-wider"
>KH3</span
>
</a>
</div>
@ -587,7 +581,6 @@
class="flex items-center gap-3 mb-8 hover:opacity-80 transition-opacity justify-center"
>
<img src="assets/images/kh3_logo.png" alt="KH3" class="w-16 h-16" />
<span class="text-4xl font-bold tracking-wider">KH3</span>
</a>
<div class="w-64 h-1 bg-neutral-800 rounded-full overflow-hidden">
<div class="h-full bg-kh3-red rounded-full animate-pulse"></div>
@ -771,7 +764,7 @@
/* Hero section class for targeting */
.hero-section {
/* This class will be added to the hero section for targeting */
contain: layout;
}
@keyframes slideOutLeft {