mirror of
https://git.kh3group.com/georgebiri/kh3_website.git
synced 2026-07-02 07:03:46 +00:00
fix: remove unnecessary whitespace and standardize layout properties in multiple HTML files for improved consistency
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
914de4c029
commit
a3c642d9fe
5 changed files with 6 additions and 16 deletions
|
|
@ -28,7 +28,6 @@
|
|||
<div class="flex items-center gap-3 mb-12">
|
||||
<a href="index.html" 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" />
|
||||
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
|
@ -1376,13 +1375,13 @@
|
|||
|
||||
/* Section classes for targeting */
|
||||
.hero-section { contain: layout; }
|
||||
|
||||
|
||||
.dream-design-deliver { contain: layout; }
|
||||
|
||||
|
||||
.mission-vision { contain: layout; }
|
||||
|
||||
|
||||
.values-section { contain: layout; }
|
||||
|
||||
|
||||
.team-section { contain: layout; }
|
||||
</style>
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@
|
|||
<div class="flex items-center gap-3 mb-12">
|
||||
<a href="index.html" 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" />
|
||||
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
|
@ -369,7 +368,7 @@
|
|||
|
||||
<!-- Menu Toggle with Homepage/WHY structure -->
|
||||
<div class="fixed top-6 right-8 md:bottom-12 md:left-12 md:top-auto md:right-auto z-50">
|
||||
<div class="cursor-pointer" id="menuToggle">
|
||||
<div class="cursor-pointer" id="menuToggle">
|
||||
<div class="relative inline-block" id="menuWrap">
|
||||
<div class="menu-waves" aria-hidden="true">
|
||||
<span class="wave"></span>
|
||||
|
|
@ -387,7 +386,7 @@
|
|||
<span class="w-1 h-1 bg-white"></span>
|
||||
<span class="w-1 h-1 bg-white"></span>
|
||||
<span class="w-1 h-1 bg-white"></span>
|
||||
</div>
|
||||
</div>
|
||||
<div id="menuPetal" class="absolute inset-0 flex items-center justify-center pointer-events-none opacity-0 transition-opacity">
|
||||
<img src="assets/icons/petal.png" alt="petal" class="w-8 h-8" />
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -762,11 +762,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
/* Hero section class for targeting */
|
||||
.hero-section {
|
||||
contain: layout;
|
||||
}
|
||||
|
||||
@keyframes slideOutLeft {
|
||||
0% {
|
||||
transform: translateX(0) scale(1);
|
||||
|
|
|
|||
|
|
@ -194,7 +194,6 @@
|
|||
<div class="flex items-center gap-3 mb-12">
|
||||
<a href="index.html" 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" />
|
||||
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
2
who.html
2
who.html
|
|
@ -28,7 +28,6 @@
|
|||
<div class="flex items-center gap-3 mb-12">
|
||||
<a href="index.html" 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" />
|
||||
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
|
@ -473,7 +472,6 @@
|
|||
<div class="text-center mb-20">
|
||||
<!-- Main Title -->
|
||||
<h2 class="text-6xl md:text-8xl font-bold mb-8">
|
||||
<span class="text-white">KH3</span>
|
||||
<span class="text-kh3-red">TEAM</span>
|
||||
</h2>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue