Spaces:
Running
Running
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>ASEAN AI Business Summit 2025</title> | |
<script src="https://cdn.tailwindcss.com"></script> | |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> | |
<style> | |
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap'); | |
body { | |
font-family: 'Poppins', sans-serif; | |
scroll-behavior: smooth; | |
} | |
.gradient-bg { | |
background: linear-gradient(135deg, #3b82f6 0%, #8b5cf6 50%, #ec4899 100%); | |
} | |
.speaker-card:hover { | |
transform: translateY(-10px); | |
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); | |
} | |
.program-card:hover { | |
transform: scale(1.03); | |
} | |
.award-card { | |
transition: all 0.3s ease; | |
} | |
.award-card:hover { | |
transform: scale(1.05); | |
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); | |
} | |
.glow-text { | |
text-shadow: 0 0 10px rgba(255, 255, 255, 0.7); | |
} | |
.countdown-item { | |
background: rgba(255, 255, 255, 0.15); | |
backdrop-filter: blur(5px); | |
} | |
.neon-border { | |
position: relative; | |
} | |
.neon-border::after { | |
content: ''; | |
position: absolute; | |
top: 0; | |
left: 0; | |
right: 0; | |
bottom: 0; | |
border: 2px solid transparent; | |
border-radius: 0.5rem; | |
background: linear-gradient(135deg, #3b82f6, #8b5cf6, #ec4899) border-box; | |
-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0); | |
-webkit-mask-composite: destination-out; | |
mask-composite: exclude; | |
pointer-events: none; | |
} | |
</style> | |
</head> | |
<body class="bg-gray-900 text-white"> | |
<!-- Navigation --> | |
<nav class="fixed w-full z-50 bg-gray-900/90 backdrop-blur-md"> | |
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | |
<div class="flex items-center justify-between h-16"> | |
<div class="flex items-center"> | |
<div class="flex-shrink-0"> | |
<span class="text-2xl font-bold bg-clip-text text-transparent gradient-bg">AI<span class="text-white">2025</span></span> | |
</div> | |
</div> | |
<div class="hidden md:block"> | |
<div class="ml-10 flex items-baseline space-x-4"> | |
<a href="#home" class="px-3 py-2 rounded-md text-sm font-medium text-white hover:bg-gray-800 transition">Home</a> | |
<a href="#speakers" class="px-3 py-2 rounded-md text-sm font-medium text-gray-300 hover:text-white hover:bg-gray-800 transition">Speakers</a> | |
<a href="#program" class="px-3 py-2 rounded-md text-sm font-medium text-gray-300 hover:text-white hover:bg-gray-800 transition">Program</a> | |
<a href="#awards" class="px-3 py-2 rounded-md text-sm font-medium text-gray-300 hover:text-white hover:bg-gray-800 transition">Awards</a> | |
<a href="#register" class="ml-4 px-4 py-2 rounded-md text-sm font-medium text-white bg-gradient-to-r from-blue-500 to-purple-600 hover:from-blue-600 hover:to-purple-700 transition">Register Now</a> | |
</div> | |
</div> | |
<div class="md:hidden"> | |
<button class="text-gray-300 hover:text-white focus:outline-none"> | |
<svg class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor"> | |
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"></path> | |
</svg> | |
</button> | |
</div> | |
</div> | |
</div> | |
</nav> | |
<!-- Hero Banner --> | |
<section id="home" class="gradient-bg pt-32 pb-20 md:pt-40 md:pb-32 px-4"> | |
<div class="max-w-7xl mx-auto text-center"> | |
<div class="mb-6"> | |
<span class="inline-block px-3 py-1 text-xs font-semibold text-white bg-white/20 rounded-full backdrop-blur-sm">JUNE 15-17, 2025</span> | |
</div> | |
<h1 class="text-4xl md:text-6xl font-bold mb-6 glow-text">ASEAN AI BUSINESS SUMMIT 2025</h1> | |
<p class="text-xl md:text-2xl max-w-3xl mx-auto mb-10 text-white/90">Shaping the Future of Artificial Intelligence in Southeast Asia</p> | |
<div class="flex flex-col sm:flex-row justify-center gap-4 mb-16"> | |
<a href="#register" class="px-8 py-4 rounded-lg font-bold text-white bg-black hover:bg-gray-900 transition transform hover:scale-105 shadow-lg"> | |
Register Now | |
</a> | |
<a href="#program" class="px-8 py-4 rounded-lg font-bold text-white bg-white/10 hover:bg-white/20 transition transform hover:scale-105 shadow-lg backdrop-blur-sm"> | |
View Program | |
</a> | |
</div> | |
<div class="max-w-4xl mx-auto bg-white/10 rounded-xl p-6 backdrop-blur-sm neon-border"> | |
<div class="flex justify-center gap-8"> | |
<div class="text-center"> | |
<div class="countdown-item rounded-lg w-20 h-20 flex items-center justify-center"> | |
<div> | |
<div class="text-2xl font-bold" id="days">00</div> | |
<div class="text-xs uppercase">Days</div> | |
</div> | |
</div> | |
</div> | |
<div class="text-center"> | |
<div class="countdown-item rounded-lg w-20 h-20 flex items-center justify-center"> | |
<div> | |
<div class="text-2xl font-bold" id="hours">00</div> | |
<div class="text-xs uppercase">Hours</div> | |
</div> | |
</div> | |
</div> | |
<div class="text-center"> | |
<div class="countdown-item rounded-lg w-20 h-20 flex items-center justify-center"> | |
<div> | |
<div class="text-2xl font-bold" id="minutes">00</div> | |
<div class="text-xs uppercase">Minutes</div> | |
</div> | |
</div> | |
</div> | |
<div class="text-center"> | |
<div class="countdown-item rounded-lg w-20 h-20 flex items-center justify-center"> | |
<div> | |
<div class="text-2xl font-bold" id="seconds">00</div> | |
<div class="text-xs uppercase">Seconds</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Featured Speakers --> | |
<section id="speakers" class="py-20 px-4 bg-gray-900"> | |
<div class="max-w-7xl mx-auto"> | |
<div class="text-center mb-16"> | |
<h2 class="text-3xl md:text-4xl font-bold mb-4">Featured Keynote Speakers</h2> | |
<div class="w-20 h-1 bg-gradient-to-r from-blue-500 to-purple-600 mx-auto"></div> | |
</div> | |
<div class="grid grid-cols-1 md:grid-cols-3 gap-10"> | |
<!-- Speaker 1 --> | |
<div class="speaker-card bg-gray-800 rounded-xl p-6 transition duration-300 ease-in-out shadow-xl"> | |
<div class="relative mb-6"> | |
<div class="absolute -inset-1 bg-gradient-to-r from-blue-500 to-purple-600 rounded-xl blur opacity-75"></div> | |
<img src="https://randomuser.me/api/portraits/men/32.jpg" alt="DeepSeek Founder" class="relative w-full h-64 object-cover rounded-lg"> | |
</div> | |
<h3 class="text-xl font-bold mb-1">Dr. Alan Chen</h3> | |
<p class="text-purple-400 mb-3">Founder & CEO, DeepSeek</p> | |
<p class="text-gray-400 mb-4">Pioneer in neural network architectures and AI safety protocols. His work has revolutionized how machines understand human language.</p> | |
<div class="flex space-x-3"> | |
<a href="#" class="text-blue-400 hover:text-blue-300"><i class="fab fa-linkedin"></i></a> | |
<a href="#" class="text-blue-400 hover:text-blue-300"><i class="fab fa-twitter"></i></a> | |
</div> | |
</div> | |
<!-- Speaker 2 --> | |
<div class="speaker-card bg-gray-800 rounded-xl p-6 transition duration-300 ease-in-out shadow-xl"> | |
<div class="relative mb-6"> | |
<div class="absolute -inset-1 bg-gradient-to-r from-blue-500 to-purple-600 rounded-xl blur opacity-75"></div> | |
<img src="https://images.unsplash.com/photo-1620712943543-bcc4688e7485?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=500&q=80" alt="Unitree Humanoid Robot" class="relative w-full h-64 object-cover rounded-lg"> | |
</div> | |
<h3 class="text-xl font-bold mb-1">NOVA-7</h3> | |
<p class="text-purple-400 mb-3">Advanced Humanoid Robot, Unitree</p> | |
<p class="text-gray-400 mb-4">The most advanced humanoid robot in ASEAN, capable of natural movement, speech, and real-time problem solving. Will demonstrate live capabilities.</p> | |
<div class="flex space-x-3"> | |
<span class="text-gray-500"><i class="fas fa-robot"></i></span> | |
<span class="text-gray-500"><i class="fas fa-microchip"></i></span> | |
</div> | |
</div> | |
<!-- Speaker 3 --> | |
<div class="speaker-card bg-gray-800 rounded-xl p-6 transition duration-300 ease-in-out shadow-xl"> | |
<div class="relative mb-6"> | |
<div class="absolute -inset-1 bg-gradient-to-r from-blue-500 to-purple-600 rounded-xl blur opacity-75"></div> | |
<img src="https://randomuser.me/api/portraits/women/44.jpg" alt="President of the Committee" class="relative w-full h-64 object-cover rounded-lg"> | |
</div> | |
<h3 class="text-xl font-bold mb-1">Prof. Sophia Lim</h3> | |
<p class="text-purple-400 mb-3">President, ASEAN AI Governance Committee</p> | |
<p class="text-gray-400 mb-4">Leading authority on AI policy and ethics in Southeast Asia. Will present the new ASEAN AI governance framework for 2025-2030.</p> | |
<div class="flex space-x-3"> | |
<a href="#" class="text-blue-400 hover:text-blue-300"><i class="fab fa-linkedin"></i></a> | |
<a href="#" class="text-blue-400 hover:text-blue-300"><i class="fas fa-globe"></i></a> | |
</div> | |
</div> | |
</div> | |
<div class="text-center mt-16"> | |
<a href="#" class="px-6 py-3 rounded-lg font-medium text-white bg-gradient-to-r from-blue-500 to-purple-600 hover:from-blue-600 hover:to-purple-700 transition transform hover:scale-105 inline-flex items-center"> | |
View All Speakers <i class="fas fa-arrow-right ml-2"></i> | |
</a> | |
</div> | |
</div> | |
</section> | |
<!-- Program Section --> | |
<section id="program" class="py-20 px-4 bg-gray-800"> | |
<div class="max-w-7xl mx-auto"> | |
<div class="text-center mb-16"> | |
<h2 class="text-3xl md:text-4xl font-bold mb-4">Conference Program</h2> | |
<div class="w-20 h-1 bg-gradient-to-r from-blue-500 to-purple-600 mx-auto"></div> | |
</div> | |
<div class="grid grid-cols-1 md:grid-cols-3 gap-8"> | |
<!-- Day 1 --> | |
<div class="program-card bg-gray-900 rounded-xl overflow-hidden transition duration-300 ease-in-out"> | |
<div class="gradient-bg p-6 text-center"> | |
<h3 class="text-xl font-bold">Day 1</h3> | |
<p class="text-white/80">June 15, 2025</p> | |
</div> | |
<div class="p-6"> | |
<div class="mb-6"> | |
<div class="flex items-start mb-4"> | |
<div class="bg-blue-500 rounded-full w-3 h-3 mt-1 mr-3"></div> | |
<div> | |
<h4 class="font-bold">08:00 - 09:00</h4> | |
<p class="text-gray-400">Registration & Welcome Coffee</p> | |
</div> | |
</div> | |
<div class="flex items-start mb-4"> | |
<div class="bg-purple-500 rounded-full w-3 h-3 mt-1 mr-3"></div> | |
<div> | |
<h4 class="font-bold">09:00 - 10:30</h4> | |
<p class="text-gray-400">Opening Keynote: The State of AI in ASEAN</p> | |
</div> | |
</div> | |
<div class="flex items-start mb-4"> | |
<div class="bg-pink-500 rounded-full w-3 h-3 mt-1 mr-3"></div> | |
<div> | |
<h4 class="font-bold">10:30 - 12:00</h4> | |
<p class="text-gray-400">Panel: Ethical AI Development</p> | |
</div> | |
</div> | |
</div> | |
<a href="#" class="text-blue-400 hover:text-blue-300 inline-flex items-center"> | |
Full Schedule <i class="fas fa-arrow-right ml-2"></i> | |
</a> | |
</div> | |
</div> | |
<!-- Day 2 --> | |
<div class="program-card bg-gray-900 rounded-xl overflow-hidden transition duration-300 ease-in-out transform hover:scale-105"> | |
<div class="gradient-bg p-6 text-center"> | |
<h3 class="text-xl font-bold">Day 2</h3> | |
<p class="text-white/80">June 16, 2025</p> | |
</div> | |
<div class="p-6"> | |
<div class="mb-6"> | |
<div class="flex items-start mb-4"> | |
<div class="bg-blue-500 rounded-full w-3 h-3 mt-1 mr-3"></div> | |
<div> | |
<h4 class="font-bold">08:30 - 10:00</h4> | |
<p class="text-gray-400">Keynote: DeepSeek's Latest Breakthroughs</p> | |
</div> | |
</div> | |
<div class="flex items-start mb-4"> | |
<div class="bg-purple-500 rounded-full w-3 h-3 mt-1 mr-3"></div> | |
<div> | |
<h4 class="font-bold">10:00 - 12:00</h4> | |
<p class="text-gray-400">Workshop: Building AI Startups</p> | |
</div> | |
</div> | |
<div class="flex items-start mb-4"> | |
<div class="bg-pink-500 rounded-full w-3 h-3 mt-1 mr-3"></div> | |
<div> | |
<h4 class="font-bold">14:00 - 15:30</h4> | |
<p class="text-gray-400">Live Demo: Unitree Humanoid Robot</p> | |
</div> | |
</div> | |
</div> | |
<a href="#" class="text-blue-400 hover:text-blue-300 inline-flex items-center"> | |
Full Schedule <i class="fas fa-arrow-right ml-2"></i> | |
</a> | |
</div> | |
</div> | |
<!-- Day 3 --> | |
<div class="program-card bg-gray-900 rounded-xl overflow-hidden transition duration-300 ease-in-out"> | |
<div class="gradient-bg p-6 text-center"> | |
<h3 class="text-xl font-bold">Day 3</h3> | |
<p class="text-white/80">June 17, 2025</p> | |
</div> | |
<div class="p-6"> | |
<div class="mb-6"> | |
<div class="flex items-start mb-4"> | |
<div class="bg-blue-500 rounded-full w-3 h-3 mt-1 mr-3"></div> | |
<div> | |
<h4 class="font-bold">09:00 - 10:30</h4> | |
<p class="text-gray-400">Keynote: ASEAN AI Governance Framework</p> | |
</div> | |
</div> | |
<div class="flex items-start mb-4"> | |
<div class="bg-purple-500 rounded-full w-3 h-3 mt-1 mr-3"></div> | |
<div> | |
<h4 class="font-bold">11:00 - 12:30</h4> | |
<p class="text-gray-400">Panel: Future of Work with AI</p> | |
</div> | |
</div> | |
<div class="flex items-start mb-4"> | |
<div class="bg-pink-500 rounded-full w-3 h-3 mt-1 mr-3"></div> | |
<div> | |
<h4 class="font-bold">14:00 - 16:00</h4> | |
<p class="text-gray-400">ASEAN AI Awards Ceremony</p> | |
</div> | |
</div> | |
</div> | |
<a href="#" class="text-blue-400 hover:text-blue-300 inline-flex items-center"> | |
Full Schedule <i class="fas fa-arrow-right ml-2"></i> | |
</a> | |
</div> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Awards Section --> | |
<section id="awards" class="py-20 px-4 bg-gray-900"> | |
<div class="max-w-7xl mx-auto"> | |
<div class="text-center mb-16"> | |
<h2 class="text-3xl md:text-4xl font-bold mb-4">ASEAN AI Awards 2025</h2> | |
<p class="text-xl text-gray-400 max-w-3xl mx-auto">Recognizing excellence and innovation in artificial intelligence across Southeast Asia</p> | |
<div class="w-20 h-1 bg-gradient-to-r from-blue-500 to-purple-600 mx-auto mt-4"></div> | |
</div> | |
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> | |
<!-- Award 1 --> | |
<div class="award-card bg-gray-800 rounded-xl p-8 text-center"> | |
<div class="gradient-bg w-20 h-20 rounded-full flex items-center justify-center mx-auto mb-6"> | |
<i class="fas fa-trophy text-3xl text-white"></i> | |
</div> | |
<h3 class="text-xl font-bold mb-3">AI Innovation of the Year</h3> | |
<p class="text-gray-400 mb-4">Recognizing the most groundbreaking AI technology or application developed in the ASEAN region.</p> | |
<div class="text-sm text-purple-400">Prize: $50,000 + Trophy</div> | |
</div> | |
<!-- Award 2 --> | |
<div class="award-card bg-gray-800 rounded-xl p-8 text-center"> | |
<div class="gradient-bg w-20 h-20 rounded-full flex items-center justify-center mx-auto mb-6"> | |
<i class="fas fa-lightbulb text-3xl text-white"></i> | |
</div> | |
<h3 class="text-xl font-bold mb-3">Best AI Startup</h3> | |
<p class="text-gray-400 mb-4">Awarded to the most promising AI startup demonstrating innovation, growth potential, and impact.</p> | |
<div class="text-sm text-purple-400">Prize: $30,000 + Mentorship</div> | |
</div> | |
<!-- Award 3 --> | |
<div class="award-card bg-gray-800 rounded-xl p-8 text-center"> | |
<div class="gradient-bg w-20 h-20 rounded-full flex items-center justify-center mx-auto mb-6"> | |
<i class="fas fa-robot text-3xl text-white"></i> | |
</div> | |
<h3 class="text-xl font-bold mb-3">Best Robotics Application</h3> | |
<p class="text-gray-400 mb-4">For outstanding implementation of AI in robotics with practical applications in industry or society.</p> | |
<div class="text-sm text-purple-400">Prize: $25,000 + Exhibition Space</div> | |
</div> | |
<!-- Award 4 --> | |
<div class="award-card bg-gray-800 rounded-xl p-8 text-center"> | |
<div class="gradient-bg w-20 h-20 rounded-full flex items-center justify-center mx-auto mb-6"> | |
<i class="fas fa-heart text-3xl text-white"></i> | |
</div> | |
<h3 class="text-xl font-bold mb-3">AI for Social Good</h3> | |
<p class="text-gray-400 mb-4">Recognizing AI projects that have made significant positive impact on society or the environment.</p> | |
<div class="text-sm text-purple-400">Prize: $20,000 + Implementation Support</div> | |
</div> | |
<!-- Award 5 --> | |
<div class="award-card bg-gray-800 rounded-xl p-8 text-center"> | |
<div class="gradient-bg w-20 h-20 rounded-full flex items-center justify-center mx-auto mb-6"> | |
<i class="fas fa-graduation-cap text-3xl text-white"></i> | |
</div> | |
<h3 class="text-xl font-bold mb-3">Young AI Researcher</h3> | |
<p class="text-gray-400 mb-4">Awarded to an outstanding young researcher (under 30) for significant contributions to AI.</p> | |
<div class="text-sm text-purple-400">Prize: $15,000 + Research Grant</div> | |
</div> | |
<!-- Award 6 --> | |
<div class="award-card bg-gray-800 rounded-xl p-8 text-center"> | |
<div class="gradient-bg w-20 h-20 rounded-full flex items-center justify-center mx-auto mb-6"> | |
<i class="fas fa-building text-3xl text-white"></i> | |
</div> | |
<h3 class="text-xl font-bold mb-3">Corporate AI Implementation</h3> | |
<p class="text-gray-400 mb-4">For exceptional integration of AI solutions in traditional businesses with measurable results.</p> | |
<div class="text-sm text-purple-400">Prize: Recognition + Case Study Publication</div> | |
</div> | |
</div> | |
<div class="text-center mt-16"> | |
<a href="#" class="px-6 py-3 rounded-lg font-medium text-white bg-gradient-to-r from-blue-500 to-purple-600 hover:from-blue-600 hover:to-purple-700 transition transform hover:scale-105 inline-flex items-center"> | |
Nominate Now <i class="fas fa-arrow-right ml-2"></i> | |
</a> | |
</div> | |
</div> | |
</section> | |
<!-- Registration CTA --> | |
<section id="register" class="gradient-bg py-20 px-4"> | |
<div class="max-w-4xl mx-auto bg-white/10 rounded-2xl p-8 md:p-12 backdrop-blur-sm neon-border"> | |
<div class="text-center mb-10"> | |
<h2 class="text-3xl md:text-4xl font-bold mb-4 glow-text">Join the ASEAN AI Revolution</h2> | |
<p class="text-xl text-white/90 max-w-2xl mx-auto">Secure your spot at the most anticipated AI event of 2025</p> | |
</div> | |
<div class="grid grid-cols-1 md:grid-cols-3 gap-6 mb-10"> | |
<div class="bg-white/5 p-6 rounded-xl border border-white/10"> | |
<h3 class="font-bold text-lg mb-2">Standard Pass</h3> | |
<p class="text-3xl font-bold mb-4">$499<span class="text-sm font-normal text-white/70">/person</span></p> | |
<ul class="space-y-3 text-sm text-white/80"> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-400 mr-2"></i> Full conference access</li> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-400 mr-2"></i> Exhibition hall</li> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-400 mr-2"></i> Networking sessions</li> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-400 mr-2"></i> Lunch & coffee breaks</li> | |
<li class="flex items-center"><i class="fas fa-times-circle text-gray-500 mr-2"></i> VIP seating</li> | |
</ul> | |
<button class="w-full mt-6 py-3 rounded-lg font-medium text-white bg-gradient-to-r from-blue-500 to-purple-600 hover:from-blue-600 hover:to-purple-700 transition">Register Now</button> | |
</div> | |
<div class="bg-white/5 p-6 rounded-xl border-2 border-purple-500 relative"> | |
<div class="absolute -top-3 left-1/2 transform -translate-x-1/2 bg-purple-500 text-xs font-bold px-3 py-1 rounded-full">POPULAR</div> | |
<h3 class="font-bold text-lg mb-2">Premium Pass</h3> | |
<p class="text-3xl font-bold mb-4">$799<span class="text-sm font-normal text-white/70">/person</span></p> | |
<ul class="space-y-3 text-sm text-white/80"> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-400 mr-2"></i> All Standard benefits</li> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-400 mr-2"></i> VIP seating</li> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-400 mr-2"></i> Exclusive workshops</li> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-400 mr-2"></i> Speaker meet & greet</li> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-400 mr-2"></i> Awards ceremony dinner</li> | |
</ul> | |
<button class="w-full mt-6 py-3 rounded-lg font-medium text-white bg-gradient-to-r from-purple-500 to-pink-600 hover:from-purple-600 hover:to-pink-700 transition">Register Now</button> | |
</div> | |
<div class="bg-white/5 p-6 rounded-xl border border-white/10"> | |
<h3 class="font-bold text-lg mb-2">Group Pass</h3> | |
<p class="text-3xl font-bold mb-4">$399<span class="text-sm font-normal text-white/70">/person</span></p> | |
<p class="text-sm text-white/80 mb-4">For groups of 5+ attendees</p> | |
<ul class="space-y-3 text-sm text-white/80"> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-400 mr-2"></i> All Standard benefits</li> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-400 mr-2"></i> Dedicated group seating</li> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-400 mr-2"></i> Group networking session</li> | |
<li class="flex items-center"><i class="fas fa-check-circle text-green-400 mr-2"></i> Company logo on website</li> | |
<li class="flex items-center"><i class="fas fa-times-circle text-gray-500 mr-2"></i> VIP benefits</li> | |
</ul> | |
<button class="w-full mt-6 py-3 rounded-lg font-medium text-white bg-gradient-to-r from-blue-500 to-purple-600 hover:from-blue-600 hover:to-purple-700 transition">Register Group</button> | |
</div> | |
</div> | |
<div class="text-center text-sm text-white/80"> | |
<p>Early bird discounts available until March 31, 2025</p> | |
<p>Academic and student rates available upon request</p> | |
</div> | |
</div> | |
</section> | |
<!-- Footer --> | |
<footer class="bg-gray-900 py-12 px-4 border-t border-gray-800"> | |
<div class="max-w-7xl mx-auto"> | |
<div class="grid grid-cols-1 md:grid-cols-4 gap-8 mb-8"> | |
<div> | |
<h3 class="text-xl font-bold mb-4">ASEAN AI Summit</h3> | |
<p class="text-gray-400">The premier artificial intelligence conference in Southeast Asia, bringing together innovators, researchers, and business leaders.</p> | |
</div> | |
<div> | |
<h4 class="font-bold mb-4">Quick Links</h4> | |
<ul class="space-y-2 text-gray-400"> | |
<li><a href="#" class="hover:text-white transition">Home</a></li> | |
<li><a href="#speakers" class="hover:text-white transition">Speakers</a></li> | |
<li><a href="#program" class="hover:text-white transition">Program</a></li> | |
<li><a href="#awards" class="hover:text-white transition">Awards</a></li> | |
<li><a href="#register" class="hover:text-white transition">Register</a></li> | |
</ul> | |
</div> | |
<div> | |
<h4 class="font-bold mb-4">Venue</h4> | |
<address class="not-italic text-gray-400"> | |
Marina Bay Sands<br> | |
10 Bayfront Avenue<br> | |
Singapore 018956 | |
</address> | |
</div> | |
<div> | |
<h4 class="font-bold mb-4">Contact</h4> | |
<ul class="space-y-2 text-gray-400"> | |
<li><a href="mailto:[email protected]" class="hover:text-white transition">[email protected]</a></li> | |
<li><a href="tel:+6561234567" class="hover:text-white transition">+65 6123 4567</a></li> | |
<li class="flex space-x-4 mt-4"> | |
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-twitter"></i></a> | |
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-linkedin"></i></a> | |
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-facebook"></i></a> | |
<a href="#" class="text-gray-400 hover:text-white"><i class="fab fa-instagram"></i></a> | |
</li> | |
</ul> | |
</div> | |
</div> | |
<div class="pt-8 border-t border-gray-800 flex flex-col md:flex-row justify-between items-center"> | |
<p class="text-gray-400 text-sm mb-4 md:mb-0">© 2025 ASEAN AI Business Summit. All rights reserved.</p> | |
<div class="flex space-x-6"> | |
<a href="#" class="text-gray-400 hover:text-white text-sm">Privacy Policy</a> | |
<a href="#" class="text-gray-400 hover:text-white text-sm">Terms of Service</a> | |
<a href="#" class="text-gray-400 hover:text-white text-sm">Code of Conduct</a> | |
</div> | |
</div> | |
</div> | |
</footer> | |
<script> | |
// Countdown timer | |
function updateCountdown() { | |
const now = new Date(); | |
const eventDate = new Date("June 15, 2025 09:00:00"); | |
const diff = eventDate - now; | |
const days = Math.floor(diff / (1000 * 60 * 60 * 24)); | |
const hours = Math.floor((diff % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60)); | |
const minutes = Math.floor((diff % (1000 * 60 * 60)) / (1000 * 60)); | |
const seconds = Math.floor((diff % (1000 * 60)) / 1000); | |
document.getElementById('days').textContent = days.toString().padStart(2, '0'); | |
document.getElementById('hours').textContent = hours.toString().padStart(2, '0'); | |
document.getElementById('minutes').textContent = minutes.toString().padStart(2, '0'); | |
document.getElementById('seconds').textContent = seconds.toString().padStart(2, '0'); | |
} | |
setInterval(updateCountdown, 1000); | |
updateCountdown(); | |
// Smooth scrolling for navigation | |
document.querySelectorAll('a[href^="#"]').forEach(anchor => { | |
anchor.addEventListener('click', function (e) { | |
e.preventDefault(); | |
document.querySelector(this.getAttribute('href')).scrollIntoView({ | |
behavior: 'smooth' | |
}); | |
}); | |
}); | |
// Mobile menu toggle (would need additional implementation) | |
const mobileMenuButton = document.querySelector('.md\\:hidden button'); | |
mobileMenuButton.addEventListener('click', function() { | |
// This would toggle a mobile menu (not implemented in this example) | |
console.log('Mobile menu clicked'); | |
}); | |
</script> | |
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=SengTak/deepsite-aisummit25" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> | |
</html> |