<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Hammar Nail Radio Station</title>
<style>
body {
margin: 0;
font-family: Arial, sans-serif;
background-color: #111;
color: #fff;
}
header {
background: linear-gradient(90deg, #b30000, #ff1a1a);
padding: 1rem 2rem;
display: flex;
justify-content: space-between;
align-items: center;
}
header h1 {
margin: 0;
font-size: 1.8rem;
font-weight: bold;
}
nav a {
color: #fff;
margin-left: 1rem;
text-decoration: none;
font-weight: bold;
}
.hero {
background: url('https://images.unsplash.com/photo-1511379938547-c1f69419868d') center/cover no-repeat;
text-align: center;
padding: 6rem 2rem;
}
.hero h2 {
font-size: 2.5rem;
margin-bottom: 0.5rem;
}
.hero p {
font-size: 1.2rem;
margin-bottom: 1.5rem;
}
.btn {
padding: 0.8rem 1.5rem;
border: none;
cursor: pointer;
font-size: 1rem;
margin: 0.5rem;
}
.btn-primary {
background-color: #ff1a1a;
color: #fff;
}
.btn-outline {
background: transparent;
border: 2px solid #fff;
color: #fff;
}
.section {
padding: 3rem 2rem;
max-width: 1100px;
margin: auto;
}
.shows {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 1.5rem;
}
.show-card {
background-color: #222;
padding: 1rem;
border-radius: 8px;
text-align: center;
}
.show-card img {
width: 100%;
border-radius: 8px;
}
footer {
background-color: #000;
padding: 2rem;
text-align: center;
font-size: 0.9rem;
color: #aaa;
}
footer a {
color: #ff1a1a;
text-decoration: none;
}
</style>
</head>
<body>
<header>
<h1>Hammar Nail Radio</h1>
<nav>
<a href="#">Home</a>
<a href="#">Shows</a>
<a href="#">Schedule</a>
<a href="#">Contact</a>
</nav>
</header>
<section class="hero">
<h2>Your Daily Dose of Hits & Hype</h2>
<p>Streaming the hottest tracks, freshest beats, and real talk 24/7.</p>
<button class="btn btn-primary">🎧 Listen Live</button>
<button class="btn btn-outline">📅 View Schedule</button>
</section>
<section class="section">
<h2>Featured Shows</h2>
<div class="shows">
<div class="show-card">
<img src="https://images.unsplash.com/photo-1511671782779-c97d3d27a1d4" alt="Morning Grind">
<h3>Morning Grind with DJ Hammer</h3>
<p>Wake up with energy, laughs, and the best morning beats.</p>
</div>
<div class="show-card">
<img src="https://images.unsplash.com/photo-1507874457470-272b3c8d8ee2" alt="Nail the Night">
<h3>Nail the Night</h3>
<p>Late-night vibes and smooth talk to keep you company.</p>
</div>
<div class="show-card">
<img src="https://images.unsplash.com/photo-1507878866276