DD BANNER

This commit is contained in:
2024-11-20 19:27:15 +01:00
parent 43d4f7e4a2
commit efa5fd07cf
4 changed files with 10 additions and 7 deletions

View File

@@ -9,7 +9,7 @@ extra:
- [Why]("/about")
- [What]("/solutions")
- [12.12.24]("")
- [12.12.24]("/action")
- Info

BIN
static/images/mycel2.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

BIN
static/images/mycelium.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB

View File

@@ -1,9 +1,12 @@
<div class="bg-transparent pt-32 flex justify-center items-center">
<div class="mx-auto max-w-7xl px-4 lg:px-6">
<div class="pt-16 bg-transparent h-screen flex flex-col justify-start items-center">
<div>
<img
class="object-contain w-full lg:w-[100%] max-w-[100%]"
src="images/gif2.gif"
class="object-contain w-[100%] max-w-[100%]"
src="images/mycel2.gif"
alt="TF">
</div>
</div>
<div class="text-center">
<h2 class="fade-in text-balance text-4xl font-normal tracking-tight text-white sm:text-5xl">Save the Date</h2>
<p class="mx-auto mt-4 max-w-3xl text-pretty lg:text-3xl text-2xl font-medium text-gray-200 fade-in">12.12.24</p>
</div>
</div>