style: Update footer and navbar HTML structure and classes

This commit is contained in:
Jan-Marlon Leibl 2025-02-13 12:28:00 +01:00
parent 84de8e0c86
commit 8514d6d73f
No known key found for this signature in database
GPG key ID: E7B6F77BF5EDB6F7
3 changed files with 99 additions and 114 deletions

View file

@ -1,103 +1,65 @@
<footer class="bg-deep-blue mt-auto">
<div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-2 md:grid-cols-4 lg:grid-cols-6 gap-8">
<div class="col-span-2 md:col-span-1">
<h3 class="text-white text-sm font-semibold mb-4">Casino Spiele</h3>
<div class="footer-section">
<h3 class="footer-heading">Casino Spiele</h3>
<ul class="space-y-3">
<li>
<a
href="#"
class="text-gray-400 hover:text-white text-sm transition-colors duration-200"
>Slots</a
>
<a routerLink="/games" class="footer-link">Slots</a>
</li>
<li>
<a
href="#"
class="text-gray-400 hover:text-white text-sm transition-colors duration-200"
>Plinko</a
>
<a routerLink="/games" class="footer-link">Plinko</a>
</li>
<li>
<a
href="#"
class="text-gray-400 hover:text-white text-sm transition-colors duration-200"
>Blackjack</a
>
<a routerLink="/games" class="footer-link">Blackjack</a>
</li>
<li>
<a
href="#"
class="text-gray-400 hover:text-white text-sm transition-colors duration-200"
>Poker</a
>
<a routerLink="/games" class="footer-link">Poker</a>
</li>
<li>
<a
href="#"
class="text-gray-400 hover:text-white text-sm transition-colors duration-200"
>Liars Dice</a
>
<a routerLink="/games" class="footer-link">Liars Dice</a>
</li>
</ul>
</div>
<div class="col-span-2 md:col-span-1">
<h3 class="text-white text-sm font-semibold mb-4">Andere Spiele</h3>
<div class="footer-section">
<h3 class="footer-heading">Andere Spiele</h3>
<ul class="space-y-3">
<li>
<a
href="#"
class="text-gray-400 hover:text-white text-sm transition-colors duration-200"
>Lootboxen</a
>
<a routerLink="/games" class="footer-link">Lootboxen</a>
</li>
</ul>
</div>
<div class="col-span-2 lg:col-span-2">
<h3 class="text-white text-sm font-semibold mb-4">Einzahlungsmöglichkeiten</h3>
<h3 class="footer-heading">Einzahlungsmöglichkeiten</h3>
<div class="grid grid-cols-2 md:grid-cols-3 gap-4">
<div
class="bg-deep-blue rounded p-3 flex items-center justify-center space-x-2 hover:bg-deep-blue/50 transition-colors duration-200"
>
<fa-icon [icon]="faMoneyBillTransfer" class="text-gray-400 text-lg"></fa-icon>
<span class="text-gray-400 text-xs whitespace-nowrap">Sofort</span>
<div class="footer-payment-method">
<fa-icon [icon]="faMoneyBillTransfer" class="footer-payment-icon"></fa-icon>
<span class="footer-payment-text">Sofort</span>
</div>
<div
class="bg-deep-blue rounded p-3 flex items-center justify-center space-x-2 hover:bg-deep-blue/50 transition-colors duration-200"
>
<fa-icon [icon]="faPaypal" class="text-gray-400 text-lg"></fa-icon>
<span class="text-gray-400 text-xs whitespace-nowrap">Paypal</span>
<div class="footer-payment-method">
<fa-icon [icon]="faPaypal" class="footer-payment-icon"></fa-icon>
<span class="footer-payment-text">Paypal</span>
</div>
<div
class="bg-deep-blue rounded p-3 flex items-center justify-center space-x-2 hover:bg-deep-blue/50 transition-colors duration-200"
>
<fa-icon [icon]="faCreditCard" class="text-gray-400 text-lg"></fa-icon>
<span class="text-gray-400 text-xs whitespace-nowrap">Kreditkarte</span>
<div class="footer-payment-method">
<fa-icon [icon]="faCreditCard" class="footer-payment-icon"></fa-icon>
<span class="footer-payment-text">Kreditkarte</span>
</div>
<div
class="bg-deep-blue rounded p-3 flex items-center justify-center space-x-2 hover:bg-deep-blue/50 transition-colors duration-200"
>
<fa-icon [icon]="faWallet" class="text-gray-400 text-lg"></fa-icon>
<span class="text-gray-400 text-xs whitespace-nowrap">Klara</span>
<div class="footer-payment-method">
<fa-icon [icon]="faWallet" class="footer-payment-icon"></fa-icon>
<span class="footer-payment-text">Klara</span>
</div>
<div
class="bg-deep-blue rounded p-3 flex items-center justify-center space-x-2 hover:bg-deep-blue/50 transition-colors duration-200"
>
<fa-icon [icon]="faMoneyBillTransfer" class="text-gray-400 text-lg"></fa-icon>
<span class="text-gray-400 text-xs whitespace-nowrap">Sepa</span>
<div class="footer-payment-method">
<fa-icon [icon]="faMoneyBillTransfer" class="footer-payment-icon"></fa-icon>
<span class="footer-payment-text">Sepa</span>
</div>
<div
class="bg-deep-blue rounded p-3 flex items-center justify-center space-x-2 hover:bg-deep-blue/50 transition-colors duration-200"
>
<fa-icon [icon]="faGooglePay" class="text-gray-400 text-lg"></fa-icon>
<span class="text-gray-400 text-xs whitespace-nowrap">Google Pay</span>
<div class="footer-payment-method">
<fa-icon [icon]="faGooglePay" class="footer-payment-icon"></fa-icon>
<span class="footer-payment-text">Google Pay</span>
</div>
<div
class="bg-deep-blue rounded p-3 flex items-center justify-center space-x-2 hover:bg-deep-blue/50 transition-colors duration-200"
>
<fa-icon [icon]="faApplePay" class="text-gray-400 text-lg"></fa-icon>
<span class="text-gray-400 text-xs whitespace-nowrap">Apple Pay</span>
<div class="footer-payment-method">
<fa-icon [icon]="faApplePay" class="footer-payment-icon"></fa-icon>
<span class="footer-payment-text">Apple Pay</span>
</div>
</div>
</div>
@ -105,8 +67,10 @@
<div class="mt-12 pt-8 border-t border-deep-blue-light">
<div class="flex flex-col md:flex-row justify-between items-center">
<div class="text-gray-400 text-sm mb-4 md:mb-0">
<span class="text-xs"> <span class="text-emerald">*</span> nicht vorhanden. </span>
<div class="footer-copyright">
<span class="footer-disclaimer">
<span class="text-emerald">*</span> nicht vorhanden.
</span>
<br />
© {{ currentYear }} Trustworthy Casino. Keine Rechte vorbehalten.
</div>