FIX: blank page instead of the title

This commit is contained in:
2025-08-27 12:52:24 +02:00
parent bc2132f2ef
commit 780b437816

View File

@@ -104,6 +104,7 @@
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@@ -125,7 +126,7 @@
<h1 class="hero-title text-5xl md:text-7xl tracking-wide gradient-text pb-4">
<span class="font-medium">Making</span> <span class="font-extrabold">Technology</span> <span class="font-medium">Work</span>
</h1>
<p class="hero-subtitle text-sky-300/20 text-sm md:text-base tracking-wider">Empowering people through innovation</p>
<p class="hero-subtitle text-sky-300 text-sm md:text-base tracking-wider opacity-20">Empowering people through innovation</p>
</div>
<a href="#about" class="absolute bottom-10 flex flex-col items-center text-gray-400 hover:text-white transition-colors duration-300 no-underline">
<div class="scroll-down-chevron mb-2"></div>