Fazbeeer commited on
Commit
c105cd4
·
verified ·
1 Parent(s): 464db3f

for the email support can you also add us email which is amplify.ny@veinternational.org

Browse files
Files changed (9) hide show
  1. about.html +8 -13
  2. currency.html +8 -14
  3. events.html +9 -14
  4. help.html +157 -0
  5. index.html +14 -17
  6. pricing.html +8 -14
  7. results.html +8 -14
  8. script.js +35 -65
  9. style.css +43 -17
about.html CHANGED
@@ -29,14 +29,14 @@
29
  <!-- Vanta.js Background -->
30
  <div id="vanta-bg" class="fixed top-0 left-0 w-full h-full z-0"></div>
31
  <!-- Google Translate -->
32
- <div id="google_translate_element"></div>
33
- <script>
34
  function googleTranslateElementInit() {
35
  new google.translate.TranslateElement({
36
- pageLanguage: 'en',
37
- includedLanguages: 'en,es,fr,de,it,ru,zh-CN,ja,ko,pt,ar,hi',
38
- layout: google.translate.TranslateElement.InlineLayout.SIMPLE,
39
- autoDisplay: false
40
  }, 'google_translate_element');
41
  }
42
  </script>
@@ -57,6 +57,7 @@
57
  <a href="about.html" class="text-yellow-500 hover:text-yellow-400 transition">About</a>
58
  <a href="currency.html" class="text-white hover:text-yellow-500 transition">Currency</a>
59
  <a href="events.html" class="text-white hover:text-yellow-500 transition">Events</a>
 
60
  <a href="results.html" class="text-white hover:text-yellow-500 transition">Success Stories</a>
61
  </div>
62
  </div>
@@ -283,13 +284,7 @@ View Open Positions
283
  </div>
284
 
285
  <div>
286
- <h3 class="text-lg font-bold text-white mb-4">Products</h3>
287
- <ul class="space-y-2">
288
- <li><a href="index.html#features" class="text-gray-400 hover:text-yellow-500 transition">VR Training</a></li>
289
- <li><a href="index.html#features" class="text-gray-400 hover:text-yellow-500 transition">AR Coaching</a></li>
290
- <li><a href="index.html#features" class="text-gray-400 hover:text-yellow-500 transition">Biofeedback</a></li>
291
- </ul>
292
- </div>
293
 
294
  <div>
295
  <h3 class="text-lg font-bold text-white mb-4">Company</h3>
 
29
  <!-- Vanta.js Background -->
30
  <div id="vanta-bg" class="fixed top-0 left-0 w-full h-full z-0"></div>
31
  <!-- Google Translate -->
32
+ <div id="google_translate_element" class="absolute top-4 right-4 z-50"></div>
33
+ <script type="text/javascript">
34
  function googleTranslateElementInit() {
35
  new google.translate.TranslateElement({
36
+ pageLanguage: 'en',
37
+ includedLanguages: 'en,es,fr,de,it,ru,tr,zh-CN,ja,ko',
38
+ autoDisplay: false,
39
+ layout: google.translate.TranslateElement.InlineLayout.SIMPLE
40
  }, 'google_translate_element');
41
  }
42
  </script>
 
57
  <a href="about.html" class="text-yellow-500 hover:text-yellow-400 transition">About</a>
58
  <a href="currency.html" class="text-white hover:text-yellow-500 transition">Currency</a>
59
  <a href="events.html" class="text-white hover:text-yellow-500 transition">Events</a>
60
+ <a href="help.html" class="text-white hover:text-yellow-500 transition">Help</a>
61
  <a href="results.html" class="text-white hover:text-yellow-500 transition">Success Stories</a>
62
  </div>
63
  </div>
 
284
  </div>
285
 
286
  <div>
287
+ </div>
 
 
 
 
 
 
288
 
289
  <div>
290
  <h3 class="text-lg font-bold text-white mb-4">Company</h3>
currency.html CHANGED
@@ -38,14 +38,14 @@
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
  <!-- Google Translate -->
41
- <div id="google_translate_element"></div>
42
- <script>
43
  function googleTranslateElementInit() {
44
  new google.translate.TranslateElement({
45
- pageLanguage: 'en',
46
- includedLanguages: 'en,es,fr,de,it,ru,zh-CN,ja,ko,pt,ar,hi',
47
- layout: google.translate.TranslateElement.InlineLayout.SIMPLE,
48
- autoDisplay: false
49
  }, 'google_translate_element');
50
  }
51
  </script>
@@ -73,6 +73,7 @@
73
  <a href="pricing.html" class="text-white hover:text-yellow-500 transition">Pricing</a>
74
  <a href="currency.html" class="text-yellow-500 hover:text-yellow-400 transition">Currency</a>
75
  <a href="events.html" class="text-white hover:text-yellow-500 transition">Events</a>
 
76
  <a href="results.html" class="text-white hover:text-yellow-500 transition">Success Stories</a>
77
  </div>
78
  </div>
@@ -522,14 +523,7 @@
522
  </div>
523
 
524
  <div>
