fix: standardize indentation and improve layout consistency across multiple HTML files
This commit is contained in:
parent
9111542693
commit
4dc84a9e11
7 changed files with 79 additions and 39 deletions
|
|
@ -544,11 +544,11 @@
|
|||
<section class="relative bg-kh3-black hero-section">
|
||||
<div class="grid grid-cols-1 md:grid-cols-2 min-h-[90vh]">
|
||||
<!-- Left dark panel -->
|
||||
<div class="relative bg-kh3-black flex items-center justify-center">
|
||||
<div class="relative bg-kh3-black flex items-center">
|
||||
<!-- Vertical timeline with diamonds -->
|
||||
<div
|
||||
class="absolute left-12 top-8 bottom-16 flex flex-col items-center opacity-0 animate-fade-in-up"
|
||||
style="animation-delay: 1200ms; animation-fill-mode: forwards;"
|
||||
class="absolute left-12 top-8 bottom-16 flex flex-col items-center opacity-0"
|
||||
style="animation: fadeInUp 800ms ease-out 1200ms forwards"
|
||||
>
|
||||
<div class="w-px flex-1 bg-neutral-800"></div>
|
||||
<div class="w-2.5 h-2.5 bg-white transform rotate-45"></div>
|
||||
|
|
@ -560,10 +560,10 @@
|
|||
</div>
|
||||
|
||||
<!-- Title with horizontal ruler -->
|
||||
<div class="pl-28 pr-6 w-full relative overflow-visible z-30">
|
||||
<div class="pl-28 pr-6 w-full">
|
||||
<div
|
||||
class="flex items-center gap-6 opacity-0 animate-fade-in-up"
|
||||
style="animation-delay: 1600ms; animation-fill-mode: forwards;"
|
||||
class="flex items-center gap-6 opacity-0"
|
||||
style="animation: fadeInUp 800ms ease-out 1600ms forwards"
|
||||
>
|
||||
<div class="flex-1 h-px bg-white"></div>
|
||||
<h1
|
||||
|
|
@ -577,13 +577,13 @@
|
|||
</div>
|
||||
|
||||
<!-- Right image panel -->
|
||||
<div class="relative overflow-hidden pt-32 z-10">
|
||||
<div class="relative overflow-hidden">
|
||||
<!-- Current image -->
|
||||
<img
|
||||
id="servicesCurrentImg"
|
||||
src="assets/images/room.png"
|
||||
alt="KH3 Services"
|
||||
class="w-full h-full object-cover opacity-0 absolute inset-0"
|
||||
class="w-full h-full object-cover opacity-0"
|
||||
style="animation: diagMaskReveal 1500ms ease-out 300ms forwards"
|
||||
/>
|
||||
<!-- Next image (for transitions) -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue