edit
This commit is contained in:
parent
3053f54fb4
commit
6bf2f73b8f
8
dist/output.css
vendored
8
dist/output.css
vendored
@ -831,10 +831,10 @@ body:is(.dark *) {
|
||||
}
|
||||
|
||||
.pill-button {
|
||||
box-shadow: 0 0 60px rgba(198, 198, 196, 0.8),
|
||||
0 0 120px rgba(116, 116, 115, 0.6),
|
||||
0 0 180px rgba(70, 69, 68, 0.4);
|
||||
border: 2px solid rgba(44, 43, 42, 0.9);
|
||||
box-shadow: 0 0 60px rgba(198, 198, 196, 0.4),
|
||||
0 0 120px rgba(116, 116, 115, 0.2),
|
||||
0 0 180px rgba(70, 69, 68, 0.1);
|
||||
border: 2px solid rgba(152, 151, 149, 0.9);
|
||||
}
|
||||
|
||||
.circular-layout {
|
||||
|
BIN
src/home/img/backgrounds/home_bg41.webp
Normal file
BIN
src/home/img/backgrounds/home_bg41.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 107 KiB |
BIN
src/home/img/backgrounds/home_bg61.webp
Normal file
BIN
src/home/img/backgrounds/home_bg61.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
src/home/img/backgrounds/home_bg71.webp
Normal file
BIN
src/home/img/backgrounds/home_bg71.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
@ -102,7 +102,7 @@
|
||||
</section>
|
||||
|
||||
<!-- Home Section 4 (Responsive) -->
|
||||
<section class="relative w-screen min-h-[800px] py-12 overflow-hidden -mx-[50vw] left-[50%] right-[50%] flex items-center justify-center bg-cover bg-center" style="background-image: url('../src/home/img/backgrounds/home_bg4_1.webp');">
|
||||
<section class="relative w-screen min-h-[800px] py-12 overflow-hidden -mx-[50vw] left-[50%] right-[50%] flex items-center justify-center bg-cover bg-center" style="background-image: url('../src/home/img/backgrounds/home_bg41.webp');">
|
||||
<div class="absolute inset-0 bg-gradient-to-b from-black/80 via-black/70 to-black/80"></div>
|
||||
|
||||
<!-- Desktop Layout -->
|
||||
@ -173,7 +173,7 @@
|
||||
</section>
|
||||
|
||||
<!-- Home Section 7 -->
|
||||
<section class="lg:pt-12 relative w-screen min-h-[600px] overflow-hidden -mx-[50vw] left-[50%] right-[50%] flex items-center justify-center bg-cover bg-center" style="background-image: url('../src/home/img/backgrounds/home_bg7.webp');">
|
||||
<section class="lg:pt-12 relative w-screen min-h-[600px] overflow-hidden -mx-[50vw] left-[50%] right-[50%] flex items-center justify-center bg-cover bg-center" style="background-image: url('../src/home/img/backgrounds/home_bg71.webp');">
|
||||
<div class="absolute inset-0 bg-gradient-to-r from-black/20 via-black/10 to-transparent"></div>
|
||||
<div class="container mx-auto px-4 relative z-10">
|
||||
<div class="flex flex-col items-center text-center max-w-4xl mx-auto">
|
||||
@ -189,7 +189,7 @@
|
||||
|
||||
|
||||
<!-- Home Section 6 -->
|
||||
<section class="relative w-screen min-h-[600px] overflow-hidden -mx-[50vw] left-[50%] right-[50%] flex items-center justify-center bg-cover bg-center" style="background-image: url('../src/home/img/backgrounds/home_bg6.webp');">
|
||||
<section class="relative w-screen min-h-[600px] overflow-hidden -mx-[50vw] left-[50%] right-[50%] flex items-center justify-center bg-cover bg-center" style="background-image: url('../src/home/img/backgrounds/home_bg61.webp');">
|
||||
<div class="absolute inset-0 bg-gradient-to-r from-black/20 via-black/10 to-transparent"></div>
|
||||
<div class="container mx-auto px-4 relative z-10">
|
||||
<div class="grid grid-cols-1 md:grid-cols-2 gap-8 items-center">
|
||||
|
@ -190,6 +190,6 @@
|
||||
}
|
||||
|
||||
.connector-text {
|
||||
@apply text-yellow-500 text-lg md:text-xl font-medium tracking-wider mb-4;
|
||||
@apply text-white text-lg md:text-xl font-medium tracking-wider mb-4;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user