Manual changes saved
Browse files- about.html +0 -1
- currency.html +0 -1
- events.html +0 -16
- help.html +0 -1
- index.html +1 -2
- pricing.html +89 -3
- results.html +0 -1
- style.css +0 -12
about.html
CHANGED
|
@@ -67,7 +67,6 @@
|
|
| 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">Results</a>
|
| 69 |
<a href="help.html" class="text-white hover:text-yellow-500 transition">Help</a>
|
| 70 |
-
<a href="newsletter.html" class="text-white hover:text-yellow-500 transition">Newsletter</a>
|
| 71 |
</div>
|
| 72 |
</div>
|
| 73 |
</div>
|
|
|
|
| 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">Results</a>
|
| 69 |
<a href="help.html" class="text-white hover:text-yellow-500 transition">Help</a>
|
|
|
|
| 70 |
</div>
|
| 71 |
</div>
|
| 72 |
</div>
|
currency.html
CHANGED
|
@@ -82,7 +82,6 @@
|
|
| 82 |
<a href="events.html" class="text-white hover:text-yellow-500 transition">Events</a>
|
| 83 |
<a href="results.html" class="text-white hover:text-yellow-500 transition">Results</a>
|
| 84 |
<a href="help.html" class="text-white hover:text-yellow-500 transition">Help</a>
|
| 85 |
-
<a href="newsletter.html" class="text-white hover:text-yellow-500 transition">Newsletter</a>
|
| 86 |
</div>
|
| 87 |
</div>
|
| 88 |
</div>
|
|
|
|
| 82 |
<a href="events.html" class="text-white hover:text-yellow-500 transition">Events</a>
|
| 83 |
<a href="results.html" class="text-white hover:text-yellow-500 transition">Results</a>
|
| 84 |
<a href="help.html" class="text-white hover:text-yellow-500 transition">Help</a>
|
|
|
|
| 85 |
</div>
|
| 86 |
</div>
|
| 87 |
</div>
|
events.html
CHANGED
|
@@ -74,7 +74,6 @@
|
|
| 74 |
<a href="events.html" class="text-yellow-500 hover:text-yellow-400 transition">Events</a>
|
| 75 |
<a href="results.html" class="text-white hover:text-yellow-500 transition">Results</a>
|
| 76 |
<a href="help.html" class="text-white hover:text-yellow-500 transition">Help</a>
|
| 77 |
-
<a href="newsletter.html" class="text-white hover:text-yellow-500 transition">Newsletter</a>
|
| 78 |
</div>
|
| 79 |
</div>
|
| 80 |
</div>
|
|
@@ -130,21 +129,6 @@
|
|
| 130 |
</h3>
|
| 131 |
<!-- Event Cards -->
|
| 132 |
<div class="grid grid-cols-1 gap-8 max-w-md mx-auto">
|
| 133 |
-
<!-- VE Trade Show -->
|
| 134 |
-
<div class="bg-gradient-to-br from-black to-gray-900 rounded-xl border border-yellow-500 p-6 transition duration-300 event-card">
|
| 135 |
-
<div class="flex justify-between items-start mb-4">
|
| 136 |
-
<span class="bg-yellow-500 text-black px-3 py-1 rounded-full text-sm font-bold">TRADE SHOW</span>
|
| 137 |
-
<span class="text-yellow-500">NOV 24</span>
|
| 138 |
-
</div>
|
| 139 |
-
<h4 class="text-xl font-bold mb-2">VE Online Trade Show</h4>
|
| 140 |
-
<p class="text-gray-400 mb-4">Join us for the annual Virtual Enterprise International Trade Show showcasing student businesses.</p>
|
| 141 |
-
<div class="flex items-center text-gray-300 text-sm mb-4">
|
| 142 |
-
<i data-feather="clock" class="mr-2 w-4 h-4"></i> 7:30 AM - 3:00 PM
|
| 143 |
-
</div>
|
| 144 |
-
<a href="https://docs.google.com/forms/d/e/1FAIpQLSfdBkgl7z4cMV1OZTqD_R4W1ltA41B6khZrAsZVMMQRFGmfCA/viewform?usp=sharing&ouid=102381782005580003611" target="_blank" class="w-full bg-amber-500 hover:bg-amber-600 text-black font-bold py-2 rounded-lg transition flex items-center justify-center">
|
| 145 |
-
Register Now
|
| 146 |
-
</a>
|
| 147 |
-
</div>
|
| 148 |
</div>
|
| 149 |
</div>
|
| 150 |
</div>
|
|
|
|
| 74 |
<a href="events.html" class="text-yellow-500 hover:text-yellow-400 transition">Events</a>
|
| 75 |
<a href="results.html" class="text-white hover:text-yellow-500 transition">Results</a>
|
| 76 |
<a href="help.html" class="text-white hover:text-yellow-500 transition">Help</a>
|
|
|
|
| 77 |
</div>
|
| 78 |
</div>
|
| 79 |
</div>
|
|
|
|
| 129 |
</h3>
|
| 130 |
<!-- Event Cards -->
|
| 131 |
<div class="grid grid-cols-1 gap-8 max-w-md mx-auto">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 132 |
</div>
|
| 133 |
</div>
|
| 134 |
</div>
|
help.html
CHANGED
|
@@ -69,7 +69,6 @@
|
|
| 69 |
<a href="events.html" class="text-white hover:text-yellow-500 transition">Events</a>
|
| 70 |
<a href="results.html" class="text-white hover:text-yellow-500 transition">Results</a>
|
| 71 |
<a href="help.html" class="text-yellow-500 hover:text-yellow-400 transition">Help</a>
|
| 72 |
-
<a href="newsletter.html" class="text-white hover:text-yellow-500 transition">Newsletter</a>
|
| 73 |
</div>
|
| 74 |
</div>
|
| 75 |
</div>
|
|
|
|
| 69 |
<a href="events.html" class="text-white hover:text-yellow-500 transition">Events</a>
|
| 70 |
<a href="results.html" class="text-white hover:text-yellow-500 transition">Results</a>
|
| 71 |
<a href="help.html" class="text-yellow-500 hover:text-yellow-400 transition">Help</a>
|
|
|
|
| 72 |
</div>
|
| 73 |
</div>
|
| 74 |
</div>
|
index.html
CHANGED
|
@@ -131,8 +131,7 @@
|
|
| 131 |
<a href="currency.html" class="text-white hover:text-yellow-500 transition">Currency</a>
|
| 132 |
<a href="events.html" class="text-white hover:text-yellow-500 transition">Events</a>
|
| 133 |
<a href="results.html" class="text-white hover:text-yellow-500 transition">Results</a>
|
| 134 |
-
|
| 135 |
-
<a href="newsletter.html" class="text-white hover:text-yellow-500 transition">Newsletter</a>
|
| 136 |
</div>
|
| 137 |
<script>
|
| 138 |
</script>
|
|
|
|
| 131 |
<a href="currency.html" class="text-white hover:text-yellow-500 transition">Currency</a>
|
| 132 |
<a href="events.html" class="text-white hover:text-yellow-500 transition">Events</a>
|
| 133 |
<a href="results.html" class="text-white hover:text-yellow-500 transition">Results</a>
|
| 134 |
+
<a href="help.html" class="text-white hover:text-yellow-500 transition">Help</a>
|
|
|
|
| 135 |
</div>
|
| 136 |
<script>
|
| 137 |
</script>
|
pricing.html
CHANGED
|
@@ -75,7 +75,6 @@
|
|
| 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">Results</a>
|
| 77 |
<a href="help.html" class="text-white hover:text-yellow-500 transition">Help</a>
|
| 78 |
-
<a href="newsletter.html" class="text-white hover:text-yellow-500 transition">Newsletter</a>
|
| 79 |
</div>
|
| 80 |
</div>
|
| 81 |
</div>
|
|
@@ -164,7 +163,93 @@
|
|
| 164 |
</a>
|
| 165 |
</div>
|
| 166 |
</div>
|
| 167 |
-
<!--
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 168 |
<div class="max-w-4xl mx-auto text-center mt-12">
|
| 169 |
<div class="bg-gradient-to-br from-black to-gray-900 rounded-xl border border-yellow-500 p-8">
|
| 170 |
<h3 class="text-2xl font-bold mb-4 text-yellow-500">1-on-1 Coaching Add-On</h3>
|
|
@@ -236,7 +321,8 @@
|
|
| 236 |
<div class="border-t border-gray-800 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center">
|
| 237 |
<p class="text-gray-500 mb-4 md:mb-0">
|
| 238 |
© 2025 Amplify Technologies. All rights reserved.<br>
|
| 239 |
-
<span class="text-xs text-yellow-500">Disclaimer: This
|
|
|
|
| 240 |
</p>
|
| 241 |
<div class="flex space-x-6">
|
| 242 |
<a href="#" class="text-gray-500 hover:text-yellow-500 transition">Privacy Policy</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">Results</a>
|
| 77 |
<a href="help.html" class="text-white hover:text-yellow-500 transition">Help</a>
|
|
|
|
| 78 |
</div>
|
| 79 |
</div>
|
| 80 |
</div>
|
|
|
|
| 163 |
</a>
|
| 164 |
</div>
|
| 165 |
</div>
|
| 166 |
+
<!-- Additional Training Packs -->
|
| 167 |
+
<div class="max-w-4xl mx-auto mt-12">
|
| 168 |
+
<h2 class="text-3xl font-bold font-['Bebas+Neue'] tracking-wider text-center mb-8">
|
| 169 |
+
SPECIALIZED <span class="text-yellow-500">TRAINING</span> PACKS
|
| 170 |
+
</h2>
|
| 171 |
+
<div class="grid grid-cols-1 md:grid-cols-3 gap-6 mb-12">
|
| 172 |
+
<!-- Public Speaking Pack -->
|
| 173 |
+
<div class="bg-gradient-to-br from-black to-gray-900 rounded-xl border border-yellow-500 p-6 pricing-card">
|
| 174 |
+
<h3 class="text-2xl font-bold text-center mb-4 text-yellow-500">Public Speaking Pack</h3>
|
| 175 |
+
<div class="text-center mb-6">
|
| 176 |
+
<span class="text-3xl font-bold text-yellow-500">$10</span>
|
| 177 |
+
<span class="text-gray-400">one-time</span>
|
| 178 |
+
</div>
|
| 179 |
+
<ul class="space-y-3 mb-6">
|
| 180 |
+
<li class="flex items-start">
|
| 181 |
+
<i data-feather="check" class="text-green-500 mr-2 flex-shrink-0"></i>
|
| 182 |
+
<span>Infinite VR scenarios for public speaking</span>
|
| 183 |
+
</li>
|
| 184 |
+
<li class="flex items-start">
|
| 185 |
+
<i data-feather="check" class="text-green-500 mr-2 flex-shrink-0"></i>
|
| 186 |
+
<span>Audience simulation with reactions</span>
|
| 187 |
+
</li>
|
| 188 |
+
<li class="flex items-start">
|
| 189 |
+
<i data-feather="check" class="text-green-500 mr-2 flex-shrink-0"></i>
|
| 190 |
+
<span>Voice pitch & pace analysis</span>
|
| 191 |
+
</li>
|
| 192 |
+
</ul>
|
| 193 |
+
<a href="https://portal.veinternational.org/buybuttons/us0110243/btn/public-speaking-pack-6/" class="w-full bg-yellow-500 hover:bg-yellow-600 text-black font-bold py-3 rounded-lg transition flex items-center justify-center">
|
| 194 |
+
<i data-feather="mic" class="mr-2"></i> Buy Now
|
| 195 |
+
</a>
|
| 196 |
+
</div>
|
| 197 |
+
|
| 198 |
+
<!-- Professional Communication Pack -->
|
| 199 |
+
<div class="bg-gradient-to-br from-black to-gray-900 rounded-xl border border-yellow-500 p-6 pricing-card">
|
| 200 |
+
<h3 class="text-2xl font-bold text-center mb-4 text-yellow-500">Professional Communication Pack</h3>
|
| 201 |
+
<div class="text-center mb-6">
|
| 202 |
+
<span class="text-3xl font-bold text-yellow-500">$10</span>
|
| 203 |
+
<span class="text-gray-400">one-time</span>
|
| 204 |
+
</div>
|
| 205 |
+
<ul class="space-y-3 mb-6">
|
| 206 |
+
<li class="flex items-start">
|
| 207 |
+
<i data-feather="check" class="text-green-500 mr-2 flex-shrink-0"></i>
|
| 208 |
+
<span>Job interview simulations</span>
|
| 209 |
+
</li>
|
| 210 |
+
<li class="flex items-start">
|
| 211 |
+
<i data-feather="check" class="text-green-500 mr-2 flex-shrink-0"></i>
|
| 212 |
+
<span>Difficult conversation scenarios</span>
|
| 213 |
+
</li>
|
| 214 |
+
<li class="flex items-start">
|
| 215 |
+
<i data-feather="check" class="text-green-500 mr-2 flex-shrink-0"></i>
|
| 216 |
+
<span>Body language feedback</span>
|
| 217 |
+
</li>
|
| 218 |
+
</ul>
|
| 219 |
+
<a href="https://portal.veinternational.org/buybuttons/us0110243/btn/professional-communication-pack-5/" class="w-full bg-yellow-500 hover:bg-yellow-600 text-black font-bold py-3 rounded-lg transition flex items-center justify-center">
|
| 220 |
+
<i data-feather="message-square" class="mr-2"></i> Buy Now
|
| 221 |
+
</a>
|
| 222 |
+
</div>
|
| 223 |
+
|
| 224 |
+
<!-- Test Taking Pack -->
|
| 225 |
+
<div class="bg-gradient-to-br from-black to-gray-900 rounded-xl border border-yellow-500 p-6 pricing-card">
|
| 226 |
+
<h3 class="text-2xl font-bold text-center mb-4 text-yellow-500">Test Taking Pack</h3>
|
| 227 |
+
<div class="text-center mb-6">
|
| 228 |
+
<span class="text-3xl font-bold text-yellow-500">$10</span>
|
| 229 |
+
<span class="text-gray-400">one-time</span>
|
| 230 |
+
</div>
|
| 231 |
+
<ul class="space-y-3 mb-6">
|
| 232 |
+
<li class="flex items-start">
|
| 233 |
+
<i data-feather="check" class="text-green-500 mr-2 flex-shrink-0"></i>
|
| 234 |
+
<span>Exam stress management</span>
|
| 235 |
+
</li>
|
| 236 |
+
<li class="flex items-start">
|
| 237 |
+
<i data-feather="check" class="text-green-500 mr-2 flex-shrink-0"></i>
|
| 238 |
+
<span>Timed test simulations</span>
|
| 239 |
+
</li>
|
| 240 |
+
<li class="flex items-start">
|
| 241 |
+
<i data-feather="check" class="text-green-500 mr-2 flex-shrink-0"></i>
|
| 242 |
+
<span>Focus enhancement exercises</span>
|
| 243 |
+
</li>
|
| 244 |
+
</ul>
|
| 245 |
+
<a href="https://portal.veinternational.org/buybuttons/us0110243/btn/test-taking-pack-7/" class="w-full bg-yellow-500 hover:bg-yellow-600 text-black font-bold py-3 rounded-lg transition flex items-center justify-center">
|
| 246 |
+
<i data-feather="edit" class="mr-2"></i> Buy Now
|
| 247 |
+
</a>
|
| 248 |
+
</div>
|
| 249 |
+
</div>
|
| 250 |
+
</div>
|
| 251 |
+
|
| 252 |
+
<!-- Coaching CTA -->
|
| 253 |
<div class="max-w-4xl mx-auto text-center mt-12">
|
| 254 |
<div class="bg-gradient-to-br from-black to-gray-900 rounded-xl border border-yellow-500 p-8">
|
| 255 |
<h3 class="text-2xl font-bold mb-4 text-yellow-500">1-on-1 Coaching Add-On</h3>
|
|
|
|
| 321 |
<div class="border-t border-gray-800 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center">
|
| 322 |
<p class="text-gray-500 mb-4 md:mb-0">
|
| 323 |
© 2025 Amplify Technologies. All rights reserved.<br>
|
| 324 |
+
<span class="text-xs text-yellow-500">Disclaimer: This is a
|
| 325 |
+
Virtual Enterprise online store is for educational purposes only (2025-2026 - Amplify)</span>
|
| 326 |
</p>
|
| 327 |
<div class="flex space-x-6">
|
| 328 |
<a href="#" class="text-gray-500 hover:text-yellow-500 transition">Privacy Policy</a>
|
results.html
CHANGED
|
@@ -80,7 +80,6 @@
|
|
| 80 |
<a href="currency.html" class="text-white hover:text-yellow-500 transition">Currency</a>
|
| 81 |
<a href="events.html" class="text-white hover:text-yellow-500 transition">Events</a>
|
| 82 |
<a href="help.html" class="text-white hover:text-yellow-500 transition">Help</a>
|
| 83 |
-
<a href="newsletter.html" class="text-white hover:text-yellow-500 transition">Newsletter</a>
|
| 84 |
</div>
|
| 85 |
</div>
|
| 86 |
</div>
|
|
|
|
| 80 |
<a href="currency.html" class="text-white hover:text-yellow-500 transition">Currency</a>
|
| 81 |
<a href="events.html" class="text-white hover:text-yellow-500 transition">Events</a>
|
| 82 |
<a href="help.html" class="text-white hover:text-yellow-500 transition">Help</a>
|
|
|
|
| 83 |
</div>
|
| 84 |
</div>
|
| 85 |
</div>
|
style.css
CHANGED
|
@@ -97,18 +97,6 @@ border-radius: 12px;
|
|
| 97 |
box-shadow: 0 10px 25px rgba(168, 85, 247, 0.4);
|
| 98 |
border-color: rgba(168, 85, 247, 0.6);
|
| 99 |
}
|
| 100 |
-
/* Thanksgiving Banner Animation */
|
| 101 |
-
@keyframes pulseThanksgiving {
|
| 102 |
-
0% { transform: scale(1); }
|
| 103 |
-
50% { transform: scale(1.03); }
|
| 104 |
-
100% { transform: scale(1); }
|
| 105 |
-
}
|
| 106 |
-
|
| 107 |
-
.thanksgiving-banner {
|
| 108 |
-
animation: pulseThanksgiving 3s infinite;
|
| 109 |
-
box-shadow: 0 2px 10px rgba(146, 64, 14, 0.5);
|
| 110 |
-
}
|
| 111 |
-
|
| 112 |
/* Google Translate Widget Styles */
|
| 113 |
#google_translate_element {
|
| 114 |
z-index: 9999;
|
|
|
|
| 97 |
box-shadow: 0 10px 25px rgba(168, 85, 247, 0.4);
|
| 98 |
border-color: rgba(168, 85, 247, 0.6);
|
| 99 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 100 |
/* Google Translate Widget Styles */
|
| 101 |
#google_translate_element {
|
| 102 |
z-index: 9999;
|