Fazbeeer commited on
Commit
7af5cf3
·
verified ·
1 Parent(s): be590b9

Promote version c02739e to main

Browse files

Promoted commit c02739e945f1570d1025a37a6f3a931e03dc095e to main branch

Files changed (6) hide show
  1. about.html +4 -15
  2. currency.html +4 -15
  3. events.html +4 -15
  4. index.html +22 -44
  5. login.html +3 -14
  6. results.html +3 -14
about.html CHANGED
@@ -37,7 +37,8 @@
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
- <div class="hidden md:flex items-center space-x-8 mr-auto">
 
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>
@@ -45,22 +46,10 @@
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-white hover:text-yellow-500 transition">Results</a>
48
- </div>
49
  <div class="flex items-center space-x-4">
50
- <div class="relative group">
51
- <button class="flex items-center space-x-1 bg-black bg-opacity-50 px-3 py-2 rounded-lg border border-yellow-500 hover:bg-yellow-500 hover:text-black transition">
52
- <i data-feather="globe" class="text-yellow-500 group-hover:text-black"></i>
53
- <span class="text-white group-hover:text-black">EN</span>
54
- </button>
55
- <div class="absolute right-0 mt-2 w-48 bg-black border border-yellow-500 rounded-lg shadow-lg py-1 z-20 hidden group-hover:block">
56
- <a href="#" class="block px-4 py-2 text-white hover:bg-yellow-500 hover:text-black">English</a>
57
- <a href="#" class="block px-4 py-2 text-white hover:bg-yellow-500 hover:text-black">Español</a>
58
- <a href="#" class="block px-4 py-2 text-white hover:bg-yellow-500 hover:text-black">Français</a>
59
- <a href="#" class="block px-4 py-2 text-white hover:bg-yellow-500 hover:text-black">Deutsch</a>
60
- </div>
61
- </div>
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>
65
  </div>
66
  </div>
 
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>
 
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>
54
  </div>
55
  </div>
currency.html CHANGED
@@ -30,7 +30,8 @@
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
- <div class="hidden md:flex items-center space-x-8 mr-auto">
 
34
  <a href="index.html" class="text-white hover:text-yellow-500 transition">Home</a>
35
  <a href="index.html#features" class="text-white hover:text-yellow-500 transition">Features</a>
36
  <a href="index.html#pricing" class="text-white hover:text-yellow-500 transition">Pricing</a>
@@ -38,22 +39,10 @@
38
  <a href="currency.html" class="text-yellow-500 hover:text-yellow-400 transition">Currency</a>
39
  <a href="events.html" class="text-white hover:text-yellow-500 transition">Events</a>
40
  <a href="results.html" class="text-white hover:text-yellow-500 transition">Results</a>
41
- </div>
42
  <div class="flex items-center space-x-4">
43
- <div class="relative group">
44
- <button class="flex items-center space-x-1 bg-black bg-opacity-50 px-3 py-2 rounded-lg border border-yellow-500 hover:bg-yellow-500 hover:text-black transition">
45
- <i data-feather="globe" class="text-yellow-500 group-hover:text-black"></i>
46
- <span class="text-white group-hover:text-black">EN</span>
47
- </button>
48
- <div class="absolute right-0 mt-2 w-48 bg-black border border-yellow-500 rounded-lg shadow-lg py-1 z-20 hidden group-hover:block">
49
- <a href="#" class="block px-4 py-2 text-white hover:bg-yellow-500 hover:text-black">English</a>
50
- <a href="#" class="block px-4 py-2 text-white hover:bg-yellow-500 hover:text-black">Español</a>
51
- <a href="#" class="block px-4 py-2 text-white hover:bg-yellow-500 hover:text-black">Français</a>
52
- <a href="#" class="block px-4 py-2 text-white hover:bg-yellow-500 hover:text-black">Deutsch</a>
53
- </div>
54
- </div>
55
  <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">
56
- <i data-feather="user" class="mr-2"></i> Login
57
  </a>
58
  </div>
59
  </div>
 
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>
 
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>
47
  </div>
48
  </div>
events.html CHANGED
@@ -34,7 +34,8 @@
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
- <div class="hidden md:flex items-center space-x-8 mr-auto">
 
38
  <a href="index.html" class="text-white hover:text-yellow-500 transition">Home</a>
39
  <a href="index.html#features" class="text-white hover:text-yellow-500 transition">Features</a>
40
  <a href="index.html#pricing" class="text-white hover:text-yellow-500 transition">Pricing</a>
@@ -42,22 +43,10 @@
42
  <a href="currency.html" class="text-white hover:text-yellow-500 transition">Currency</a>
43
  <a href="events.html" class="text-yellow-500 hover:text-yellow-400 transition">Events</a>
44
  <a href="results.html" class="text-white hover:text-yellow-500 transition">Results</a>
45
- </div>
46
  <div class="flex items-center space-x-4">