525
- <h3 class="text-lg font-bold text-white mb-4">Products</h3>
526
- <ul class="space-y-2">
527
- <li><a href="#" class="text-gray-400 hover:text-yellow-500 transition">VR Training</a></li>
528
- <li><a href="#" class="text-gray-400 hover:text-yellow-500 transition">AR Coaching</a></li>
529
- <li><a href="#" class="text-gray-400 hover:text-yellow-500 transition">Biofeedback</a></li>
530
- <li><a href="#" class="text-gray-400 hover:text-yellow-500 transition">Scenario Library</a></li>
531
- </ul>
532
- </div>
533
 
534
  <div>
535
  <h3 class="text-lg font-bold text-white mb-4">Company</h3>
 
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
  <!-- Google Translate -->
41
+ <div id="google_translate_element" class="absolute top-4 right-4 z-50"></div>
42
+ <script type="text/javascript">
43
  function googleTranslateElementInit() {
44
  new google.translate.TranslateElement({
45
+ pageLanguage: 'en',
46
+ includedLanguages: 'en,es,fr,de,it,ru,tr,zh-CN,ja,ko',
47
+ autoDisplay: false,
48
+ layout: google.translate.TranslateElement.InlineLayout.SIMPLE
49
  }, 'google_translate_element');
50
  }
51
  </script>
 
73
  <a href="pricing.html" class="text-white hover:text-yellow-500 transition">Pricing</a>
74
  <a href="currency.html" class="text-yellow-500 hover:text-yellow-400 transition">Currency</a>
75
  <a href="events.html" class="text-white hover:text-yellow-500 transition">Events</a>
76
+ <a href="help.html" class="text-white hover:text-yellow-500 transition">Help</a>
77
  <a href="results.html" class="text-white hover:text-yellow-500 transition">Success Stories</a>
78
  </div>
79
  </div>
 
523
  </div>
524
 
525
  <div>
526
+ </div>
 
 
 
 
 
 
 
527
 
528
  <div>
529
  <h3 class="text-lg font-bold text-white mb-4">Company</h3>
events.html CHANGED
@@ -26,14 +26,14 @@
26
  <!-- Vanta.js Background -->
27
  <div id="vanta-bg" class="fixed top-0 left-0 w-full h-full z-0"></div>
28
  <!-- Google Translate -->
29
- <div id="google_translate_element"></div>
30
- <script>
31
  function googleTranslateElementInit() {
32
  new google.translate.TranslateElement({
33
- pageLanguage: 'en',
34
- includedLanguages: 'en,es,fr,de,it,ru,zh-CN,ja,ko,pt,ar,hi',
35
- layout: google.translate.TranslateElement.InlineLayout.SIMPLE,
36
- autoDisplay: false
37
  }, 'google_translate_element');
38
  }
39
  </script>
@@ -54,8 +54,9 @@
54
  <a href="about.html" class="text-white hover:text-yellow-500 transition">About</a>
55
  <a href="currency.html" class="text-white hover:text-yellow-500 transition">Currency</a>
56
  <a href="events.html" class="text-yellow-500 hover:text-yellow-400 transition">Events</a>
 
57
  <a href="results.html" class="text-white hover:text-yellow-500 transition">Success Stories</a>
58
- </div>
59
  </div>
60
  </div>
61
  </div>
@@ -220,13 +221,7 @@ Register Now
220
  </div>
221
 
222
  <div>
223
- <h3 class="text-lg font-bold text-white mb-4">Events</h3>
224
- <ul class="space-y-2">
225
- <li><a href="#" class="text-gray-400 hover:text-yellow-500 transition">Workshops</a></li>
226
- <li><a href="#" class="text-gray-400 hover:text-yellow-500 transition">Webinars</a></li>
227
- <li><a href="#" class="text-gray-400 hover:text-yellow-500 transition">Training Sessions</a></li>
228
- </ul>
229
- </div>
230
 
231
  <div>
232
  <h3 class="text-lg font-bold text-white mb-4">Company</h3>
 
26
  <!-- Vanta.js Background -->
27
  <div id="vanta-bg" class="fixed top-0 left-0 w-full h-full z-0"></div>
28
  <!-- Google Translate -->
29
+ <div id="google_translate_element" class="absolute top-4 right-4 z-50"></div>
30
+ <script type="text/javascript">
31
  function googleTranslateElementInit() {
32
  new google.translate.TranslateElement({
33
+ pageLanguage: 'en',
34
+ includedLanguages: 'en,es,fr,de,it,ru,tr,zh-CN,ja,ko',
35
+ autoDisplay: false,
36
+ layout: google.translate.TranslateElement.InlineLayout.SIMPLE
37
  }, 'google_translate_element');
38
  }
39
  </script>
 
54
  <a href="about.html" class="text-white hover:text-yellow-500 transition">About</a>
55
  <a href="currency.html" class="text-white hover:text-yellow-500 transition">Currency</a>
56
  <a href="events.html" class="text-yellow-500 hover:text-yellow-400 transition">Events</a>
57
+ <a href="help.html" class="text-white hover:text-yellow-500 transition">Help</a>
58
  <a href="results.html" class="text-white hover:text-yellow-500 transition">Success Stories</a>
59
+ </div>
60
  </div>
61
  </div>
62
  </div>
 
221
  </div>
222
 
223
  <div>
224
+ </div>
 
 
 
 
 
 
225
 
226
  <div>
227
  <h3 class="text-lg font-bold text-white mb-4">Company</h3>
help.html ADDED
@@ -0,0 +1,157 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ```html
2
+ <!DOCTYPE html>
3
+ <html lang="en">
4
+ <head><script>window.huggingface={variables:{"SPACE_CREATOR_USER_ID":"68e50e0a6662dced96925247"}};</script>
5
+ <meta charset="UTF-8">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
+ <title>Help Center - Amplify</title>
8
+ <script src="https://cdn.tailwindcss.com"></script>
9
+ <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
10
+ <script src="https://unpkg.com/feather-icons"></script>
11
+ <script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script>
12
+ <link rel="stylesheet" href="style.css">
13
+ <style>
14
+ @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@400;600;700&display=swap');
15
+ .hero-gradient {
16
+ background: linear-gradient(135deg, #000000 0%, #1a1a1a 50%, #3a0000 100%);
17
+ }
18
+ .glow-text {
19
+ text-shadow: 0 0 10px rgba(212, 175, 55, 0.7);
20
+ }
21
+ .help-card {
22
+ transition: all 0.3s ease;
23
+ }
24
+ .help-card:hover {
25
+ transform: translateY(-5px);
26
+ box-shadow: 0 10px 20px rgba(212, 175, 55, 0.2);
27
+ }
28
+ </style>
29
+ </head>
30
+ <body class="bg-black text-white font-['Montserrat']">
31
+ <!-- Vanta.js Background -->
32
+ <div id="vanta-bg" class="fixed top-0 left-0 w-full h-full z-0"></div>
33
+ <!-- Google Translate -->
34
+ <div id="google_translate_element" class="absolute top-4 right-4 z-50"></div>
35
+ <script type="text/javascript">
36
+ function googleTranslateElementInit() {
37
+ new google.translate.TranslateElement({
38
+ pageLanguage: 'en',
39
+ includedLanguages: 'en,es,fr,de,it,ru,tr,zh-CN,ja,ko',
40
+ autoDisplay: false,
41
+ layout: google.translate.TranslateElement.InlineLayout.SIMPLE
42
+ }, 'google_translate_element');
43
+ }
44
+ </script>
45
+ <script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
46
+
47
+ <!-- Navigation -->
48
+ <nav class="relative z-10 bg-black bg-opacity-80 border-b border-gold-500">
49
+ <div class="container mx-auto px-6 py-4">
50
+ <div class="flex justify-between items-center">
51
+ <div class="flex items-center space-x-2">
52
+ <i data-feather="zap" class="text-yellow-500"></i>
53
+ <span class="text-2xl font-bold font-['Bebas+Neue'] tracking-wider text-yellow-500">AMPLIFY</span>
54
+ </div>
55
+ <div class="hidden md:flex items-center justify-center flex-grow space-x-8">
56
+ <a href="index.html" class="text-white hover:text-yellow-500 transition">Home</a>
57
+ <a href="index.html#features" class="text-white hover:text-yellow-500 transition">Features</a>
58
+ <a href="pricing.html" class="text-white hover:text-yellow-500 transition">Pricing</a>
59
+ <a href="about.html" class="text-white hover:text-yellow-500 transition">About</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="help.html" class="text-yellow-500 hover:text-yellow-400 transition">Help</a>
63
+ <a href="results.html" class="text-white hover:text-yellow-500 transition">Success Stories</a>
64
+ </div>
65
+ </div>
66
+ </div>
67
+ </nav>
68
+
69
+ <!-- Help Hero Section -->
70
+ <section class="relative z-10 hero-gradient py-32">
71
+ <div class="container mx-auto px-6 text-center">
72
+ <h1 class="text-5xl md:text-7xl font-bold font-['Bebas+Neue'] mb-8 tracking-wider">
73
+ <span class="text-yellow-500 glow-text">HELP</span> <span class="text-white">CENTER</span>
74
+ </h1>
75
+ <p class="text-xl md:text-2xl max-w-4xl mx-auto text-gray-300">
76
+ Find answers to your questions and get support for Amplify products
77
+ </p>
78
+ </div>
79
+ </section>
80
+
81
+ <!-- Help Content Section -->
82
+ <section class="relative z-10 py-20 bg-black bg-opacity-90">
83
+ <div class="container mx-auto px-6">
84
+ <!-- Contact Support -->
85
+ <div class="bg-gradient-to-br from-black to-gray-900 rounded-xl border border-yellow-500 p-8 max-w-4xl mx-auto">
86
+ <h2 class="text-3xl font-bold text-center mb-8 font-['Bebas+Neue'] tracking-wider">
87
+ <span class="text-yellow-500">CONTACT</span> <span class="text-white">SUPPORT</span>
88
+ </h2>
89
+ <div class="text-center">
90
+ <h3 class="text-xl font-bold mb-4 text-yellow-500">Email Support</h3>
91
+ <p class="text-gray-300 mb-6">
92
+ Our team typically responds within 24 hours.
93
+ </p>
94
+ <p class="text-gray-300 mb-6">
95
+ Our team typically responds within 24 hours.<br>
96
+ Email: <span class="text-yellow-500">amplify.ny@veinternational.org</span>
97
+ </p>
98
+ <a href="mailto:amplify.ny@veinternational.org" class="inline-block bg-yellow-500 hover:bg-yellow-600 text-black font-bold px-6 py-3 rounded-lg transition">
99
+ <i data-feather="mail" class="mr-2 inline"></i> Email Us
100
+ </a>
101
+ </div>
102
+ </div>
103
+ </div>
104
+ </section>
105
+
106
+ <!-- Footer -->
107
+ <footer class="relative z-10 bg-black bg-opacity-90 border-t border-gray-800 py-12">
108
+ <div class="container mx-auto px-6">
109
+ <div class="grid grid-cols-1 md:grid-cols-4 gap-8">
110
+ <div>
111
+ <div class="flex items-center space-x-2 mb-4">
112
+ <i data-feather="zap" class="text-yellow-500"></i>
113
+ <span class="text-2xl font-bold font-['Bebas+Neue'] tracking-wider text-yellow-500">AMPLIFY</span>
114
+ </div>
115
+ <p class="text-gray-400 mb-4">
116
+ Mental performance technology for champions in sports, business, and life.
117
+ </p>
118
+ <div class="flex space-x-4">
119
+ <a href="#" class="text-gray-400 hover:text-yellow-500 transition">
120
+ <i data-feather="facebook"></i>
121
+ </a>
122
+ <a href="#" class="text-gray-400 hover:text-yellow-500 transition">
123
+ <i data-feather="twitter"></i>
124
+ </a>
125
+ <a href="#" class="text-gray-400 hover:text-yellow-500 transition">
126
+ <i data-feather="instagram"></i>
127
+ </a>
128
+ <a href="#" class="text-gray-400 hover:text-yellow-500 transition">
129
+ <i data-feather="linkedin"></i>
130
+ </a>
131
+ </div>
132
+ </div>
133
+
134
+ <div>
135
+ </div>
136
+
137
+ <div>
138
+ <h3 class="text-lg font-bold text-white mb-4">Company</h3>
139
+ <ul class="space-y-2">
140
+ <li><a href="about.html" class="text-gray-400 hover:text-yellow-500 transition">About Us</a></li>
141
+ <li><a href="pricing.html" class="text-gray-400 hover:text-yellow-500 transition">Pricing</a></li>
142
+ <li><a href="currency.html" class="text-gray-400 hover:text-yellow-500 transition">Currency</a></li>
143
+ <li><a href="help.html" class="text-yellow-500 hover:text-yellow-400 transition">Help</a></li>
144
+ </ul>
145
+ </div>
146
+
147
+ <div>
148
+ <h3 class="text-lg font-bold text-white mb-4">Resources</h3>
149
+ <ul class="space-y-2">
150
+ <li><a href="#" class="text-gray-400 hover:text-yellow-500 transition">Blog</a></li>
151
+ <li><a href="#" class="text-gray-400 hover:text-yellow-500 transition">Research</a></li>
152
+ <li><a href="#" class="text-gray-400 hover:text-yellow-500 transition">Help Center</a></li>
153
+ </ul>
154
+ </div>
155
+ </div>
156
+
157
+ <div class="border-t border
index.html CHANGED
@@ -40,20 +40,20 @@
40
  <!-- Enhanced Vanta.js Background -->
41
  <div id="vanta-bg" class="fixed top-0 left-0 w-full h-full z-0 opacity-90"></div>
42
  <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>
43
- <!-- Google Translate -->
44
- <div id="google_translate_element"></div>
45
- <script>
46
  function googleTranslateElementInit() {
47
  new google.translate.TranslateElement({
48
- pageLanguage: 'en',
49
- includedLanguages: 'en,es,fr,de,it,ru,zh-CN,ja,ko,pt,ar,hi',
50
- layout: google.translate.TranslateElement.InlineLayout.SIMPLE,
51
- autoDisplay: false
52
  }, 'google_translate_element');
53
  }
54
  </script>
55
  <script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
56
- <!-- Navigation -->
57
  <nav class="relative z-10 bg-black bg-opacity-80 border-b border-gold-500">
58
  <!-- Thanksgiving Banner -->
59
  <div class="w-full bg-gradient-to-r from-yellow-600 via-orange-600 to-red-700 text-center py-2 px-4">
@@ -82,7 +82,8 @@
82
  <a href="index.html#about" class="text-white hover:text-yellow-500 transition">About</a>
83
  <a href="pricing.html" class="text-white hover:text-yellow-500 transition">Pricing</a>
84
  <a href="currency.html" class="text-white hover:text-yellow-500 transition">Currency</a>
85
- <a href="events.html" class="text-white hover:text-yellow-500 transition">Events</a>
 
86
  <a href="results.html" class="text-white hover:text-yellow-500 transition">Success Stories</a>
87
  </div>
88
  <script>
@@ -382,14 +383,7 @@ Get Started Now
382
  </div>
383
 
384
  <div>
385
- <h3 class="text-lg font-bold text-white mb-4">Products</h3>
386
- <ul class="space-y-2">
387
- <li><a href="#" class="text-gray-400 hover:text-yellow-500 transition">VR Training</a></li>
388
- <li><a href="#" class="text-gray-400 hover:text-yellow-500 transition">AR Coaching</a></li>
389
- <li><a href="#" class="text-gray-400 hover:text-yellow-500 transition">Biofeedback</a></li>
390
- <li><a href="#" class="text-gray-400 hover:text-yellow-500 transition">Scenario Library</a></li>
391
- </ul>
392
- </div>
393
 
394
  <div>
395
  <h3 class="text-lg font-bold text-white mb-4">Company</h3>
@@ -447,6 +441,9 @@ Get Started Now
447
  <a href="results.html" class="text-2xl text-white hover:text-yellow-500 transition">Success Stories</a>
448
  </div>
449
  </div>
 
 
 
450
  <!-- Add i18next libraries -->
451
  <script src="https://unpkg.com/i18next/dist/umd/i18next.min.js"></script>
452
  <script src="https://unpkg.com/i18next-browser-languagedetector/i18nextBrowserLanguageDetector.js"></script>
 
40
  <!-- Enhanced Vanta.js Background -->
41
  <div id="vanta-bg" class="fixed top-0 left-0 w-full h-full z-0 opacity-90"></div>
42
  <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>
43
+ <!-- Google Translate -->
44
+ <div id="google_translate_element" class="absolute top-4 right-4 z-50"></div>
45
+ <script type="text/javascript">
46
  function googleTranslateElementInit() {
47
  new google.translate.TranslateElement({
48
+ pageLanguage: 'en',
49
+ includedLanguages: 'en,es,fr,de,it,ru,tr,zh-CN,ja,ko',
50
+ autoDisplay: false,
51
+ layout: google.translate.TranslateElement.InlineLayout.SIMPLE
52
  }, 'google_translate_element');
53
  }
54
  </script>
55
  <script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
56
+ <!-- Navigation -->
57
  <nav class="relative z-10 bg-black bg-opacity-80 border-b border-gold-500">
58
  <!-- Thanksgiving Banner -->
59
  <div class="w-full bg-gradient-to-r from-yellow-600 via-orange-600 to-red-700 text-center py-2 px-4">
 
82
  <a href="index.html#about" class="text-white hover:text-yellow-500 transition">About</a>
83
  <a href="pricing.html" class="text-white hover:text-yellow-500 transition">Pricing</a>
84
  <a href="currency.html" class="text-white hover:text-yellow-500 transition">Currency</a>
85
+ <a href="events.html" class="text-white hover:text-yellow-500 transition">Events</a>
86
+ <a href="help.html" class="text-white hover:text-yellow-500 transition">Help</a>
87
  <a href="results.html" class="text-white hover:text-yellow-500 transition">Success Stories</a>
88
  </div>
89
  <script>
 
383
  </div>
384
 
385
  <div>
386
+ </div>
 
 
 
 
 
 
 
387
 
388
  <div>
389
  <h3 class="text-lg font-bold text-white mb-4">Company</h3>
 
441
  <a href="results.html" class="text-2xl text-white hover:text-yellow-500 transition">Success Stories</a>
442
  </div>
443
  </div>
444
+ <!-- Footer Component -->
445
+ <script src="components/footer.js"></script>
446
+
447
  <!-- Add i18next libraries -->
448
  <script src="https://unpkg.com/i18next/dist/umd/i18next.min.js"></script>
449
  <script src="https://unpkg.com/i18next-browser-languagedetector/i18nextBrowserLanguageDetector.js"></script>
pricing.html CHANGED
@@ -30,14 +30,14 @@
30
  </head>
31
  <body class="bg-black text-white font-['Montserrat']">
32
  <!-- Google Translate -->
33
- <div id="google_translate_element"></div>
34
- <script>
35
  function googleTranslateElementInit() {
36
  new google.translate.TranslateElement({
37
- pageLanguage: 'en',
38
- includedLanguages: 'en,es,fr,de,it,ru,zh-CN,ja,ko,pt,ar,hi',
39
- layout: google.translate.TranslateElement.InlineLayout.SIMPLE,
40
- autoDisplay: false
41
  }, 'google_translate_element');
42
  }
43
  </script>
@@ -65,6 +65,7 @@
65
  <a href="pricing.html" class="text-yellow-500 hover:text-yellow-400 transition">Pricing</a>
66
  <a href="currency.html" class="text-white hover:text-yellow-500 transition">Currency</a>
67
  <a href="events.html" class="text-white hover:text-yellow-500 transition">Events</a>
 
68
  <a href="results.html" class="text-white hover:text-yellow-500 transition">Success Stories</a>
69
  </div>
70
  </div>
@@ -200,14 +201,7 @@
200
  </div>
201
 
202
  <div>
203
- <h3 class="text-lg font-bold text-white mb-4">Products</h3>
204
- <ul class="space-y-2">
205
- <li><a href="#" class="text-gray-400 hover:text-yellow-500 transition">VR Training</a></li>
206
- <li><a href="#" class="text-gray-400 hover:text-yellow-500 transition">AR Coaching</a></li>
207
- <li><a href="#" class="text-gray-400 hover:text-yellow-500 transition">Biofeedback</a></li>
208
- <li><a href="#" class="text-gray-400 hover:text-yellow-500 transition">Scenario Library</a></li>
209
- </ul>
210
- </div>
211
 
212
  <div>
213
  <h3 class="text-lg font-bold text-white mb-4">Company</h3>
 
30
  </head>
31
  <body class="bg-black text-white font-['Montserrat']">
32
  <!-- Google Translate -->
33
+ <div id="google_translate_element" class="absolute top-4 right-4 z-50"></div>
34
+ <script type="text/javascript">
35
  function googleTranslateElementInit() {
36
  new google.translate.TranslateElement({
37
+ pageLanguage: 'en',
38
+ includedLanguages: 'en,es,fr,de,it,ru,tr,zh-CN,ja,ko',
39
+ autoDisplay: false,
40
+ layout: google.translate.TranslateElement.InlineLayout.SIMPLE
41
  }, 'google_translate_element');
42
  }
43
  </script>
 
65
  <a href="pricing.html" class="text-yellow-500 hover:text-yellow-400 transition">Pricing</a>
66
  <a href="currency.html" class="text-white hover:text-yellow-500 transition">Currency</a>
67
  <a href="events.html" class="text-white hover:text-yellow-500 transition">Events</a>
68
+ <a href="help.html" class="text-white hover:text-yellow-500 transition">Help</a>
69
  <a href="results.html" class="text-white hover:text-yellow-500 transition">Success Stories</a>
70
  </div>
71
  </div>
 
201
  </div>
202
 
203
  <div>
204
+ </div>
 
 
 
 
 
 
 
205
 
206
  <div>
207
  <h3 class="text-lg font-bold text-white mb-4">Company</h3>
results.html CHANGED
@@ -37,14 +37,14 @@
37
  <div id="vanta-bg" class="fixed top-0 left-0 w-full h-full z-0 opacity-90"></div>
38
  <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>
39
  <!-- Google Translate -->
40
- <div id="google_translate_element"></div>
41
- <script>
42
  function googleTranslateElementInit() {
43
  new google.translate.TranslateElement({
44
- pageLanguage: 'en',
45
- includedLanguages: 'en,es,fr,de,it,ru,zh-CN,ja,ko,pt,ar,hi',
46
- layout: google.translate.TranslateElement.InlineLayout.SIMPLE,
47
- autoDisplay: false
48
  }, 'google_translate_element');
49
  }
50
  </script>
@@ -72,6 +72,7 @@
72
  <a href="pricing.html" class="text-white hover:text-yellow-500 transition">Pricing</a>
73
  <a href="currency.html" class="text-white hover:text-yellow-500 transition">Currency</a>
74
  <a href="events.html" class="text-white hover:text-yellow-500 transition">Events</a>
 
75
  <a href="results.html" class="text-yellow-500 hover:text-yellow-400 transition">Success Stories</a>
76
  </div>
77
  </div>
@@ -306,14 +307,7 @@ Get Started Today
306
  </div>
307
 
308
  <div>
309
- <h3 class="text-lg font-bold text-white mb-4">Products</h3>
310
- <ul class="space-y-2">
311
- <li><a href="#" class="text-gray-400 hover:text-yellow-500 transition">VR Training</a></li>
312
- <li><a href="#" class="text-gray-400 hover:text-yellow-500 transition">AR Coaching</a></li>
313
- <li><a href="#" class="text-gray-400 hover:text-yellow-500 transition">Biofeedback</a></li>
314
- <li><a href="#" class="text-gray-400 hover:text-yellow-500 transition">Scenario Library</a></li>
315
- </ul>
316
- </div>
317
 
318
  <div>
319
  <h3 class="text-lg font-bold text-white mb-4">Company</h3>
 
37
  <div id="vanta-bg" class="fixed top-0 left-0 w-full h-full z-0 opacity-90"></div>
38
  <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>
39
  <!-- Google Translate -->
40
+ <div id="google_translate_element" class="absolute top-4 right-4 z-50"></div>
41
+ <script type="text/javascript">
42
  function googleTranslateElementInit() {
43
  new google.translate.TranslateElement({
44
+ pageLanguage: 'en',
45
+ includedLanguages: 'en,es,fr,de,it,ru,tr,zh-CN,ja,ko',
46
+ autoDisplay: false,
47
+ layout: google.translate.TranslateElement.InlineLayout.SIMPLE
48
  }, 'google_translate_element');
49
  }
50
  </script>
 
72
  <a href="pricing.html" class="text-white hover:text-yellow-500 transition">Pricing</a>
73
  <a href="currency.html" class="text-white hover:text-yellow-500 transition">Currency</a>
74
  <a href="events.html" class="text-white hover:text-yellow-500 transition">Events</a>
75
+ <a href="help.html" class="text-white hover:text-yellow-500 transition">Help</a>
76
  <a href="results.html" class="text-yellow-500 hover:text-yellow-400 transition">Success Stories</a>
77
  </div>
78
  </div>
 
307
  </div>
308
 
309
  <div>
310
+ </div>
 
 
 
 
 
 
 
311
 
312
  <div>
313
  <h3 class="text-lg font-bold text-white mb-4">Company</h3>
script.js CHANGED
@@ -1,73 +1,43 @@
1
 
2
  // Shared JavaScript across all pages
3
  document.addEventListener('DOMContentLoaded', () => {
4
- // Initialize Google Translate
5
- function googleTranslateElementInit() {
6
- if (typeof google !== 'undefined' && google.translate) {
7
- new google.translate.TranslateElement({
8
- pageLanguage: 'en',
9
- includedLanguages: 'en,es,fr,de,it,pt,ru,zh-CN,ja,ko,ar,hi',
10
- layout: google.translate.TranslateElement.InlineLayout.SIMPLE,
11
- autoDisplay: false
12
- }, 'google_translate_element');
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
 
14
- // Style the Google Translate dropdown
15
- const styleTranslate = () => {
16
- const iframe = document.querySelector('.goog-te-menu-frame');
17
- if (iframe) {
18
- const iframeDoc = iframe.contentDocument || iframe.contentWindow.document;
19
- const style = iframeDoc.createElement('style');
20
- style.textContent = `
21
- .goog-te-menu2 {
22
- background: #1a1a1a !important;
23
- border: 1px solid #e3b341 !important;
24
- }
25
- .goog-te-menu2-item div,
26
- .goog-te-menu2-item-selected div {
27
- color: white !important;
28
- padding: 8px 16px !important;
29
- font-family: 'Montserrat', sans-serif !important;
30
- }
31
- .goog-te-menu2-item:hover {
32
- background: rgba(227, 179, 65, 0.1) !important;
33
- }
34
- .goog-te-menu2-item-selected {
35
- background: rgba(227, 179, 65, 0.2) !important;
36
- }
37
- `;
38
- iframeDoc.head.appendChild(style);
39
- }
40
- };
41
-
42
- // Check for dropdown periodically
43
- const translateInterval = setInterval(() => {
44
- if (document.querySelector('.goog-te-menu-frame')) {
45
- styleTranslate();
46
- clearInterval(translateInterval);
47
- }
48
- }, 100);
49
  }
50
- }
51
 
52
- // Load Google Translate script if not already loaded
53
- if (!window.google || !google.translate) {
54
- const script = document.createElement('script');
55
- script.src = 'https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit';
56
- script.async = true;
57
- document.body.appendChild(script);
58
- } else {
59
- googleTranslateElementInit();
60
- }
61
- // Handle language changes
62
- function handleLanguageChange() {
63
- const currentLang = localStorage.getItem('googtrans');
64
- if (currentLang) {
65
- document.documentElement.lang = currentLang.split('/')[2] || 'en';
66
- }
67
- }
68
- setInterval(handleLanguageChange, 1000);
69
- // Rest of your existing code...
70
- const starsCount = 200;
71
  for (let i = 0; i < starsCount; i++) {
72
  const star = document.createElement('div');
73
  star.className = 'star';
@@ -78,7 +48,7 @@ const starsCount = 200;
78
  star.style.animationDelay = `${Math.random() * 3}s`;
79
  document.body.appendChild(star);
80
  }
81
- // Smooth scrolling for anchor links
82
  document.querySelectorAll('a[href^="#"]').forEach(anchor => {
83
  anchor.addEventListener('click', function (e) {
84
  e.preventDefault();
 
1
 
2
  // Shared JavaScript across all pages
3
  document.addEventListener('DOMContentLoaded', () => {
4
+ // Load Google Translate iframe styles
5
+ const loadTranslateStyles = () => {
6
+ const iframe = document.querySelector('.goog-te-menu-frame');
7
+ if (!iframe) return;
8
+
9
+ const iframeDoc = iframe.contentDocument || iframe.contentWindow.document;
10
+ const style = iframeDoc.createElement('style');
11
+ style.textContent = `
12
+ .goog-te-menu2 {
13
+ font-family: 'Montserrat', sans-serif !important;
14
+ background-color: #111827 !important;
15
+ border: 1px solid #e3b341 !important;
16
+ }
17
+ .goog-te-menu2-item div, .goog-te-menu2-item-selected div {
18
+ color: white !important;
19
+ padding: 8px 16px !important;
20
+ }
21
+ .goog-te-menu2-item-selected {
22
+ background-color: rgba(227, 179, 65, 0.2) !important;
23
+ }
24
+ .goog-te-menu2-item:hover {
25
+ background-color: rgba(227, 179, 65, 0.1) !important;
26
+ }
27
+ `;
28
+ iframeDoc.head.appendChild(style);
29
+ };
30
 
31
+ // Check for Google Translate iframe periodically
32
+ const translateInterval = setInterval(() => {
33
+ if (document.querySelector('.goog-te-menu-frame')) {
34
+ loadTranslateStyles();
35
+ clearInterval(translateInterval);
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
  }
37
+ }, 100);
38
 
39
+ // Create twinkling stars
40
+ const starsCount = 200;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
  for (let i = 0; i < starsCount; i++) {
42
  const star = document.createElement('div');
43
  star.className = 'star';
 
48
  star.style.animationDelay = `${Math.random() * 3}s`;
49
  document.body.appendChild(star);
50
  }
51
+ // Smooth scrolling for anchor links
52
  document.querySelectorAll('a[href^="#"]').forEach(anchor => {
53
  anchor.addEventListener('click', function (e) {
54
  e.preventDefault();
style.css CHANGED
@@ -98,19 +98,16 @@ body::after {
98
  animation: pulseThanksgiving 3s infinite;
99
  box-shadow: 0 2px 10px rgba(146, 64, 14, 0.5);
100
  }
 
101
  /* Google Translate Widget Styles */
102
  #google_translate_element {
103
  z-index: 9999;
104
- position: fixed;
105
- top: 10px;
106
- right: 10px;
107
  }
108
 
109
  .goog-te-gadget {
110
  font-family: 'Montserrat', sans-serif !important;
111
- color: white !important;
112
  }
113
-
114
  .goog-te-gadget-simple {
115
  background-color: rgba(0,0,0,0.7) !important;
116
  border: 1px solid #e3b341 !important;
@@ -118,34 +115,41 @@ body::after {
118
  padding: 4px 8px !important;
119
  backdrop-filter: blur(10px);
120
  height: 40px !important;
 
 
 
 
 
121
  }
122
-
123
- .goog-te-combo {
124
- background-color: transparent !important;
125
- color: white !important;
126
- border: none !important;
127
- padding: 4px !important;
128
- font-family: 'Montserrat', sans-serif !important;
129
- }
130
-
131
  .goog-te-menu-value {
132
  display: flex !important;
133
- align-items: center !important;
134
  }
135
 
136
  .goog-te-menu-value span {
137
  color: white !important;
138
  font-size: 14px !important;
 
139
  }
140
 
141
  .goog-te-menu-value img {
142
  display: none !important;
143
  }
144
 
 
 
 
 
 
 
 
 
145
  .goog-te-menu-value:after {
146
- content: '\25BE';
147
- margin-left: 8px;
148
  color: #e3b341;
 
 
149
  }
150
 
151
  /* Dropdown menu styles */
@@ -155,6 +159,28 @@ body::after {
155
  overflow: hidden !important;
156
  margin-top: 8px !important;
157
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
158
  .feature-icon {
159
  width: 60px;
160
  height: 60px;
 
98
  animation: pulseThanksgiving 3s infinite;
99
  box-shadow: 0 2px 10px rgba(146, 64, 14, 0.5);
100
  }
101
+
102
  /* Google Translate Widget Styles */
103
  #google_translate_element {
104
  z-index: 9999;
 
 
 
105
  }
106
 
107
  .goog-te-gadget {
108
  font-family: 'Montserrat', sans-serif !important;
109
+ color: transparent !important;
110
  }
 
111
  .goog-te-gadget-simple {
112
  background-color: rgba(0,0,0,0.7) !important;
113
  border: 1px solid #e3b341 !important;
 
115
  padding: 4px 8px !important;
116
  backdrop-filter: blur(10px);
117
  height: 40px !important;
118
+ min-width: auto !important;
119
+ width: auto !important;
120
+ display: flex !important;
121
+ align-items: center !important;
122
+ justify-content: center !important;
123
  }
 
 
 
 
 
 
 
 
 
124
  .goog-te-menu-value {
125
  display: flex !important;
126
+ align-items: center;
127
  }
128
 
129
  .goog-te-menu-value span {
130
  color: white !important;
131
  font-size: 14px !important;
132
+ text-decoration: none !important;
133
  }
134
 
135
  .goog-te-menu-value img {
136
  display: none !important;
137
  }
138
 
139
+ .goog-te-menu-value:before {
140
+ content: '\f0ac';
141
+ font-family: 'feather' !important;
142
+ color: #e3b341;
143
+ margin-right: 8px;
144
+ font-size: 16px;
145
+ }
146
+
147
  .goog-te-menu-value:after {
148
+ content: '\f107';
149
+ font-family: 'feather' !important;
150
  color: #e3b341;
151
+ margin-left: 8px;
152
+ font-size: 16px;
153
  }
154
 
155
  /* Dropdown menu styles */
 
159
  overflow: hidden !important;
160
  margin-top: 8px !important;
161
  }
162
+
163
+ .goog-te-menu2 {
164
+ background-color: #1a1a1a !important;
165
+ border: 1px solid #333 !important;
166
+ color: white !important;
167
+ font-family: 'Montserrat', sans-serif !important;
168
+ }
169
+
170
+ .goog-te-menu2-item div,
171
+ .goog-te-menu2-item-selected div {
172
+ color: white !important;
173
+ padding: 10px 16px !important;
174
+ font-size: 14px !important;
175
+ }
176
+
177
+ .goog-te-menu2-item:hover {
178
+ background-color: rgba(227, 179, 65, 0.1) !important;
179
+ }
180
+
181
+ .goog-te-menu2-item-selected {
182
+ background-color: rgba(227, 179, 65, 0.2) !important;
183
+ }
184
  .feature-icon {
185
  width: 60px;
186
  height: 60px;