mirror of
https://git.kh3group.com/georgebiri/kh3_website.git
synced 2026-07-02 07:03:46 +00:00
Update project and index pages by modifying project filtering functionality, removing category filters, and enhancing introductory text for better user engagement.
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
38db6e6744
commit
e7d7a83c14
3 changed files with 24 additions and 78 deletions
19
index.html
19
index.html
|
|
@ -366,9 +366,12 @@
|
|||
>
|
||||
<a
|
||||
href="index.html"
|
||||
class="flex items-center gap-3 animate-logo-float hover:opacity-80 transition-opacity"
|
||||
class="flex flex-col items-start gap-2 animate-logo-float hover:opacity-80 transition-opacity"
|
||||
>
|
||||
<img src="assets/images/kh3_logo.png" alt="KH3" class="w-16 h-16" />
|
||||
<h1 class="text-lg md:text-xl font-semibold text-white">
|
||||
KH3 Group
|
||||
</h1>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
|
@ -425,20 +428,6 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Floating Text - Center -->
|
||||
<div
|
||||
class="absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 z-10 opacity-0"
|
||||
style="animation: fadeInScale 1s ease-out 0.6s forwards"
|
||||
>
|
||||
<div class="text-center">
|
||||
<h1
|
||||
class="text-4xl md:text-6xl font-semibold text-white animate-logo-float"
|
||||
>
|
||||
KH3 Group Limited
|
||||
</h1>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- LEFT COLUMN -->
|
||||
<div
|
||||
class="w-full md:w-1/3 bg-kh3-black flex items-start md:items-center p-4 pt-8 md:p-8 md:pt-8 h-[20vh] md:h-auto shrink-0 opacity-0 animate-fade-in-left dream-design-deliver"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue