thunderboltriders / index.html
Falln87's picture
The site should be called SkootrGuy ePowerSports and it should incorporate the attached image as a hero
2740c15 verified
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SkootrGuy ePowerSports</title>
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<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>
<script>
tailwind.config = {
darkMode: 'class',
theme: {
extend: {
colors: {
primary: '#ef4444',
secondary: '#d946ef'
}
}
}
}
</script>
<style>
.hero-gradient {
background: linear-gradient(135deg, rgba(239, 68, 68, 0.1) 0%, rgba(217, 70, 239, 0.05) 100%);
}
.glow-red {
box-shadow: 0 0 20px rgba(239, 68, 68, 0.3);
}
.glow-fuchsia {
box-shadow: 0 0 20px rgba(217, 70, 239, 0.3);
}
.hover-lift {
transition: all 0.3s ease;
}
.hover-lift:hover {
transform: translateY(-5px);
}
</style>
</head>
<body class="bg-gray-900 text-white min-h-screen">
<!-- Navigation -->
<nav class="bg-gray-800/80 backdrop-blur-lg border-b border-gray-700 sticky top-0 z-50">
<div class="container mx-auto px-4 py-4">
<div class="flex justify-between items-center">
<div class="flex items-center space-x-2">
<div class="w-10 h-10 bg-red-500 rounded-full glow-red"></div>
<span class="text-xl font-bold bg-gradient-to-r from-red-500 to-fuchsia-500 bg-clip-text text-transparent">SkootrGuy</span>
</div>
<div class="hidden md:flex space-x-8">
<a href="#home" class="hover:text-red-400 transition-colors">Home</a>
<a href="#products" class="hover:text-red-400 transition-colors">Products</a>
<a href="#about" class="hover:text-red-400 transition-colors">About</a>
<a href="#contact" class="hover:text-red-400 transition-colors">Contact</a>
</div>
<div class="flex items-center space-x-4">
<button class="bg-red-500 hover:bg-red-600 px-4 py-2 rounded-lg transition-colors glow-red">
Shop Now
</button>
<button class="md:hidden">
<i data-feather="menu"></i>
</button>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<section id="home" class="relative min-h-screen flex items-center justify-center overflow-hidden">
<div class="absolute inset-0 bg-cover bg-center" style="background-image: url('https://huggingface.co/spaces/Falln87/thunderboltriders/resolve/main/images/1760649399355.jpg')"></div>
<div class="absolute inset-0 bg-black/60"></div>
<div class="relative z-10 container mx-auto px-4 text-center">
<h1 class="text-6xl md:text-8xl font-bold mb-6">
<span class="bg-gradient-to-r from-red-500 to-fuchsia-500 bg-clip-text text-transparent">
SKOOTR
</span>
<br>
<span class="bg-gradient-to-r from-fuchsia-500 to-red-500 bg-clip-text text-transparent">
GUY
</span>
</h1>
<p class="text-xl md:text-2xl mb-8 text-gray-300 max-w-3xl mx-auto">
Your premier destination for electric power sports. From high-performance e-bikes to urban scooters,
we bring you the future of personal transportation.
</p>
<div class="flex flex-col sm:flex-row gap-4 justify-center">
<button class="bg-red-500 hover:bg-red-600 px-8 py-4 rounded-xl text-lg font-semibold transition-all hover-lift glow-red">
Explore Collection
</button>
<button class="border-2 border-fuchsia-500 hover:bg-fuchsia-500/20 px-8 py-4 rounded-xl text-lg font-semibold transition-all hover-lift glow-fuchsia">
Book Test Ride
</button>
</div>
</div>
</section>
<!-- Products Section -->
<section id="products" class="py-20 bg-gray-800/50">
<div class="container mx-auto px-4">
<h2 class="text-4xl md:text-5xl font-bold text-center mb-16">
<span class="bg-gradient-to-r from-red-500 to-fuchsia-500 bg-clip-text text-transparent">
OUR POWER LINEUP
</span>
</h2>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Product 1 -->
<div class="bg-gray-800 rounded-2xl p-6 hover-lift border border-gray-700">
<div class="w-full h-64 bg-gradient-to-br from-red-500/20 to-fuchsia-500/20 rounded-xl mb-4 flex items-center justify-center">
<img src="http://static.photos/technology/640x360/1" alt="Thunder Bike" class="w-3/4 h-auto">
</div>
<h3 class="text-2xl font-bold mb-2 text-red-400">Thunder Bike Pro</h3>
<p class="text-gray-300 mb-4">High-performance electric mountain bike with 100km range and smart suspension.</p>
<div class="flex justify-between items-center">
<span class="text-2xl font-bold text-fuchsia-400">$2,499</span>
<button class="bg-red-500 hover:bg-red-600 px-4 py-2 rounded-lg transition-colors">
View Details
</button>
</div>
</div>
<!-- Product 2 -->
<div class="bg-gray-800 rounded-2xl p-6 hover-lift border border-gray-700">
<div class="w-full h-64 bg-gradient-to-br from-fuchsia-500/20 to-red-500/20 rounded-xl mb-4 flex items-center justify-center">
<img src="http://static.photos/technology/640x360/2" alt="Lightning Scooter" class="w-3/4 h-auto">
</div>
<h3 class="text-2xl font-bold mb-2 text-fuchsia-400">Lightning Scooter</h3>
<p class="text-gray-300 mb-4">Urban electric scooter with 80km range and foldable design for ultimate portability.</p>
<div class="flex justify-between items-center">
<span class="text-2xl font-bold text-red-400">$899</span>
<button class="bg-red-500 hover:bg-red-600 px-4 py-2 rounded-lg transition-colors">
View Details
</button>
</div>
</div>
<!-- Product 3 -->
<div class="bg-gray-800 rounded-2xl p-6 hover-lift border border-gray-700">
<div class="w-full h-64 bg-gradient-to-br from-red-500/20 to-fuchsia-500/20 rounded-xl mb-4 flex items-center justify-center">
<img src="http://static.photos/technology/640x360/3" alt="Storm Board" class="w-3/4 h-auto">
</div>
<h3 class="text-2xl font-bold mb-2 text-red-400">Storm Electric Board</h3>
<p class="text-gray-300 mb-4">All-terrain electric skateboard with 50km range and wireless remote control.</p>
<div class="flex justify-between items-center">
<span class="text-2xl font-bold text-fuchsia-400">$1,299</span>
<button class="bg-red-500 hover:bg-red-600 px-4 py-2 rounded-lg transition-colors">
View Details
</button>
</div>
</div>
</div>
</div>
</section>
<!-- Features Section -->
<section class="py-20 bg-gray-900">
<div class="container mx-auto px-4">
<h2 class="text-4xl md:text-5xl font-bold text-center mb-16">
<span class="bg-gradient-to-r from-fuchsia-500 to-red-500 bg-clip-text text-transparent">
WHY CHOOSE US
</span>
</h2>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="text-center p-6">
<div class="w-16 h-16 bg-red-500 rounded-full flex items-center justify-center mx-auto mb-4 glow-red">
<i data-feather="zap" class="w-8 h-8"></i>
</div>
<h3 class="text-xl font-bold mb-4 text-red-400">Instant Power</h3>
<p class="text-gray-300">Zero to max speed in seconds with our advanced electric motors and battery systems.</p>
</div>
<div class="text-center p-6">
<div class="w-16 h-16 bg-fuchsia-500 rounded-full flex items-center justify-center mx-auto mb-4 glow-fuchsia">
<i data-feather="battery-charging" class="w-8 h-8"></i>
</div>
<h3 class="text-xl font-bold mb-4 text-fuchsia-400">Long Range</h3>
<p class="text-gray-300">Extended battery life ensures you can ride further without worrying about recharging.</p>
</div>
<div class="text-center p-6">
<div class="w-16 h-16 bg-red-500 rounded-full flex items-center justify-center mx-auto mb-4 glow-red">
<i data-feather="shield" class="w-8 h-8"></i>
</div>
<h3 class="text-xl font-bold mb-4 text-red-400">Smart Safety</h3>
<p class="text-gray-300">Advanced safety features including GPS tracking, anti-theft, and emergency braking systems.</p>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-800 border-t border-gray-700 py-12">
<div class="container mx-auto px-4">
<div class="grid grid-cols-1 md:grid-cols-4 gap-8">
<div>
<div class="flex items-center space-x-2 mb-4">
<div class="w-8 h-8 bg-red-500 rounded-full"></div>
<span class="text-xl font-bold">SkootrGuy</span>
</div>
<p class="text-gray-400">Your premier destination for electric power sports vehicles.</p>
</div>
<div>
<h4 class="text-lg font-bold mb-4 text-fuchsia-400">Products</h4>
<ul class="space-y-2 text-gray-400">
<li><a href="#" class="hover:text-red-400 transition-colors">E-Bikes</a></li>
<li><a href="#" class="hover:text-red-400 transition-colors">E-Scooters</a></li>
<li><a href="#" class="hover:text-red-400 transition-colors">E-Boards</a></li>
<li><a href="#" class="hover:text-red-400 transition-colors">Accessories</a></li>
</ul>
</div>
<div>
<h4 class="text-lg font-bold mb-4 text-red-400">Support</h4>
<ul class="space-y-2 text-gray-400">
<li><a href="#" class="hover:text-fuchsia-400 transition-colors">Contact Us</a></li>
<li><a href="#" class="hover:text-fuchsia-400 transition-colors">Warranty</a></li>
<li><a href="#" class="hover:text-fuchsia-400 transition-colors">FAQs</a></li>
<li><a href="#" class="hover:text-fuchsia-400 transition-colors">Service Centers</a></li>
</ul>
</div>
<div>
<h4 class="text-lg font-bold mb-4 text-fuchsia-400">Connect</h4>
<div class="flex space-x-4">
<a href="#" class="w-10 h-10 bg-gray-700 rounded-full flex items-center justify-center hover:bg-red-500 transition-colors">
<i data-feather="facebook"></i>
</a>
<a href="#" class="w-10 h-10 bg-gray-700 rounded-full flex items-center justify-center hover:bg-fuchsia-500 transition-colors">
<i data-feather="instagram"></i>
</a>
<a href="#" class="w-10 h-10 bg-gray-700 rounded-full flex items-center justify-center hover:bg-red-500 transition-colors">
<i data-feather="twitter"></i>
</a>
</div>
</div>
</div>
<div class="border-t border-gray-700 mt-8 pt-8 text-center text-gray-400">
<p>&copy; 2024 SkootrGuy ePowerSports. All rights reserved. Ride the future, responsibly.</p>
</div>
</div>
</footer>
<script>
// Smooth scroll for navigation links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
const target = document.querySelector(this.getAttribute('href'));
if (target) {
target.scrollIntoView({
behavior: 'smooth',
block: 'start'
});
}
});
});
// Initialize feather icons
feather.replace();
</script>
</body>
</html>