Fazbeeer's picture
🐳 14/04 - 12:56 - I want to add a page about recruiting and employement
d26e21f verified
Raw
History Blame Contribute Delete
10.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>
<script>window.huggingface={variables:{"SPACE_CREATOR_USER_ID":"68e50e0a6662dced96925247"}};</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Events Calendar - Amplify</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script>
<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);
}
.event-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 20px rgba(212, 175, 55, 0.2);
}
/* Thanksgiving pulse animation */
@keyframes thanksgivingPulse {
0% { transform: scale(1); opacity: 0.7; }
50% { transform: scale(1.3); opacity: 1; }
100% { transform: scale(1); opacity: 0.7; }
}
.thanksgiving-pulse {
animation: thanksgivingPulse 2s infinite;
}
</style>
</head>
<body class="bg-black text-white font-['Montserrat']">
<!-- Vanta.js Background -->
<div id="vanta-bg" class="fixed top-0 left-0 w-full h-full z-0"></div>
<!-- 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">
<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>
</div>
</nav>
<!-- Events Hero Section -->
<section class="relative z-10 bg-black bg-opacity-90 py-32">
<div class="container mx-auto px-6 text-center">
<h1 class="text-5xl md:text-7xl font-bold font-['Bebas+Neue'] mb-8 tracking-wider">
<span class="text-yellow-500 glow-text">UPCOMING</span> <span class="text-white">EVENTS</span>
</h1>
<p class="text-xl md:text-2xl max-w-4xl mx-auto text-gray-300">
Join our workshops, webinars and training sessions to amplify your performance
</p>
</div>
</section>
<!-- Events Calendar Section -->
<section class="relative z-10 py-20 bg-black bg-opacity-90">
<div class="container mx-auto px-6">
<!-- Events List -->
<div class="space-y-8">
<h3 class="text-2xl font-bold font-['Bebas+Neue'] tracking-wider mb-6">
<span class="text-yellow-500 font-bold">FEATURED</span>
<span class="text-white">EVENTS</span>
</h3>
<!-- Event Cards -->
<div class="grid grid-cols-1 gap-8 max-w-md mx-auto">
<!-- Youth Business Summit -->
<div class="bg-gradient-to-br from-black to-gray-900 rounded-xl border border-yellow-500 p-6 transition duration-300 event-card">
<div class="flex justify-between items-start mb-4">
<span class="bg-yellow-500 text-black px-3 py-1 rounded-full text-sm font-bold">SUMMIT</span>
<span class="text-yellow-500">APR 21-23</span>
</div>
<h4 class="text-xl font-bold mb-2">Youth Business Summit</h4>
<p class="text-gray-400 mb-4">Join us for the annual Virtual Enterprise International Trade Show showcasing student businesses.</p>
<div class="flex items-center text-gray-300 text-sm mb-4">
<i data-feather="clock" class="mr-2 w-4 h-4"></i> 8:00 AM - 1:30 PM
</div>
<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">
Register Now
</a>
</div>
</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="currency.html" class="text-gray-400 hover:text-yellow-500 transition">Currency</a></li>
<li><a href="events.html" class="text-yellow-500 hover:text-yellow-400 transition">Events</a></li>
<li><a href="#" class="text-gray-400 hover:text-yellow-500 transition">Contact</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>
</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>
</div>
</div>
</div>
</footer>
<script src="components/faq-chat.js"></script>
<faq-chat></faq-chat>
<script>
// Initialize Vanta.js background
VANTA.GLOBE({
el: "#vanta-bg",
mouseControls: true,
touchControls: true,
gyroControls: false,
minHeight: 200.00,
minWidth: 200.00,
scale: 1.00,
scaleMobile: 1.00,
color: 0xb8860b,
backgroundColor: 0x0,
size: 0.8
});
// Initialize Vanta.js background
VANTA.GLOBE({
el: "#vanta-bg",
mouseControls: true,
touchControls: true,
gyroControls: false,
minHeight: 200.00,
minWidth: 200.00,
scale: 1.00,
scaleMobile: 1.00,
color: 0xb8860b,
backgroundColor: 0x0,
size: 0.8
});
// Initialize feather icons
feather.replace();
=======
</script>
</body>
</html>