47
- <div class="relative group">
48
- <button class="flex items-center space-x-1 bg-black bg-opacity-50 px-3 py-2 rounded-lg border border-yellow-500 hover:bg-yellow-500 hover:text-black transition">
49
- <i data-feather="globe" class="text-yellow-500 group-hover:text-black"></i>
50
- <span class="text-white group-hover:text-black">EN</span>
51
- </button>
52
- <div class="absolute right-0 mt-2 w-48 bg-black border border-yellow-500 rounded-lg shadow-lg py-1 z-20 hidden group-hover:block">
53
- <a href="#" class="block px-4 py-2 text-white hover:bg-yellow-500 hover:text-black">English</a>
54
- <a href="#" class="block px-4 py-2 text-white hover:bg-yellow-500 hover:text-black">Español</a>
55
- <a href="#" class="block px-4 py-2 text-white hover:bg-yellow-500 hover:text-black">Français</a>
56
- <a href="#" class="block px-4 py-2 text-white hover:bg-yellow-500 hover:text-black">Deutsch</a>
57
- </div>
58
- </div>
59
  <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">
60
- <i data-feather="user" class="mr-2"></i> Login
61
  </a>
62
  </div>
63
  </div>
 
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>
 
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>
51
  </div>
52
  </div>
index.html CHANGED
@@ -68,58 +68,36 @@
68
  </div>
69
 
70
  <!-- Desktop Navigation -->
71
- <div class="hidden md:flex items-center space-x-8 mr-auto">
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">
82
- <button id="cart-button" class="flex items-center space-x-1 bg-black bg-opacity-50 px-3 py-2 rounded-lg border border-yellow-500 hover:bg-yellow-500 hover:text-black transition">
83
- <i data-feather="shopping-cart" class="text-yellow-500 hover:text-black"></i>
84
- <span id="cart-count" class="text-white">0</span>
85
- </button>
86
- </div>
87
- =======
88
- <div class="hidden md:flex items-center space-x-8 mr-auto">
89
- <a href="index.html" class="text-white hover:text-yellow-500 transition">Home</a>
90
- <a href="index.html#features" class="text-white hover:text-yellow-500 transition">Features</a>
91
- <a href="index.html#pricing" class="text-white hover:text-yellow-500 transition">Pricing</a>
92
- <a href="about.html" class="text-white hover:text-yellow-500 transition">About</a>
93
- <a href="currency.html" class="text-white hover:text-yellow-500 transition">Currency</a>
94
- <a href="events.html" class="text-white hover:text-yellow-500 transition">Events</a>
95
- <a href="results.html" class="text-white hover:text-yellow-500 transition">Results</a>
96
- </div>
97
- <div class="flex items-center space-x-4">
98
- <div class="relative">
99
- <button id="cart-button" class="flex items-center space-x-1 bg-black bg-opacity-50 px-3 py-2 rounded-lg border border-yellow-500 hover:bg-yellow-500 hover:text-black transition">
100
- <i data-feather="shopping-cart" class="text-yellow-500 hover:text-black"></i>
101
- <span id="cart-count" class="text-white">0</span>
102
- </button>
103
- </div>
104
- <div class="relative group">
105
- <button class="flex items-center space-x-1 bg-black bg-opacity-50 px-3 py-2 rounded-lg border border-yellow-500 hover:bg-yellow-500 hover:text-black transition">
106
- <i data-feather="globe" class="text-yellow-500 group-hover:text-black"></i>
107
- <span class="text-white group-hover:text-black">EN</span>
108
  </button>
109
- <div class="absolute right-0 mt-2 w-48 bg-black border border-yellow-500 rounded-lg shadow-lg py-1 z-20 hidden group-hover:block">
110
  <a href="#" class="block px-4 py-2 text-white hover:bg-yellow-500 hover:text-black">English</a>
111
  <a href="#" class="block px-4 py-2 text-white hover:bg-yellow-500 hover:text-black">Español</a>
112
  <a href="#" class="block px-4 py-2 text-white hover:bg-yellow-500 hover:text-black">Français</a>
113
  <a href="#" class="block px-4 py-2 text-white hover:bg-yellow-500 hover:text-black">Deutsch</a>
114
  </div>
115
  </div>
116
- <div class="relative">
117
- <button id="cart-button" class="flex items-center space-x-1 bg-black bg-opacity-50 px-3 py-2 rounded-lg border border-yellow-500 hover:bg-yellow-500 hover:text-black transition">
118
- <i data-feather="shopping-cart" class="text-yellow-500 hover:text-black"></i>
119
- <span id="cart-count" class="text-white">0</span>
120
- </button>
121
  <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">
122
- <i data-feather="user" class="mr-2"></i> Login
123
  </a>
124
  <script>
125
  // Cart functionality
 
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">
82
+ <button id="cart-button" class="flex items-center space-x-1 bg-black bg-opacity-50 px-3 py-2 rounded-lg border border-yellow-500 hover:bg-yellow-500 hover:text-black transition">
83
+ <i data-feather="shopping-cart" class="text-yellow-500 hover:text-black"></i>
84
+ <span id="cart-count" class="text-white">0</span>
85
+ </button>
86
+ </div>
87
+ <div class="relative group">
88
+ <button class="flex items-center space-x-1 bg-black bg-opacity-50 px-3 py-2 rounded-lg border border-yellow-500">
89
+ <i data-feather="globe" class="text-yellow-500"></i>
90
+ <span class="text-white">EN</span>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
91
  </button>
