kramp's picture
kramp HF Staff
make it in both French and English
5fba8c9 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>M.e.B - Punk Rock Revolution</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/feather-icons"></script>
<link rel="stylesheet" href="style.css">
<style>
.broken-wall {
background-image: url('http://static.photos/textures/1200x630/7');
background-size: cover;
background-attachment: fixed;
position: relative;
}
.broken-wall::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.7);
}
</style>
</head>
<body class="broken-wall text-white">
<custom-navbar></custom-navbar>
<!-- Hero Section -->
<section class="relative py-32 px-6 z-10">
<div class="max-w-6xl mx-auto text-center">
<h1 class="text-6xl md:text-8xl font-bold mb-6 tracking-tight">M.e.B</h1>
<p class="text-xl md:text-2xl mb-10 font-mono uppercase" data-translate="tagline">Breaking walls since 2012</p>
<div class="flex justify-center gap-4">
<a href="#shows" class="px-6 py-3 bg-red-600 hover:bg-red-700 rounded-md font-bold uppercase tracking-wider">Upcoming Shows</a>
<a href="#music" class="px-6 py-3 border-2 border-white hover:bg-white hover:text-black rounded-md font-bold uppercase tracking-wider">Our Music</a>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="relative py-20 px-6 z-10 bg-black bg-opacity-80">
<div class="max-w-6xl mx-auto">
<h2 class="text-4xl font-bold mb-12 text-center uppercase border-b-2 border-red-600 pb-4 inline-block" data-translate="band">The Band</h2>
<div class="grid grid-cols-1 md:grid-cols-4 gap-8 mt-12">
<!-- Band Member 1 -->
<div class="text-center">
<div class="w-40 h-40 mx-auto mb-4 overflow-hidden rounded-full border-4 border-red-600">
<img src="http://static.photos/people/320x240/1" alt="Max" class="w-full h-full object-cover">
</div>
<h3 class="text-2xl font-bold">Max "Shredder"</h3>
<p class="text-red-400">Vocals/Guitar</p>
<p class="mt-2 text-gray-300">The screaming heart of M.e.B</p>
</div>
<!-- Band Member 2 -->
<div class="text-center">
<div class="w-40 h-40 mx-auto mb-4 overflow-hidden rounded-full border-4 border-red-600">
<img src="http://static.photos/people/320x240/2" alt="Eli" class="w-full h-full object-cover">
</div>
<h3 class="text-2xl font-bold">Eli "Bash"</h3>
<p class="text-red-400">Drums</p>
<p class="mt-2 text-gray-300">Human metronome with anger issues</p>
</div>
<!-- Band Member 3 -->
<div class="text-center">
<div class="w-40 h-40 mx-auto mb-4 overflow-hidden rounded-full border-4 border-red-600">
<img src="http://static.photos/people/320x240/3" alt="Ben" class="w-full h-full object-cover">
</div>
<h3 class="text-2xl font-bold">Ben "Thunder"</h3>
<p class="text-red-400">Bass</p>
<p class="mt-2 text-gray-300">Provides the earthquake frequencies</p>
</div>
<!-- Band Member 4 -->
<div class="text-center">
<div class="w-40 h-40 mx-auto mb-4 overflow-hidden rounded-full border-4 border-red-600">
<img src="http://static.photos/people/320x240/4" alt="Lee" class="w-full h-full object-cover">
</div>
<h3 class="text-2xl font-bold">Lee "Spark"</h3>
<p class="text-red-400">Guitar</p>
<p class="mt-2 text-gray-300">Creates the lightning storms</p>
</div>
</div>
<div class="mt-16 max-w-3xl mx-auto text-center">
<p class="text-xl leading-relaxed" data-translate="aboutText">
M.e.B formed in a basement in 2012 when four angry teenagers decided the world needed more noise.
Since then, we've been tearing up stages across the country with our raw energy and unapologetic sound.
We don't do pretty - we do loud, fast, and in your face.
</p>
</div>
</div>
</section>
<!-- Music Section -->
<section id="music" class="relative py-20 px-6 z-10">
<div class="max-w-6xl mx-auto">
<h2 class="text-4xl font-bold mb-12 text-center uppercase border-b-2 border-red-600 pb-4 inline-block" data-translate="music">Our Noise</h2>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8 mt-12">
<!-- Album 1 -->
<div class="bg-black bg-opacity-80 p-6 rounded-lg hover:scale-105 transition-transform">
<div class="mb-4 overflow-hidden rounded-lg">
<img src="http://static.photos/monochrome/640x360/1" alt="Album Cover" class="w-full h-auto">
</div>
<h3 class="text-2xl font-bold mb-2">Wall Breakers (2015)</h3>
<ol class="list-decimal list-inside space-y-1 text-gray-300">
<li>Broken Foundations</li>
<li>Riot Inside</li>
<li>Concrete Dreams</li>
<li>Noise Complaint</li>
</ol>
<button class="mt-4 px-4 py-2 bg-red-600 hover:bg-red-700 rounded-md font-bold uppercase text-sm" data-translate="listen">Listen</button>
</div>
<!-- Album 2 -->
<div class="bg-black bg-opacity-80 p-6 rounded-lg hover:scale-105 transition-transform">
<div class="mb-4 overflow-hidden rounded-lg">
<img src="http://static.photos/monochrome/640x360/2" alt="Album Cover" class="w-full h-auto">
</div>
<h3 class="text-2xl font-bold mb-2">Rebel Sound (2018)</h3>
<ol class="list-decimal list-inside space-y-1 text-gray-300">
<li>Destroy Rebuild</li>
<li>Last Warning</li>
<li>System Fail</li>
<li>Moshpit Anthem</li>
</ol>
<button class="mt-4 px-4 py-2 bg-red-600 hover:bg-red-700 rounded-md font-bold uppercase text-sm">Listen</button>
</div>
<!-- Album 3 -->
<div class="bg-black bg-opacity-80 p-6 rounded-lg hover:scale-105 transition-transform">
<div class="mb-4 overflow-hidden rounded-lg">
<img src="http://static.photos/monochrome/640x360/3" alt="Album Cover" class="w-full h-auto">
</div>
<h3 class="text-2xl font-bold mb-2">No Apologies (2022)</h3>
<ol class="list-decimal list-inside space-y-1 text-gray-300">
<li>No Apologies</li>
<li>Burn It Down</li>
<li>Last Stand</li>
<li>Final Warning</li>
</ol>
<button class="mt-4 px-4 py-2 bg-red-600 hover:bg-red-700 rounded-md font-bold uppercase text-sm">Listen</button>
</div>
</div>
</div>
</section>
<!-- Shows Section -->
<section id="shows" class="relative py-20 px-6 z-10 bg-black bg-opacity-80">
<div class="max-w-6xl mx-auto">
<h2 class="text-4xl font-bold mb-12 text-center uppercase border-b-2 border-red-600 pb-4 inline-block" data-translate="shows">Live & Loud</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8 mt-12">
<!-- Past Shows -->
<div>
<h3 class="text-2xl font-bold mb-6 text-red-400 uppercase" data-translate="pastShows">Past Shows</h3>
<div class="space-y-4">
<div class="border-l-4 border-red-600 pl-4 py-2">
<p class="font-bold">June 15, 2023</p>
<p>The Riot Club, NYC</p>
<p class="text-sm text-gray-400">Sold Out</p>
</div>
<div class="border-l-4 border-red-600 pl-4 py-2">
<p class="font-bold">April 22, 2023</p>
<p>Underground Arena, Chicago</p>
<p class="text-sm text-gray-400">Moshpit Mayhem</p>
</div>
<div class="border-l-4 border-red-600 pl-4 py-2">
<p class="font-bold">March 8, 2023</p>
<p>The Broken Amp, LA</p>
<p class="text-sm text-gray-400">Guitar Smashed</p>
</div>
</div>
</div>
<!-- Upcoming Shows -->
<div>
<h3 class="text-2xl font-bold mb-6 text-red-400 uppercase" data-translate="upcomingShows">Upcoming Shows</h3>
<div class="space-y-4">
<div class="border-l-4 border-red-600 pl-4 py-2">
<p class="font-bold">August 12, 2023</p>
<p>The Basement, Austin</p>
<p class="text-sm text-red-400">Tickets Available</p>
<button class="mt-2 px-3 py-1 bg-red-600 hover:bg-red-700 rounded-md font-bold uppercase text-xs" data-translate="tickets">Get Tickets</button>
</div>
<div class="border-l-4 border-red-600 pl-4 py-2">
<p class="font-bold">September 5, 2023</p>
<p>Chaos Factory, Seattle</p>
<p class="text-sm text-red-400">Tickets Available</p>
<button class="mt-2 px-3 py-1 bg-red-600 hover:bg-red-700 rounded-md font-bold uppercase text-xs">Get Tickets</button>
</div>
<div class="border-l-4 border-red-600 pl-4 py-2">
<p class="font-bold">October 18, 2023</p>
<p>Rebel Yell Festival, Denver</p>
<p class="text-sm text-yellow-400">Limited Availability</p>
<button class="mt-2 px-3 py-1 bg-red-600 hover:bg-red-700 rounded-md font-bold uppercase text-xs">Get Tickets</button>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="relative py-20 px-6 z-10">
<div class="max-w-6xl mx-auto">
<h2 class="text-4xl font-bold mb-12 text-center uppercase border-b-2 border-red-600 pb-4 inline-block" data-translate="contact">Join The Riot</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-12 mt-12">
<!-- Social Media -->
<div class="bg-black bg-opacity-80 p-8 rounded-lg">
<h3 class="text-2xl font-bold mb-6" data-translate="social">Follow The Chaos</h3>
<div class="flex space-x-6">
<a href="#" class="text-white hover:text-red-400 transition-colors">
<i data-feather="facebook" class="w-8 h-8"></i>
</a>
<a href="#" class="text-white hover:text-red-400 transition-colors">
<i data-feather="instagram" class="w-8 h-8"></i>
</a>
<a href="#" class="text-white hover:text-red-400 transition-colors">
<i data-feather="youtube" class="w-8 h-8"></i>
</a>
<a href="#" class="text-white hover:text-red-400 transition-colors">
<i data-feather="music" class="w-8 h-8"></i>
</a>
</div>
<p class="mt-6 text-gray-300">
Stay updated with our latest shows, releases, and occasional rants against the system.
</p>
</div>
<!-- Contact Form -->
<div class="bg-black bg-opacity-80 p-8 rounded-lg">
<h3 class="text-2xl font-bold mb-6" data-translate="contactForm">Book Us / Contact</h3>
<form class="space-y-4">
<div>
<label for="name" class="block mb-1">Name</label>
<input type="text" id="name" class="w-full px-4 py-2 bg-gray-800 border border-gray-700 rounded focus:outline-none focus:ring-2 focus:ring-red-600">
</div>
<div>
<label for="email" class="block mb-1">Email</label>
<input type="email" id="email" class="w-full px-4 py-2 bg-gray-800 border border-gray-700 rounded focus:outline-none focus:ring-2 focus:ring-red-600">
</div>
<div>
<label for="message" class="block mb-1">Message</label>
<textarea id="message" rows="4" class="w-full px-4 py-2 bg-gray-800 border border-gray-700 rounded focus:outline-none focus:ring-2 focus:ring-red-600"></textarea>
</div>
<button type="submit" class="px-6 py-3 bg-red-600 hover:bg-red-700 rounded-md font-bold uppercase tracking-wider" data-translate="send">Send</button>
</form>
</div>
</div>
</div>
</section>
<custom-footer></custom-footer>
<script src="components/navbar.js"></script>
<script src="components/footer.js"></script>
<script src="script.js"></script>
<script>feather.replace();</script>
<script src="https://deepsite.hf.co/deepsite-badge.js"></script>
</body>
</html>