Fazbeeer commited on
Commit
20450a8
·
verified ·
1 Parent(s): 01fbd7b

🐳 10/02 - 14:02 - add a page that says "results". This will be dedicated to our competition results.

Browse files
Files changed (9) hide show
  1. about.html +1 -0
  2. competition-results.html +338 -0
  3. currency.html +1 -0
  4. events.html +1 -0
  5. help.html +1 -0
  6. index.html +1 -0
  7. newsletter.html +1 -0
  8. pricing.html +1 -0
  9. results.html +1 -0
about.html CHANGED
@@ -52,6 +52,7 @@
52
  <a href="pricing.html" class="text-white hover:text-yellow-500 transition">Pricing</a>
53
  <a href="currency.html" class="text-white hover:text-yellow-500 transition">Currency</a>
54
  <a href="events.html" class="text-white hover:text-yellow-500 transition">Events</a>
 
55
  <a href="results.html" class="text-white hover:text-yellow-500 transition">Testimony</a>
56
  <a href="help.html" class="text-white hover:text-yellow-500 transition">Help</a>
57
  <a href="newsletter.html" class="text-white hover:text-yellow-500 transition">Newsletters</a>
 
52
  <a href="pricing.html" class="text-white hover:text-yellow-500 transition">Pricing</a>
53
  <a href="currency.html" class="text-white hover:text-yellow-500 transition">Currency</a>
54
  <a href="events.html" class="text-white hover:text-yellow-500 transition">Events</a>
55
+ <a href="competition-results.html" class="text-white hover:text-yellow-500 transition">Results</a>
56
  <a href="results.html" class="text-white hover:text-yellow-500 transition">Testimony</a>
57
  <a href="help.html" class="text-white hover:text-yellow-500 transition">Help</a>
58
  <a href="newsletter.html" class="text-white hover:text-yellow-500 transition">Newsletters</a>
