Fazbeeer's picture
🐳 14/04 - 12:56 - I want to add a page about recruiting and employement
d26e21f verified
Raw
History Blame Contribute Delete
15.3 kB
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-RTR4DLTDNS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-RTR4DLTDNS');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Amplify - Pricing Plans</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<link rel="stylesheet" href="style.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@400;600;700&display=swap');
.hero-gradient {
background: linear-gradient(135deg, #000000 0%, #1a1a1a 50%, #3a0000 100%);
}
.glow-text {
text-shadow: 0 0 10px rgba(212, 175, 55, 0.7);
}
.pricing-card {
transition: all 0.3s ease;
}
.pricing-card:hover {
transform: translateY(-10px);
box-shadow: 0 15px 30px rgba(212, 175, 55, 0.2);
}
.popular-badge {
top: -15px;
right: 20px;
}
</style>
</head>
<body class="bg-black text-white font-['Montserrat']">
<!-- Google Translate -->
<div id="google_translate_element" class="absolute top-4 right-4 z-50"></div>
<script type="text/javascript">
function googleTranslateElementInit() {
new google.translate.TranslateElement({
pageLanguage: 'en',
includedLanguages: 'en,es,fr,de,it,ru,tr,zh-CN,ja,ko',
autoDisplay: false,
layout: google.translate.TranslateElement.InlineLayout.SIMPLE
}, 'google_translate_element');
}
</script>
<script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
<!-- Navigation -->
<nav class="relative z-10 bg-black bg-opacity-80 border-b border-gold-500">
<div class="container mx-auto px-6 py-4">
<div class="flex justify-between items-center">
<!-- Mobile menu button -->
<div class="md:hidden">
<button id="mobile-menu-button" class="text-white focus:outline-none">
<i data-feather="menu"></i>
</button>
</div>
<!-- Desktop Navigation -->
<div class="hidden md:flex items-center justify-center flex-grow space-x-8 hovered-element">
<a href="index.html" class="text-white hover:text-yellow-500 transition">Home</a>
<a href="about.html" class="text-white hover:text-yellow-500 transition">About</a>
<a href="pricing.html" class="text-white hover:text-yellow-500 transition">Pricing</a>
<a href="currency.html" class="text-white hover:text-yellow-500 transition">Currency</a>
<a href="events.html" class="text-white hover:text-yellow-500 transition">Events</a>
<a href="competition-results.html" class="text-white hover:text-yellow-500 transition">Results</a>
<a href="results.html" class="text-white hover:text-yellow-500 transition">Testimony</a>
<a href="recruiting.html" class="text-white hover:text-yellow-500 transition">Careers</a>
<a href="help.html" class="text-white hover:text-yellow-500 transition">Help</a>
<a href="newsletter.html" class="text-white hover:text-yellow-500 transition">Newsletters</a>
</div>
</div>
</div>
</nav>
<!-- Pricing Section -->
<section class="relative z-10 hero-gradient py-20">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h1 class="text-5xl md:text-7xl font-bold font-['Bebas+Neue'] mb-6 tracking-wider">
<span class="text-yellow-500 glow-text">PRICING</span>
</h1>
<p class="text-xl text-gray-300 max-w-2xl mx-auto">
Choose the perfect plan for your mental performance training needs
</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8 max-w-4xl mx-auto">
<!-- Monthly Plan -->
<div class="bg-gradient-to-br from-black to-gray-900 rounded-xl border-2 border-yellow-500 p-8 pricing-card relative">
<h3 class="text-3xl font-bold text-center mb-4 text-yellow-500">Amplify Core</h3>
<div class="text-center mb-6">
<span class="text-4xl font-bold text-yellow-500">$60</span>
<span class="text-gray-400">/month</span>
</div>
<ul class="space-y-4 mb-8 text-lg">
<li class="flex items-start">
<i data-feather="check" class="text-green-500 mr-3 flex-shrink-0"></i>
<span>Unlimited VR/AR scenarios</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="text-green-500 mr-3 flex-shrink-0"></i>
<span>Full biometric suite with AI analysis</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="text-green-500 mr-3 flex-shrink-0"></i>
<span>24/7 professional support</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="text-green-500 mr-3 flex-shrink-0"></i>
<span>Full scenario library + custom builds</span>
</li>
<li class="flex items-start">
<i data-feather="plus" class="text-yellow-500 mr-3 flex-shrink-0"></i>
<span>(Optional Add-On $150/session) Monthly 1-on-1 coaching</span>
</li>
</ul>
<a href="https://portal.veinternational.org/buybuttons/us0110243/btn/amplify-1/" class="w-full bg-yellow-500 hover:bg-yellow-600 text-black font-bold py-4 rounded-lg transition flex items-center justify-center text-xl">
<i data-feather="zap" class="mr-2"></i> Buy Monthly
</a>
</div>
<!-- Yearly Plan -->
<div class="bg-gradient-to-br from-black to-gray-900 rounded-xl border-2 border-yellow-500 p-8 pricing-card relative">
<div class="absolute top-4 right-4 bg-yellow-500 text-black px-3 py-1 rounded-full text-sm font-bold">SAVE $20</div>
<h3 class="text-3xl font-bold text-center mb-4 text-yellow-500">Amplify Core</h3>
<div class="text-center mb-6">
<span class="text-4xl font-bold text-yellow-500">$700</span>
<span class="text-gray-400">/year</span>
<div class="mt-2 text-yellow-400">
<span class="font-bold">$58.33/month</span> equivalent
</div>
</div>
<ul class="space-y-4 mb-8 text-lg">
<li class="flex items-start">
<i data-feather="check" class="text-green-500 mr-3 flex-shrink-0"></i>
<span>Unlimited VR/AR scenarios</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="text-green-500 mr-3 flex-shrink-0"></i>
<span>Full biometric suite with AI analysis</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="text-green-500 mr-3 flex-shrink-0"></i>
<span>24/7 professional support</span>
</li>
<li class="flex items-start">
<i data-feather="check" class="text-green-500 mr-3 flex-shrink-0"></i>
<span>Full scenario library + custom builds</span>
</li>
<li class="flex items-start">
<i data-feather="plus" class="text-yellow-500 mr-3 flex-shrink-0"></i>
<span>(Optional Add-On $150/session) Monthly 1-on-1 coaching</span>
</li>
</ul>
<a href="https://portal.veinternational.org/buybuttons/us0110243/btn/amplify-year-3/" class="w-full bg-yellow-500 hover:bg-yellow-600 text-black font-bold py-4 rounded-lg transition flex items-center justify-center text-xl">
<i data-feather="zap" class="mr-2"></i> Buy Yearly
</a>
</div>
</div>
<div class="max-w-4xl mx-auto text-center mt-12">
<div class="bg-gradient-to-br from-black to-gray-900 rounded-xl border border-yellow-500 p-8">
<h3 class="text-2xl font-bold mb-4 text-yellow-500">1-on-1 Coaching Add-On</h3>
<p class="text-gray-300 mb-6">
Get personal guidance from our certified performance coaches. Each session is tailored to your specific needs and goals.
</p>
<div class="text-yellow-400 text-xl mb-4">
$150/session
</div>
<a href="https://portal.veinternational.org/buybuttons/us0110243/btn/real-person-coaching-1-hour-session-4/" class="inline-block bg-[#9b0000] hover:bg-[#7a0000] text-white font-bold px-8 py-4 rounded-lg text-xl transition transform hover:scale-105">
<i data-feather="users" class="mr-2 inline"></i> Book Coaching Now
</a>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="relative z-10 bg-black bg-opacity-90 border-t border-gray-800 py-12">
<div class="container mx-auto px-6">
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
<div>
<div class="flex items-center space-x-2 mb-4">
<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"
alt="Amplify Logo"
class="h-16 w-auto">
<span class="text-2xl font-bold font-['Bebas+Neue'] tracking-wider text-yellow-500">AMPLIFY</span>
</div>
<p class="text-gray-400 mb-4">
Mental performance technology for champions in sports, business, and life.
</p>
</div>
<div>
</div>
<div>
<h3 class="text-lg font-bold text-white mb-4">Company</h3>
<ul class="space-y-2">
<li><a href="about.html" class="text-gray-400 hover:text-yellow-500 transition">About Us</a></li>
<li><a href="pricing.html" class="text-yellow-500 hover:text-yellow-400 transition">Pricing</a></li>
<li><a href="currency.html" class="text-gray-400 hover:text-yellow-500 transition">Currency</a></li>
<li><a href="events.html" class="text-gray-400 hover:text-yellow-500 transition">Events</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-bold text-white mb-4">Resources</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-yellow-500 transition">Blog</a></li>
<li><a href="#" class="text-gray-400 hover:text-yellow-500 transition">Research</a></li>
<li><a href="help.html" class="text-gray-400 hover:text-yellow-500 transition">Help Center</a></li>
<li><a href="#" class="text-gray-400 hover:text-yellow-500 transition">Community</a></li>
</ul>
</div>
</div>
<div class="border-t border-gray-800 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center">
<p class="text-gray-500 mb-4 md:mb-0">
© 2025 Amplify Technologies. All rights reserved.<br>
<span class="text-sm text-yellow-500">Disclaimer: This Virtual Enterprise online store is for educational purposes only (2025-2026 - Amplify)</span>
</p>
<div class="flex space-x-6">
<a href="#" class="text-gray-500 hover:text-yellow-500 transition">Privacy Policy</a>
<a href="#" class="text-gray-500 hover:text-yellow-500 transition">Terms of Service</a>
<a href="#" class="text-gray-500 hover:text-yellow-500 transition">Cookies</a>
</div>
</div>
</div>
</footer>
<!-- Mobile Menu -->
<div id="mobile-menu" class="hidden fixed inset-0 bg-black bg-opacity-90 z-50 flex flex-col items-center justify-center">
<button id="mobile-menu-close" class="absolute top-4 right-4 text-white text-2xl">
<i data-feather="x"></i>
</button>
<div class="flex flex-col space-y-6 text-center">
<a href="index.html" class="text-2xl text-white hover:text-yellow-500 transition">Home</a>
<a href="index.html#features" class="text-2xl text-white hover:text-yellow-500 transition">Features</a>
<a href="index.html#about" class="text-2xl text-white hover:text-yellow-500 transition">About</a>
<a href="pricing.html" class="text-2xl text-yellow-500 hover:text-yellow-400 transition">Pricing</a>
<a href="currency.html" class="text-2xl text-white hover:text-yellow-500 transition">Currency</a>
<a href="events.html" class="text-2xl text-white hover:text-yellow-500 transition">Events</a>
<a href="results.html" class="text-2xl text-white hover:text-yellow-500 transition">Results</a>
<a href="recruiting.html" class="text-2xl text-white hover:text-yellow-500 transition">Careers</a>
</div>
</div>
<script src="components/faq-chat.js"></script>
<faq-chat></faq-chat>
<script>
// Initialize mobile menu
const mobileMenuButton = document.getElementById('mobile-menu-button');
const mobileMenu = document.getElementById('mobile-menu');
const mobileMenuClose = document.getElementById('mobile-menu-close');
mobileMenuButton.addEventListener('click', () => {
mobileMenu.classList.remove('hidden');
feather.replace();
});
mobileMenuClose.addEventListener('click', () => {
mobileMenu.classList.add('hidden');
});
// Initialize feather icons
document.addEventListener('DOMContentLoaded', function() {
feather.replace();
});
</script>
</body>
</html>