Spaces:
Running
Running
Promote version 64ded4c to main
Browse filesPromoted commit 64ded4c3635f4c2a54f74ed8a71b3cf7323f805d to main branch
- about.html +13 -27
- currency.html +13 -27
- events.html +13 -27
- index.html +12 -25
- login.html +12 -26
- results.html +12 -26
about.html
CHANGED
|
@@ -30,38 +30,24 @@
|
|
| 30 |
<div id="vanta-bg" class="fixed top-0 left-0 w-full h-full z-0"></div>
|
| 31 |
|
| 32 |
<!-- Navigation -->
|
| 33 |
-
<nav class="relative z-10 bg-black bg-opacity-
|
| 34 |
-
<div class="container mx-auto px-6 py-4">
|
| 35 |
<div class="flex justify-between items-center">
|
| 36 |
<div class="flex items-center space-x-2">
|
| 37 |
<i data-feather="zap" class="text-yellow-500"></i>
|
| 38 |
<span class="text-2xl font-bold font-['Bebas+Neue'] tracking-wider text-yellow-500">AMPLIFY</span>
|
| 39 |
</div>
|
| 40 |
-
|
| 41 |
-
<div class="hidden md:flex
|
| 42 |
-
<a href="index.html" class="text-white hover:text-yellow-500 transition
|
| 43 |
-
|
| 44 |
-
</a>
|
| 45 |
-
<a href="
|
| 46 |
-
|
| 47 |
-
</a>
|
| 48 |
-
<a href="
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
<a href="about.html" class="text-yellow-500 hover:text-yellow-400 transition flex items-center">
|
| 52 |
-
<i data-feather="info" class="mr-2 w-5"></i> About
|
| 53 |
-
</a>
|
| 54 |
-
<a href="currency.html" class="text-white hover:text-yellow-500 transition flex items-center">
|
| 55 |
-
<i data-feather="dollar-sign" class="mr-2 w-5"></i> Currency
|
| 56 |
-
</a>
|
| 57 |
-
<a href="events.html" class="text-white hover:text-yellow-500 transition flex items-center">
|
| 58 |
-
<i data-feather="calendar" class="mr-2 w-5"></i> Events
|
| 59 |
-
</a>
|
| 60 |
-
<a href="results.html" class="text-white hover:text-yellow-500 transition flex items-center">
|
| 61 |
-
<i data-feather="award" class="mr-2 w-5"></i> Results
|
| 62 |
-
</a>
|
| 63 |
-
</div>
|
| 64 |
-
<div class="flex items-center space-x-4">
|
| 65 |
<a href="login.html" class="bg-yellow-500 hover:bg-yellow-600 text-black font-bold px-4 py-2 rounded-lg transition flex items-center">
|
| 66 |
<i data-feather="user" class="mr-2"></i> Login
|
| 67 |
</a>
|
|
|
|
| 30 |
<div id="vanta-bg" class="fixed top-0 left-0 w-full h-full z-0"></div>
|
| 31 |
|
| 32 |
<!-- Navigation -->
|
| 33 |
+
<nav class="relative z-10 bg-black bg-opacity-80 border-b border-gold-500">
|
| 34 |
+
<div class="container mx-auto px-6 py-4">
|
| 35 |
<div class="flex justify-between items-center">
|
| 36 |
<div class="flex items-center space-x-2">
|
| 37 |
<i data-feather="zap" class="text-yellow-500"></i>
|
| 38 |
<span class="text-2xl font-bold font-['Bebas+Neue'] tracking-wider text-yellow-500">AMPLIFY</span>
|
| 39 |
</div>
|
| 40 |
+
|
| 41 |
+
<div class="hidden md:flex items-center space-x-8">
|
| 42 |
+
<a href="index.html" class="text-white hover:text-yellow-500 transition">Home</a>
|
| 43 |
+
<a href="index.html#features" class="text-white hover:text-yellow-500 transition">Features</a>
|
| 44 |
+
<a href="index.html#pricing" class="text-white hover:text-yellow-500 transition">Pricing</a>
|
| 45 |
+
<a href="about.html" class="text-yellow-500 hover:text-yellow-400 transition">About</a>
|
| 46 |
+
<a href="currency.html" class="text-white hover:text-yellow-500 transition">Currency</a>
|
| 47 |
+
<a href="events.html" class="text-white hover:text-yellow-500 transition">Events</a>
|
| 48 |
+
<a href="results.html" class="text-white hover:text-yellow-500 transition">Results</a>
|
| 49 |
+
</div>
|
| 50 |
+
<div class="flex items-center space-x-4">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
<a href="login.html" class="bg-yellow-500 hover:bg-yellow-600 text-black font-bold px-4 py-2 rounded-lg transition flex items-center">
|
| 52 |
<i data-feather="user" class="mr-2"></i> Login
|
| 53 |
</a>
|
currency.html
CHANGED
|
@@ -23,38 +23,24 @@
|
|
| 23 |
<div id="vanta-bg" class="fixed top-0 left-0 w-full h-full z-0"></div>
|
| 24 |
|
| 25 |
<!-- Navigation -->
|
| 26 |
-
<nav class="relative z-10 bg-black bg-opacity-
|
| 27 |
-
<div class="container mx-auto px-6 py-4">
|
| 28 |
<div class="flex justify-between items-center">
|
| 29 |
<div class="flex items-center space-x-2">
|
| 30 |
<i data-feather="zap" class="text-yellow-500"></i>
|
| 31 |
<span class="text-2xl font-bold font-['Bebas+Neue'] tracking-wider text-yellow-500">AMPLIFY</span>
|
| 32 |
</div>
|
| 33 |
-
|
| 34 |
-
<div class="hidden md:flex
|
| 35 |
-
<a href="index.html" class="text-white hover:text-yellow-500 transition
|
| 36 |
-
|
| 37 |
-
</a>
|
| 38 |
-
<a href="
|
| 39 |
-
|
| 40 |
-
</a>
|
| 41 |
-
<a href="
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
<a href="about.html" class="text-white hover:text-yellow-500 transition flex items-center">
|
| 45 |
-
<i data-feather="info" class="mr-2 w-5"></i> About
|
| 46 |
-
</a>
|
| 47 |
-
<a href="currency.html" class="text-yellow-500 hover:text-yellow-400 transition flex items-center">
|
| 48 |
-
<i data-feather="dollar-sign" class="mr-2 w-5"></i> Currency
|
| 49 |
-
</a>
|
| 50 |
-
<a href="events.html" class="text-white hover:text-yellow-500 transition flex items-center">
|
| 51 |
-
<i data-feather="calendar" class="mr-2 w-5"></i> Events
|
| 52 |
-
</a>
|
| 53 |
-
<a href="results.html" class="text-white hover:text-yellow-500 transition flex items-center">
|
| 54 |
-
<i data-feather="award" class="mr-2 w-5"></i> Results
|
| 55 |
-
</a>
|
| 56 |
-
</div>
|
| 57 |
-
<div class="flex items-center space-x-4">
|
| 58 |
<a href="login.html" class="bg-yellow-500 hover:bg-yellow-600 text-black font-bold px-4 py-2 rounded-lg transition flex items-center">
|
| 59 |
<i data-feather="user" class="mr-2"></i> Login
|
| 60 |
</a>
|
|
|
|
| 23 |
<div id="vanta-bg" class="fixed top-0 left-0 w-full h-full z-0"></div>
|
| 24 |
|
| 25 |
<!-- Navigation -->
|
| 26 |
+
<nav class="relative z-10 bg-black bg-opacity-80 border-b border-gold-500">
|
| 27 |
+
<div class="container mx-auto px-6 py-4">
|
| 28 |
<div class="flex justify-between items-center">
|
| 29 |
<div class="flex items-center space-x-2">
|
| 30 |
<i data-feather="zap" class="text-yellow-500"></i>
|
| 31 |
<span class="text-2xl font-bold font-['Bebas+Neue'] tracking-wider text-yellow-500">AMPLIFY</span>
|
| 32 |
</div>
|
| 33 |
+
|
| 34 |
+
<div class="hidden md:flex items-center space-x-8">
|
| 35 |
+
<a href="index.html" class="text-white hover:text-yellow-500 transition">Home</a>
|
| 36 |
+
<a href="index.html#features" class="text-white hover:text-yellow-500 transition">Features</a>
|
| 37 |
+
<a href="index.html#pricing" class="text-white hover:text-yellow-500 transition">Pricing</a>
|
| 38 |
+
<a href="about.html" class="text-white hover:text-yellow-500 transition">About</a>
|
| 39 |
+
<a href="currency.html" class="text-yellow-500 hover:text-yellow-400 transition">Currency</a>
|
| 40 |
+
<a href="events.html" class="text-white hover:text-yellow-500 transition">Events</a>
|
| 41 |
+
<a href="results.html" class="text-white hover:text-yellow-500 transition">Results</a>
|
| 42 |
+
</div>
|
| 43 |
+
<div class="flex items-center space-x-4">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
<a href="login.html" class="bg-yellow-500 hover:bg-yellow-600 text-black font-bold px-4 py-2 rounded-lg transition flex items-center">
|
| 45 |
<i data-feather="user" class="mr-2"></i> Login
|
| 46 |
</a>
|
events.html
CHANGED
|
@@ -27,38 +27,24 @@
|
|
| 27 |
<div id="vanta-bg" class="fixed top-0 left-0 w-full h-full z-0"></div>
|
| 28 |
|
| 29 |
<!-- Navigation -->
|
| 30 |
-
<nav class="relative z-10 bg-black bg-opacity-
|
| 31 |
-
<div class="container mx-auto px-6 py-4">
|
| 32 |
<div class="flex justify-between items-center">
|
| 33 |
<div class="flex items-center space-x-2">
|
| 34 |
<i data-feather="zap" class="text-yellow-500"></i>
|
| 35 |
<span class="text-2xl font-bold font-['Bebas+Neue'] tracking-wider text-yellow-500">AMPLIFY</span>
|
| 36 |
</div>
|
| 37 |
-
|
| 38 |
-
<div class="hidden md:flex
|
| 39 |
-
<a href="index.html" class="text-white hover:text-yellow-500 transition
|
| 40 |
-
|
| 41 |
-
</a>
|
| 42 |
-
<a href="
|
| 43 |
-
|
| 44 |
-
</a>
|
| 45 |
-
<a href="
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
<a href="about.html" class="text-white hover:text-yellow-500 transition flex items-center">
|
| 49 |
-
<i data-feather="info" class="mr-2 w-5"></i> About
|
| 50 |
-
</a>
|
| 51 |
-
<a href="currency.html" class="text-white hover:text-yellow-500 transition flex items-center">
|
| 52 |
-
<i data-feather="dollar-sign" class="mr-2 w-5"></i> Currency
|
| 53 |
-
</a>
|
| 54 |
-
<a href="events.html" class="text-yellow-500 hover:text-yellow-400 transition flex items-center">
|
| 55 |
-
<i data-feather="calendar" class="mr-2 w-5"></i> Events
|
| 56 |
-
</a>
|
| 57 |
-
<a href="results.html" class="text-white hover:text-yellow-500 transition flex items-center">
|
| 58 |
-
<i data-feather="award" class="mr-2 w-5"></i> Results
|
| 59 |
-
</a>
|
| 60 |
-
</div>
|
| 61 |
-
<div class="flex items-center space-x-4">
|
| 62 |
<a href="login.html" class="bg-yellow-500 hover:bg-yellow-600 text-black font-bold px-4 py-2 rounded-lg transition flex items-center">
|
| 63 |
<i data-feather="user" class="mr-2"></i> Login
|
| 64 |
</a>
|
|
|
|
| 27 |
<div id="vanta-bg" class="fixed top-0 left-0 w-full h-full z-0"></div>
|
| 28 |
|
| 29 |
<!-- Navigation -->
|
| 30 |
+
<nav class="relative z-10 bg-black bg-opacity-80 border-b border-gold-500">
|
| 31 |
+
<div class="container mx-auto px-6 py-4">
|
| 32 |
<div class="flex justify-between items-center">
|
| 33 |
<div class="flex items-center space-x-2">
|
| 34 |
<i data-feather="zap" class="text-yellow-500"></i>
|
| 35 |
<span class="text-2xl font-bold font-['Bebas+Neue'] tracking-wider text-yellow-500">AMPLIFY</span>
|
| 36 |
</div>
|
| 37 |
+
|
| 38 |
+
<div class="hidden md:flex items-center space-x-8">
|
| 39 |
+
<a href="index.html" class="text-white hover:text-yellow-500 transition">Home</a>
|
| 40 |
+
<a href="index.html#features" class="text-white hover:text-yellow-500 transition">Features</a>
|
| 41 |
+
<a href="index.html#pricing" class="text-white hover:text-yellow-500 transition">Pricing</a>
|
| 42 |
+
<a href="about.html" class="text-white hover:text-yellow-500 transition">About</a>
|
| 43 |
+
<a href="currency.html" class="text-white hover:text-yellow-500 transition">Currency</a>
|
| 44 |
+
<a href="events.html" class="text-yellow-500 hover:text-yellow-400 transition">Events</a>
|
| 45 |
+
<a href="results.html" class="text-white hover:text-yellow-500 transition">Results</a>
|
| 46 |
+
</div>
|
| 47 |
+
<div class="flex items-center space-x-4">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
<a href="login.html" class="bg-yellow-500 hover:bg-yellow-600 text-black font-bold px-4 py-2 rounded-lg transition flex items-center">
|
| 49 |
<i data-feather="user" class="mr-2"></i> Login
|
| 50 |
</a>
|
index.html
CHANGED
|
@@ -53,8 +53,8 @@
|
|
| 53 |
</div>
|
| 54 |
|
| 55 |
<!-- Navigation -->
|
| 56 |
-
<nav class="relative z-10 bg-black bg-opacity-
|
| 57 |
-
<div class="container mx-auto px-6 py-4">
|
| 58 |
<div class="flex justify-between items-center">
|
| 59 |
<div class="flex items-center space-x-2">
|
| 60 |
<i data-feather="zap" class="text-yellow-500"></i>
|
|
@@ -66,29 +66,16 @@
|
|
| 66 |
<i data-feather="menu"></i>
|
| 67 |
</button>
|
| 68 |
</div>
|
| 69 |
-
|
| 70 |
-
<
|
| 71 |
-
<
|
| 72 |
-
|
| 73 |
-
</a>
|
| 74 |
-
<a href="index.html#
|
| 75 |
-
|
| 76 |
-
</a>
|
| 77 |
-
<a href="
|
| 78 |
-
|
| 79 |
-
</a>
|
| 80 |
-
<a href="about.html" class="text-white hover:text-yellow-500 transition flex items-center">
|
| 81 |
-
<i data-feather="info" class="mr-2 w-5"></i> About
|
| 82 |
-
</a>
|
| 83 |
-
<a href="currency.html" class="text-white hover:text-yellow-500 transition flex items-center">
|
| 84 |
-
<i data-feather="dollar-sign" class="mr-2 w-5"></i> Currency
|
| 85 |
-
</a>
|
| 86 |
-
<a href="events.html" class="text-white hover:text-yellow-500 transition flex items-center">
|
| 87 |
-
<i data-feather="calendar" class="mr-2 w-5"></i> Events
|
| 88 |
-
</a>
|
| 89 |
-
<a href="results.html" class="text-white hover:text-yellow-500 transition flex items-center">
|
| 90 |
-
<i data-feather="award" class="mr-2 w-5"></i> Results
|
| 91 |
-
</a>
|
| 92 |
</div>
|
| 93 |
<div class="flex items-center space-x-4">
|
| 94 |
<div class="relative">
|
|
|
|
| 53 |
</div>
|
| 54 |
|
| 55 |
<!-- Navigation -->
|
| 56 |
+
<nav class="relative z-10 bg-black bg-opacity-80 border-b border-gold-500">
|
| 57 |
+
<div class="container mx-auto px-6 py-4">
|
| 58 |
<div class="flex justify-between items-center">
|
| 59 |
<div class="flex items-center space-x-2">
|
| 60 |
<i data-feather="zap" class="text-yellow-500"></i>
|
|
|
|
| 66 |
<i data-feather="menu"></i>
|
| 67 |
</button>
|
| 68 |
</div>
|
| 69 |
+
|
| 70 |
+
<!-- Desktop Navigation -->
|
| 71 |
+
<div class="hidden md:flex items-center space-x-8">
|
| 72 |
+
<a href="index.html" class="text-white hover:text-yellow-500 transition">Home</a>
|
| 73 |
+
<a href="index.html#features" class="text-white hover:text-yellow-500 transition">Features</a>
|
| 74 |
+
<a href="index.html#pricing" class="text-white hover:text-yellow-500 transition">Pricing</a>
|
| 75 |
+
<a href="about.html" class="text-white hover:text-yellow-500 transition">About</a>
|
| 76 |
+
<a href="currency.html" class="text-white hover:text-yellow-500 transition">Currency</a>
|
| 77 |
+
<a href="events.html" class="text-white hover:text-yellow-500 transition">Events</a>
|
| 78 |
+
<a href="results.html" class="text-white hover:text-yellow-500 transition">Results</a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 79 |
</div>
|
| 80 |
<div class="flex items-center space-x-4">
|
| 81 |
<div class="relative">
|
login.html
CHANGED
|
@@ -25,38 +25,24 @@
|
|
| 25 |
<div id="vanta-bg" class="fixed top-0 left-0 w-full h-full z-0"></div>
|
| 26 |
|
| 27 |
<!-- Navigation -->
|
| 28 |
-
<nav class="relative z-10 bg-black bg-opacity-
|
| 29 |
-
<div class="container mx-auto px-6 py-4">
|
| 30 |
<div class="flex justify-between items-center">
|
| 31 |
<div class="flex items-center space-x-2">
|
| 32 |
<i data-feather="zap" class="text-yellow-500"></i>
|
| 33 |
<span class="text-2xl font-bold font-['Bebas+Neue'] tracking-wider text-yellow-500">AMPLIFY</span>
|
| 34 |
</div>
|
| 35 |
-
|
| 36 |
-
<div class="hidden md:flex
|
| 37 |
-
<a href="index.html" class="text-white hover:text-yellow-500 transition
|
| 38 |
-
|
| 39 |
-
</a>
|
| 40 |
-
<a href="
|
| 41 |
-
|
| 42 |
-
</a>
|
| 43 |
-
<a href="
|
| 44 |
-
<i data-feather="dollar-sign" class="mr-2 w-5"></i> Pricing
|
| 45 |
-
</a>
|
| 46 |
-
<a href="about.html" class="text-white hover:text-yellow-500 transition flex items-center">
|
| 47 |
-
<i data-feather="info" class="mr-2 w-5"></i> About
|
| 48 |
-
</a>
|
| 49 |
-
<a href="currency.html" class="text-white hover:text-yellow-500 transition flex items-center">
|
| 50 |
-
<i data-feather="dollar-sign" class="mr-2 w-5"></i> Currency
|
| 51 |
-
</a>
|
| 52 |
-
<a href="events.html" class="text-white hover:text-yellow-500 transition flex items-center">
|
| 53 |
-
<i data-feather="calendar" class="mr-2 w-5"></i> Events
|
| 54 |
-
</a>
|
| 55 |
-
<a href="results.html" class="text-white hover:text-yellow-500 transition flex items-center">
|
| 56 |
-
<i data-feather="award" class="mr-2 w-5"></i> Results
|
| 57 |
-
</a>
|
| 58 |
</div>
|
| 59 |
-
<div class="flex items-center space-x-4">
|
| 60 |
<a href="login.html" class="bg-yellow-500 hover:bg-yellow-600 text-black font-bold px-4 py-2 rounded-lg transition flex items-center">
|
| 61 |
<i data-feather="user" class="mr-2"></i> Login
|
| 62 |
</a>
|
|
|
|
| 25 |
<div id="vanta-bg" class="fixed top-0 left-0 w-full h-full z-0"></div>
|
| 26 |
|
| 27 |
<!-- Navigation -->
|
| 28 |
+
<nav class="relative z-10 bg-black bg-opacity-80 border-b border-gold-500">
|
| 29 |
+
<div class="container mx-auto px-6 py-4">
|
| 30 |
<div class="flex justify-between items-center">
|
| 31 |
<div class="flex items-center space-x-2">
|
| 32 |
<i data-feather="zap" class="text-yellow-500"></i>
|
| 33 |
<span class="text-2xl font-bold font-['Bebas+Neue'] tracking-wider text-yellow-500">AMPLIFY</span>
|
| 34 |
</div>
|
| 35 |
+
|
| 36 |
+
<div class="hidden md:flex items-center space-x-8">
|
| 37 |
+
<a href="index.html" class="text-white hover:text-yellow-500 transition">Home</a>
|
| 38 |
+
<a href="index.html#features" class="text-white hover:text-yellow-500 transition">Features</a>
|
| 39 |
+
<a href="index.html#pricing" class="text-white hover:text-yellow-500 transition">Pricing</a>
|
| 40 |
+
<a href="about.html" class="text-white hover:text-yellow-500 transition">About</a>
|
| 41 |
+
<a href="currency.html" class="text-white hover:text-yellow-500 transition">Currency</a>
|
| 42 |
+
<a href="events.html" class="text-white hover:text-yellow-500 transition">Events</a>
|
| 43 |
+
<a href="results.html" class="text-white hover:text-yellow-500 transition">Results</a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
</div>
|
| 45 |
+
<div class="flex items-center space-x-4">
|
| 46 |
<a href="login.html" class="bg-yellow-500 hover:bg-yellow-600 text-black font-bold px-4 py-2 rounded-lg transition flex items-center">
|
| 47 |
<i data-feather="user" class="mr-2"></i> Login
|
| 48 |
</a>
|
results.html
CHANGED
|
@@ -29,38 +29,24 @@
|
|
| 29 |
<div id="vanta-bg" class="fixed top-0 left-0 w-full h-full z-0"></div>
|
| 30 |
|
| 31 |
<!-- Navigation -->
|
| 32 |
-
<nav class="relative z-10 bg-black bg-opacity-
|
| 33 |
-
<div class="container mx-auto px-6 py-4">
|
| 34 |
<div class="flex justify-between items-center">
|
| 35 |
<div class="flex items-center space-x-2">
|
| 36 |
<i data-feather="zap" class="text-yellow-500"></i>
|
| 37 |
<span class="text-2xl font-bold font-['Bebas+Neue'] tracking-wider text-yellow-500">AMPLIFY</span>
|
| 38 |
</div>
|
| 39 |
-
|
| 40 |
-
<div class="hidden md:flex
|
| 41 |
-
<a href="index.html" class="text-white hover:text-yellow-500 transition
|
| 42 |
-
|
| 43 |
-
</a>
|
| 44 |
-
<a href="
|
| 45 |
-
|
| 46 |
-
</a>
|
| 47 |
-
<a href="
|
| 48 |
-
<i data-feather="dollar-sign" class="mr-2 w-5"></i> Pricing
|
| 49 |
-
</a>
|
| 50 |
-
<a href="about.html" class="text-white hover:text-yellow-500 transition flex items-center">
|
| 51 |
-
<i data-feather="info" class="mr-2 w-5"></i> About
|
| 52 |
-
</a>
|
| 53 |
-
<a href="currency.html" class="text-white hover:text-yellow-500 transition flex items-center">
|
| 54 |
-
<i data-feather="dollar-sign" class="mr-2 w-5"></i> Currency
|
| 55 |
-
</a>
|
| 56 |
-
<a href="events.html" class="text-white hover:text-yellow-500 transition flex items-center">
|
| 57 |
-
<i data-feather="calendar" class="mr-2 w-5"></i> Events
|
| 58 |
-
</a>
|
| 59 |
-
<a href="results.html" class="text-yellow-500 hover:text-yellow-400 transition flex items-center">
|
| 60 |
-
<i data-feather="award" class="mr-2 w-5"></i> Results
|
| 61 |
-
</a>
|
| 62 |
</div>
|
| 63 |
-
<div class="flex items-center space-x-4">
|
| 64 |
<a href="login.html" class="bg-yellow-500 hover:bg-yellow-600 text-black font-bold px-4 py-2 rounded-lg transition flex items-center">
|
| 65 |
<i data-feather="user" class="mr-2"></i> Login
|
| 66 |
</a>
|
|
|
|
| 29 |
<div id="vanta-bg" class="fixed top-0 left-0 w-full h-full z-0"></div>
|
| 30 |
|
| 31 |
<!-- Navigation -->
|
| 32 |
+
<nav class="relative z-10 bg-black bg-opacity-80 border-b border-gold-500">
|
| 33 |
+
<div class="container mx-auto px-6 py-4">
|
| 34 |
<div class="flex justify-between items-center">
|
| 35 |
<div class="flex items-center space-x-2">
|
| 36 |
<i data-feather="zap" class="text-yellow-500"></i>
|
| 37 |
<span class="text-2xl font-bold font-['Bebas+Neue'] tracking-wider text-yellow-500">AMPLIFY</span>
|
| 38 |
</div>
|
| 39 |
+
|
| 40 |
+
<div class="hidden md:flex items-center space-x-8">
|
| 41 |
+
<a href="index.html" class="text-white hover:text-yellow-500 transition">Home</a>
|
| 42 |
+
<a href="index.html#features" class="text-white hover:text-yellow-500 transition">Features</a>
|
| 43 |
+
<a href="index.html#pricing" class="text-white hover:text-yellow-500 transition">Pricing</a>
|
| 44 |
+
<a href="about.html" class="text-white hover:text-yellow-500 transition">About</a>
|
| 45 |
+
<a href="currency.html" class="text-white hover:text-yellow-500 transition">Currency</a>
|
| 46 |
+
<a href="events.html" class="text-white hover:text-yellow-500 transition">Events</a>
|
| 47 |
+
<a href="results.html" class="text-yellow-500 hover:text-yellow-400 transition">Results</a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 48 |
</div>
|
| 49 |
+
<div class="flex items-center space-x-4">
|
| 50 |
<a href="login.html" class="bg-yellow-500 hover:bg-yellow-600 text-black font-bold px-4 py-2 rounded-lg transition flex items-center">
|
| 51 |
<i data-feather="user" class="mr-2"></i> Login
|
| 52 |
</a>
|