92
+ <div class="absolute right-0 mt-2 w-48 bg-black border border-yellow-500 rounded-lg shadow-lg py-1 z-20 hidden group-hover:block">
93
  <a href="#" class="block px-4 py-2 text-white hover:bg-yellow-500 hover:text-black">English</a>
94
  <a href="#" class="block px-4 py-2 text-white hover:bg-yellow-500 hover:text-black">Español</a>
95
  <a href="#" class="block px-4 py-2 text-white hover:bg-yellow-500 hover:text-black">Français</a>
96
  <a href="#" class="block px-4 py-2 text-white hover:bg-yellow-500 hover:text-black">Deutsch</a>
97
  </div>
98
  </div>
 
 
 
 
 
99
  <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">
100
+ <i data-feather="user" class="mr-2"></i> Login
101
  </a>
102
  <script>
103
  // Cart functionality
login.html CHANGED
@@ -32,7 +32,8 @@
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
- <div class="hidden md:flex items-center space-x-8 mr-auto">
 
36
  <a href="index.html" class="text-white hover:text-yellow-500 transition">Home</a>
37
  <a href="index.html#features" class="text-white hover:text-yellow-500 transition">Features</a>
38
  <a href="index.html#pricing" class="text-white hover:text-yellow-500 transition">Pricing</a>
@@ -42,20 +43,8 @@
42
  <a href="results.html" class="text-white hover:text-yellow-500 transition">Results</a>
43
  </div>
44
  <div class="flex items-center space-x-4">
45
- <div class="relative group">
46
- <button class="flex items-center space-x-1 bg-black bg-opacity-50 px-3 py-2 rounded-lg border border-yellow-500 hover:bg-yellow-500 hover:text-black transition">
47
- <i data-feather="globe" class="text-yellow-500 group-hover:text-black"></i>
48
- <span class="text-white group-hover:text-black">EN</span>
49
- </button>
50
- <div class="absolute right-0 mt-2 w-48 bg-black border border-yellow-500 rounded-lg shadow-lg py-1 z-20 hidden group-hover:block">
51
- <a href="#" class="block px-4 py-2 text-white hover:bg-yellow-500 hover:text-black">English</a>
52
- <a href="#" class="block px-4 py-2 text-white hover:bg-yellow-500 hover:text-black">Español</a>
53
- <a href="#" class="block px-4 py-2 text-white hover:bg-yellow-500 hover:text-black">Français</a>
54
- <a href="#" class="block px-4 py-2 text-white hover:bg-yellow-500 hover:text-black">Deutsch</a>
55
- </div>
56
- </div>
57
  <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">
58
- <i data-feather="user" class="mr-2"></i> Login
59
  </a>
60
  </div>
61
  </div>
 
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>
 
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>
49
  </div>
50
  </div>
results.html CHANGED
@@ -36,7 +36,8 @@
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
- <div class="hidden md:flex items-center space-x-8 mr-auto">
 
40
  <a href="index.html" class="text-white hover:text-yellow-500 transition">Home</a>
41
  <a href="index.html#features" class="text-white hover:text-yellow-500 transition">Features</a>
42
  <a href="index.html#pricing" class="text-white hover:text-yellow-500 transition">Pricing</a>
@@ -46,20 +47,8 @@
46
  <a href="results.html" class="text-yellow-500 hover:text-yellow-400 transition">Results</a>
47
  </div>
48
  <div class="flex items-center space-x-4">
49
- <div class="relative group">
50
- <button class="flex items-center space-x-1 bg-black bg-opacity-50 px-3 py-2 rounded-lg border border-yellow-500 hover:bg-yellow-500 hover:text-black transition">
51
- <i data-feather="globe" class="text-yellow-500 group-hover:text-black"></i>
52
- <span class="text-white group-hover:text-black">EN</span>
53
- </button>
54
- <div class="absolute right-0 mt-2 w-48 bg-black border border-yellow-500 rounded-lg shadow-lg py-1 z-20 hidden group-hover:block">
55
- <a href="#" class="block px-4 py-2 text-white hover:bg-yellow-500 hover:text-black">English</a>
56
- <a href="#" class="block px-4 py-2 text-white hover:bg-yellow-500 hover:text-black">Español</a>
57
- <a href="#" class="block px-4 py-2 text-white hover:bg-yellow-500 hover:text-black">Français</a>
58
- <a href="#" class="block px-4 py-2 text-white hover:bg-yellow-500 hover:text-black">Deutsch</a>
59
- </div>
60
- </div>
61
  <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">
62
- <i data-feather="user" class="mr-2"></i> Login
63
  </a>
64
  </div>
65
  </div>
 
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>
 
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>
53
  </div>
54
  </div>