competition-results.html ADDED
@@ -0,0 +1,338 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Results - Amplify Competition Achievements</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
9
+ <script src="https://unpkg.com/feather-icons"></script>
10
+ <script src="https://unpkg.com/lucide@latest"></script>
11
+ <script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script>
12
+ <style>
13
+ @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@400;600;700&display=swap');
14
+ .hero-gradient {
15
+ background: linear-gradient(135deg, #000000 0%, #1a1a1a 50%, #3a0000 100%);
16
+ }
17
+ .glow-text {
18
+ text-shadow: 0 0 10px rgba(212, 175, 55, 0.7);
19
+ }
20
+ .award-card {
21
+ transition: all 0.3s ease;
22
+ border: 1px solid #e3b341;
23
+ }
24
+ .award-card:hover {
25
+ transform: translateY(-5px);
26
+ box-shadow: 0 10px 20px rgba(212, 175, 55, 0.3);
27
+ }
28
+ .trophy-glow {
29
+ filter: drop-shadow(0 0 10px rgba(212, 175, 55, 0.5));
30
+ }
31
+ .medal-bronze { color: #cd7f32; }
32
+ .medal-silver { color: #c0c0c0; }
33
+ .medal-gold { color: #ffd700; }
34
+ </style>
35
+ </head>
36
+ <body class="bg-black text-white font-['Montserrat']">
37
+ <!-- Enhanced Vanta.js Background -->
38
+ <div id="vanta-bg" class="fixed top-0 left-0 w-full h-full z-0 opacity-90"></div>
39
+ <div class="fixed top-0 left-0 w-full h-full z-0 bg-gradient-to-b from-black via-transparent to-black opacity-30"></div>
40
+
41
+ <!-- Google Translate -->
42
+ <div id="google_translate_element" class="absolute top-4 right-4 z-50"></div>
43
+ <script type="text/javascript">
44
+ function googleTranslateElementInit() {
45
+ new google.translate.TranslateElement({
46
+ pageLanguage: 'en',
47
+ includedLanguages: 'en,es,fr,de,it,ru,tr,zh-CN,ja,ko',
48
+ autoDisplay: false,
49
+ layout: google.translate.TranslateElement.InlineLayout.SIMPLE
50
+ }, 'google_translate_element');
51
+ }
52
+ </script>
53
+ <script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
54
+
55
+ <!-- Navigation -->
56
+ <nav class="relative z-10 bg-black bg-opacity-80 border-b border-yellow-500">
57
+ <div class="container mx-auto px-6 py-4">
58
+ <div class="flex justify-between items-center">
59
+ <!-- Mobile menu button -->
60
+ <div class="md:hidden">
61
+ <button id="mobile-menu-button" class="text-white focus:outline-none">
62
+ <i data-feather="menu"></i>
63
+ </button>
64
+ </div>
65
+ <!-- Desktop Navigation -->
66
+ <div class="hidden md:flex items-center justify-center flex-grow space-x-8">
67
+ <a href="index.html" class="text-white hover:text-yellow-500 transition">Home</a>
68
+ <a href="about.html" class="text-white hover:text-yellow-500 transition">About</a>
69
+ <a href="pricing.html" class="text-white hover:text-yellow-500 transition">Pricing</a>
70
+ <a href="currency.html" class="text-white hover:text-yellow-500 transition">Currency</a>
71
+ <a href="events.html" class="text-white hover:text-yellow-500 transition">Events</a>
72
+ <a href="competition-results.html" class="text-yellow-500 font-bold transition">Results</a>
73
+ <a href="results.html" class="text-white hover:text-yellow-500 transition">Testimony</a>
74
+ <a href="help.html" class="text-white hover:text-yellow-500 transition">Help</a>
75
+ <a href="newsletter.html" class="text-white hover:text-yellow-500 transition">Newsletters</a>
76
+ </div>
77
+ </div>
78
+ </div>
79
+ </nav>
80
+
81
+ <!-- Hero Section -->
82
+ <section class="relative z-10 hero-gradient py-20">
83
+ <div class="container mx-auto px-6 text-center">
84
+ <div class="mb-8">
85
+ <i data-lucide="trophy" class="w-24 h-24 mx-auto text-yellow-500 trophy-glow mb-6"></i>
86
+ </div>
87
+ <h1 class="text-5xl md:text-7xl font-bold font-['Bebas+Neue'] mb-6 tracking-wider">
88
+ <span class="text-yellow-500 glow-text">COMPETITION</span> RESULTS
89
+ </h1>
90
+ <p class="text-xl text-gray-300 max-w-3xl mx-auto">
91
+ Celebrating our achievements and recognitions in the Virtual Enterprise International competitions
92
+ </p>
93
+ </div>
94
+ </section>
95
+
96
+ <!-- Results Content -->
97
+ <section class="relative z-10 py-20 bg-black bg-opacity-90">
98
+ <div class="container mx-auto px-6">
99
+
100
+ <!-- 2025-2026 Season -->
101
+ <div class="mb-20">
102
+ <h2 class="text-4xl font-bold text-center mb-12 font-['Bebas+Neue'] tracking-wider">
103
+ <span class="text-yellow-500">2025-2026</span> <span class="text-white">SEASON</span>
104
+ </h2>
105
+
106
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
107
+ <!-- Award 1 -->
108
+ <div class="bg-gradient-to-br from-black to-gray-900 rounded-xl p-8 award-card text-center">
109
+ <div class="mb-6">
110
+ <i data-lucide="award" class="w-16 h-16 mx-auto medal-gold trophy-glow"></i>
111
+ </div>
112
+ <h3 class="text-2xl font-bold mb-2 text-yellow-500">1st Place</h3>
113
+ <p class="text-xl font-semibold mb-2">Business Plan Competition</p>
114
+ <p class="text-gray-400 mb-4">Regional Finals</p>
115
+ <div class="inline-block bg-yellow-500 bg-opacity-20 border border-yellow-500 rounded-full px-4 py-1">
116
+ <span class="text-yellow-400 text-sm font-bold">GOLD</span>
117
+ </div>
118
+ </div>
119
+
120
+ <!-- Award 2 -->
121
+ <div class="bg-gradient-to-br from-black to-gray-900 rounded-xl p-8 award-card text-center">
122
+ <div class="mb-6">
123
+ <i data-lucide="medal" class="w-16 h-16 mx-auto medal-silver trophy-glow"></i>
124
+ </div>
125
+ <h3 class="text-2xl font-bold mb-2 text-gray-300">2nd Place</h3>
126
+ <p class="text-xl font-semibold mb-2">Trade Show Competition</p>
127
+ <p class="text-gray-400 mb-4">National Level</p>
128
+ <div class="inline-block bg-gray-400 bg-opacity-20 border border-gray-400 rounded-full px-4 py-1">
129
+ <span class="text-gray-300 text-sm font-bold">SILVER</span>
130
+ </div>
131
+ </div>
132
+
133
+ <!-- Award 3 -->
134
+ <div class="bg-gradient-to-br from-black to-gray-900 rounded-xl p-8 award-card text-center">
135
+ <div class="mb-6">
136
+ <i data-lucide="star" class="w-16 h-16 mx-auto text-yellow-500 trophy-glow"></i>
137
+ </div>
138
+ <h3 class="text-2xl font-bold mb-2 text-yellow-500">Excellence Award</h3>
139
+ <p class="text-xl font-semibold mb-2">Website Design</p>
140
+ <p class="text-gray-400 mb-4">Best User Experience</p>
141
+ <div class="inline-block bg-yellow-500 bg-opacity-20 border border-yellow-500 rounded-full px-4 py-1">
142
+ <span class="text-yellow-400 text-sm font-bold">WINNER</span>
143
+ </div>
144
+ </div>
145
+ </div>
146
+ </div>
147
+
148
+ <!-- 2024-2025 Season -->
149
+ <div class="mb-20">
150
+ <h2 class="text-4xl font-bold text-center mb-12 font-['Bebas+Neue'] tracking-wider">
151
+ <span class="text-yellow-500">2024-2025</span> <span class="text-white">SEASON</span>
152
+ </h2>
153
+
154
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-8 max-w-4xl mx-auto">
155
+ <!-- Award 4 -->
156
+ <div class="bg-gradient-to-br from-black to-gray-900 rounded-xl p-8 award-card flex items-center">
157
+ <div class="mr-6">
158
+ <i data-lucide="trophy" class="w-20 h-20 text-yellow-500 trophy-glow"></i>
159
+ </div>
160
+ <div>
161
+ <h3 class="text-2xl font-bold mb-1 text-yellow-500">Champion</h3>
162
+ <p class="text-lg font-semibold mb-1">Mental Health Innovation</p>
163
+ <p class="text-gray-400 text-sm">VE International Challenge</p>
164
+ <p class="text-yellow-500 text-sm mt-2">Top Prize $5,000</p>
165
+ </div>
166
+ </div>
167
+
168
+ <!-- Award 5 -->
169
+ <div class="bg-gradient-to-br from-black to-gray-900 rounded-xl p-8 award-card flex items-center">
170
+ <div class="mr-6">
171
+ <i data-lucide="target" class="w-20 h-20 text-red-500 trophy-glow"></i>
172
+ </div>
173
+ <div>
174
+ <h3 class="text-2xl font-bold mb-1 text-red-500">Top 5</h3>
175
+ <p class="text-lg font-semibold mb-1">Sales Competition</p>
176
+ <p class="text-gray-400 text-sm">National Rankings</p>
177
+ <p class="text-red-500 text-sm mt-2">120+ Teams</p>
178
+ </div>
179
+ </div>
180
+ </div>
181
+ </div>
182
+
183
+ <!-- Statistics Section -->
184
+ <div class="bg-gradient-to-br from-black to-gray-900 rounded-xl border-2 border-yellow-500 p-8 mb-16">
185
+ <h2 class="text-3xl font-bold text-center mb-8 font-['Bebas+Neue'] tracking-wider">
186
+ <span class="text-yellow-500">BY THE</span> <span class="text-white">NUMBERS</span>
187
+ </h2>
188
+ <div class="grid grid-cols-2 md:grid-cols-4 gap-8 text-center">
189
+ <div>
190
+ <div class="text-5xl font-bold text-yellow-500 mb-2">12</div>
191
+ <div class="text-gray-400">Awards Won</div>
192
+ </div>
193
+ <div>
194
+ <div class="text-5xl font-bold text-yellow-500 mb-2">3</div>
195
+ <div class="text-gray-400">1st Place Finishes</div>
196
+ </div>
197
+ <div>
198
+ <div class="text-5xl font-bold text-yellow-500 mb-2">50+</div>
199
+ <div class="text-gray-400">Competing Teams</div>
200
+ </div>
201
+ <div>
202
+ <div class="text-5xl font-bold text-yellow-500 mb-2">$15K</div>
203
+ <div class="text-gray-400">Prize Earnings</div>
204
+ </div>
205
+ </div>
206
+ </div>
207
+
208
+ <!-- Recognition Banner -->
209
+ <div class="bg-gradient-to-r from-yellow-600 to-yellow-800 rounded-xl p-8 text-center shadow-2xl">
210
+ <i data-lucide="crown" class="w-16 h-16 mx-auto text-white mb-4"></i>
211
+ <h2 class="text-3xl font-bold font-['Bebas+Neue'] tracking-wider mb-4">
212
+ RECOGNIZED FOR EXCELLENCE
213
+ </h2>
214
+ <p class="text-xl mb-6">
215
+ Amplify has been recognized as one of the top Virtual Enterprise companies for innovation in mental performance technology.
216
+ </p>
217
+ <a href="about.html" class="inline-block bg-black hover:bg-gray-900 text-yellow-500 font-bold px-8 py-3 rounded-lg transition border-2 border-yellow-500">
218
+ Meet Our Team
219
+ </a>
220
+ </div>
221
+ </div>
222
+ </section>
223
+
224
+ <!-- Footer -->
225
+ <footer class="relative z-10 bg-black bg-opacity-90 border-t border-gray-800 py-12">
226
+ <div class="container mx-auto px-6">
227
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
228
+ <div>
229
+ <div class="flex items-center space-x-2 mb-4">
230
+ <img src="https://huggingface.co/spaces/Fazbeeer/mindmaster-vr-arena-clone/resolve/main/images/Screen_Shot_2025-10-31_at_9.36.06_AM-removebg-preview%20(1).png"
231
+ alt="Amplify Logo"
232
+ class="h-16 w-auto">
233
+ <span class="text-2xl font-bold font-['Bebas+Neue'] tracking-wider text-yellow-500">AMPLIFY</span>
234
+ </div>
235
+ <p class="text-gray-400 mb-4">
236
+ Mental performance technology for champions in sports, business, and life.
237
+ </p>
238
+ </div>
239
+
240
+ <div></div>
241
+
242
+ <div>
243
+ <h3 class="text-lg font-bold text-white mb-4">Company</h3>
244
+ <ul class="space-y-2">
245
+ <li><a href="about.html" class="text-gray-400 hover:text-yellow-500 transition">About Us</a></li>
246
+ <li><a href="pricing.html" class="text-gray-400 hover:text-yellow-500 transition">Pricing</a></li>
247
+ <li><a href="currency.html" class="text-gray-400 hover:text-yellow-500 transition">Currency</a></li>
248
+ <li><a href="competition-results.html" class="text-yellow-500 hover:text-yellow-400 transition">Results</a></li>
249
+ </ul>
250
+ </div>
251
+
252
+ <div>
253
+ <h3 class="text-lg font-bold text-white mb-4">Resources</h3>
254
+ <ul class="space-y-2">
255
+ <li><a href="results.html" class="text-gray-400 hover:text-yellow-500 transition">Testimony</a></li>
256
+ <li><a href="#" class="text-gray-400 hover:text-yellow-500 transition">Blog</a></li>
257
+ <li><a href="help.html" class="text-gray-400 hover:text-yellow-500 transition">Help Center</a></li>
258
+ </ul>
259
+ </div>
260
+ </div>
261
+
262
+ <div class="border-t border-gray-800 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center">
263
+ <p class="text-gray-500 mb-4 md:mb-0">
264
+ © 2025 Amplify Technologies. All rights reserved.<br>
265
+ <span class="text-sm text-yellow-500">Disclaimer: This Virtual Enterprise online store is for educational purposes only (2025-2026 - Amplify)</span>
266
+ </p>
267
+ <div class="flex space-x-6">
268
+ <a href="#" class="text-gray-500 hover:text-yellow-500 transition">Privacy Policy</a>
269
+ <a href="#" class="text-gray-500 hover:text-yellow-500 transition">Terms of Service</a>
270
+ </div>
271
+ </div>
272
+ </div>
273
+ </footer>
274
+
275
+ <!-- Mobile Menu -->
276
+ <div id="mobile-menu" class="hidden fixed inset-0 bg-black bg-opacity-90 z-50 flex flex-col items-center justify-center">
277
+ <button id="mobile-menu-close" class="absolute top-4 right-4 text-white text-2xl">
278
+ <i data-feather="x"></i>
279
+ </button>
280
+ <div class="flex flex-col space-y-6 text-center">
281
+ <a href="index.html" class="text-2xl text-white hover:text-yellow-500 transition">Home</a>
282
+ <a href="about.html" class="text-2xl text-white hover:text-yellow-500 transition">About</a>
283
+ <a href="pricing.html" class="text-2xl text-white hover:text-yellow-500 transition">Pricing</a>
284
+ <a href="currency.html" class="text-2xl text-white hover:text-yellow-500 transition">Currency</a>
285
+ <a href="events.html" class="text-2xl text-white hover:text-yellow-500 transition">Events</a>
286
+ <a href="competition-results.html" class="text-2xl text-yellow-500 hover:text-yellow-400 transition">Results</a>
287
+ <a href="results.html" class="text-2xl text-white hover:text-yellow-500 transition">Testimony</a>
288
+ <a href="help.html" class="text-2xl text-white hover:text-yellow-500 transition">Help</a>
289
+ </div>
290
+ </div>
291
+
292
+ <script>
293
+ // Initialize Lucide icons
294
+ lucide.createIcons();
295
+
296
+ // Initialize Feather icons
297
+ feather.replace();
298
+
299
+ // Initialize Vanta.js background
300
+ VANTA.GLOBE({
301
+ el: "#vanta-bg",
302
+ mouseControls: true,
303
+ touchControls: true,
304
+ gyroControls: false,
305
+ minHeight: 200.00,
306
+ minWidth: 200.00,
307
+ scale: 1.20,
308
+ scaleMobile: 1.20,
309
+ color: 0xe3b341,
310
+ color2: 0x9b0000,
311
+ backgroundColor: 0x111111,
312
+ size: 1.00,
313
+ spacing: 20.00,
314
+ showLines: false,
315
+ points: 10.00,
316
+ maxDistance: 25.00
317
+ });
318
+
319
+ // Mobile menu toggle
320
+ const mobileMenuButton = document.getElementById('mobile-menu-button');
321
+ const mobileMenu = document.getElementById('mobile-menu');
322
+ const mobileMenuClose = document.getElementById('mobile-menu-close');
323
+
324
+ if (mobileMenuButton) {
325
+ mobileMenuButton.addEventListener('click', () => {
326
+ mobileMenu.classList.remove('hidden');
327
+ feather.replace();
328
+ });
329
+ }
330
+
331
+ if (mobileMenuClose) {
332
+ mobileMenuClose.addEventListener('click', () => {
333
+ mobileMenu.classList.add('hidden');
334
+ });
335
+ }
336
+ </script>
337
+ </body>
338
+ </html>
currency.html CHANGED
@@ -68,6 +68,7 @@
68
  <a href="pricing.html" class="text-white hover:text-yellow-500 transition">Pricing</a>
69
  <a href="currency.html" class="text-white hover:text-yellow-500 transition">Currency</a>
70
  <a href="events.html" class="text-white hover:text-yellow-500 transition">Events</a>
 
71
  <a href="results.html" class="text-white hover:text-yellow-500 transition">Testimony</a>
72
  <a href="help.html" class="text-white hover:text-yellow-500 transition">Help</a>
73
  <a href="newsletter.html" class="text-white hover:text-yellow-500 transition">Newsletters</a>
 
68
  <a href="pricing.html" class="text-white hover:text-yellow-500 transition">Pricing</a>
69
  <a href="currency.html" class="text-white hover:text-yellow-500 transition">Currency</a>
70
  <a href="events.html" class="text-white hover:text-yellow-500 transition">Events</a>
71
+ <a href="competition-results.html" class="text-white hover:text-yellow-500 transition">Results</a>
72
  <a href="results.html" class="text-white hover:text-yellow-500 transition">Testimony</a>
73
  <a href="help.html" class="text-white hover:text-yellow-500 transition">Help</a>
74
  <a href="newsletter.html" class="text-white hover:text-yellow-500 transition">Newsletters</a>
events.html CHANGED
@@ -59,6 +59,7 @@
59
  <a href="pricing.html" class="text-white hover:text-yellow-500 transition">Pricing</a>
60
  <a href="currency.html" class="text-white hover:text-yellow-500 transition">Currency</a>
61
  <a href="events.html" class="text-white hover:text-yellow-500 transition">Events</a>
 
62
  <a href="results.html" class="text-white hover:text-yellow-500 transition">Testimony</a>
63
  <a href="help.html" class="text-white hover:text-yellow-500 transition">Help</a>
64
  <a href="newsletter.html" class="text-white hover:text-yellow-500 transition">Newsletters</a>
 
59
  <a href="pricing.html" class="text-white hover:text-yellow-500 transition">Pricing</a>
60
  <a href="currency.html" class="text-white hover:text-yellow-500 transition">Currency</a>
61
  <a href="events.html" class="text-white hover:text-yellow-500 transition">Events</a>
62
+ <a href="competition-results.html" class="text-white hover:text-yellow-500 transition">Results</a>
63
  <a href="results.html" class="text-white hover:text-yellow-500 transition">Testimony</a>
64
  <a href="help.html" class="text-white hover:text-yellow-500 transition">Help</a>
65
  <a href="newsletter.html" class="text-white hover:text-yellow-500 transition">Newsletters</a>
help.html CHANGED
@@ -54,6 +54,7 @@
54
  <a href="pricing.html" class="text-white hover:text-yellow-500 transition">Pricing</a>
55
  <a href="currency.html" class="text-white hover:text-yellow-500 transition">Currency</a>
56
  <a href="events.html" class="text-white hover:text-yellow-500 transition">Events</a>
 
57
  <a href="results.html" class="text-white hover:text-yellow-500 transition">Testimony</a>
58
  <a href="help.html" class="text-white hover:text-yellow-500 transition">Help</a>
59
  <a href="newsletter.html" class="text-white hover:text-yellow-500 transition">Newsletters</a>
 
54
  <a href="pricing.html" class="text-white hover:text-yellow-500 transition">Pricing</a>
55
  <a href="currency.html" class="text-white hover:text-yellow-500 transition">Currency</a>
56
  <a href="events.html" class="text-white hover:text-yellow-500 transition">Events</a>
57
+ <a href="competition-results.html" class="text-white hover:text-yellow-500 transition">Results</a>
58
  <a href="results.html" class="text-white hover:text-yellow-500 transition">Testimony</a>
59
  <a href="help.html" class="text-white hover:text-yellow-500 transition">Help</a>
60
  <a href="newsletter.html" class="text-white hover:text-yellow-500 transition">Newsletters</a>
index.html CHANGED
@@ -82,6 +82,7 @@
82
  <a href="pricing.html" class="text-white hover:text-yellow-500 transition">Pricing</a>
83
  <a href="currency.html" class="text-white hover:text-yellow-500 transition">Currency</a>
84
  <a href="events.html" class="text-white hover:text-yellow-500 transition">Events</a>
 
85
  <a href="results.html" class="text-white hover:text-yellow-500 transition">Testimony</a>
86
  <a href="help.html" class="text-white hover:text-yellow-500 transition">Help</a>
87
  <a href="newsletter.html" class="text-white hover:text-yellow-500 transition">Newsletters</a>
 
82
  <a href="pricing.html" class="text-white hover:text-yellow-500 transition">Pricing</a>
83
  <a href="currency.html" class="text-white hover:text-yellow-500 transition">Currency</a>
84
  <a href="events.html" class="text-white hover:text-yellow-500 transition">Events</a>
85
+ <a href="competition-results.html" class="text-white hover:text-yellow-500 transition">Results</a>
86
  <a href="results.html" class="text-white hover:text-yellow-500 transition">Testimony</a>
87
  <a href="help.html" class="text-white hover:text-yellow-500 transition">Help</a>
88
  <a href="newsletter.html" class="text-white hover:text-yellow-500 transition">Newsletters</a>
newsletter.html CHANGED
@@ -54,6 +54,7 @@
54
  <a href="pricing.html" class="text-white hover:text-yellow-500 transition">Pricing</a>
55
  <a href="currency.html" class="text-white hover:text-yellow-500 transition">Currency</a>
56
  <a href="events.html" class="text-white hover:text-yellow-500 transition">Events</a>
 
57
  <a href="results.html" class="text-white hover:text-yellow-500 transition">Testimony</a>
58
  <a href="help.html" class="text-white hover:text-yellow-500 transition">Help</a>
59
  <a href="newsletter.html" class="text-white hover:text-yellow-500 transition">Newsletter</a>
 
54
  <a href="pricing.html" class="text-white hover:text-yellow-500 transition">Pricing</a>
55
  <a href="currency.html" class="text-white hover:text-yellow-500 transition">Currency</a>
56
  <a href="events.html" class="text-white hover:text-yellow-500 transition">Events</a>
57
+ <a href="competition-results.html" class="text-white hover:text-yellow-500 transition">Results</a>
58
  <a href="results.html" class="text-white hover:text-yellow-500 transition">Testimony</a>
59
  <a href="help.html" class="text-white hover:text-yellow-500 transition">Help</a>
60
  <a href="newsletter.html" class="text-white hover:text-yellow-500 transition">Newsletter</a>
pricing.html CHANGED
@@ -60,6 +60,7 @@
60
  <a href="pricing.html" class="text-white hover:text-yellow-500 transition">Pricing</a>
61
  <a href="currency.html" class="text-white hover:text-yellow-500 transition">Currency</a>
62
  <a href="events.html" class="text-white hover:text-yellow-500 transition">Events</a>
 
63
  <a href="results.html" class="text-white hover:text-yellow-500 transition">Testimony</a>
64
  <a href="help.html" class="text-white hover:text-yellow-500 transition">Help</a>
65
  <a href="newsletter.html" class="text-white hover:text-yellow-500 transition">Newsletters</a>
 
60
  <a href="pricing.html" class="text-white hover:text-yellow-500 transition">Pricing</a>
61
  <a href="currency.html" class="text-white hover:text-yellow-500 transition">Currency</a>
62
  <a href="events.html" class="text-white hover:text-yellow-500 transition">Events</a>
63
+ <a href="competition-results.html" class="text-white hover:text-yellow-500 transition">Results</a>
64
  <a href="results.html" class="text-white hover:text-yellow-500 transition">Testimony</a>
65
  <a href="help.html" class="text-white hover:text-yellow-500 transition">Help</a>
66
  <a href="newsletter.html" class="text-white hover:text-yellow-500 transition">Newsletters</a>
results.html CHANGED
@@ -68,6 +68,7 @@
68
  <a href="pricing.html" class="text-white hover:text-yellow-500 transition">Pricing</a>
69
  <a href="currency.html" class="text-white hover:text-yellow-500 transition">Currency</a>
70
  <a href="events.html" class="text-white hover:text-yellow-500 transition">Events</a>
 
71
  <a href="help.html" class="text-white hover:text-yellow-500 transition">Help</a>
72
  <a href="newsletter.html" class="text-white hover:text-yellow-500 transition">Newsletters</a>
73
  </div>
 
68
  <a href="pricing.html" class="text-white hover:text-yellow-500 transition">Pricing</a>
69
  <a href="currency.html" class="text-white hover:text-yellow-500 transition">Currency</a>
70
  <a href="events.html" class="text-white hover:text-yellow-500 transition">Events</a>
71
+ <a href="competition-results.html" class="text-white hover:text-yellow-500 transition">Results</a>
72
  <a href="help.html" class="text-white hover:text-yellow-500 transition">Help</a>
73
  <a href="newsletter.html" class="text-white hover:text-yellow-500 transition">Newsletters</a>
74
  </div>