Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
- <title>GrooveHub</title>
- <link rel="stylesheet" href="style.css" />
- </head>
- <body>
- <!-- Video Background -->
- <video class="bg-video" autoplay muted loop>
- <source src="1457ca1331269e132ede2f1e996553a9.webm" type="video/mp4" />
- </video>
- <!-- Overlay -->
- <div class="overlay"></div>
- <!-- Page Content -->
- <header>
- <h1>GrooveHub</h1>
- <p>Your Destination for Timeless Vinyl</p>
- <nav>
- <a href="about.html">About</a>
- <a href="genres.html">Genres</a>
- <a href="contact.html">Contact</a>
- </nav>
- </header>
- <section class="section">
- <h2>Records On Sale</h2>
- <div class="featured">
- <div class="album">
- <img src="https://i.imgur.com/ZVau8Fb.jpeg" alt="Album1" />
- <div class="album-title">Abbey Road - The Beatles</div>
- </div>
- <div class="album">
- <img src="https://i.pinimg.com/736x/68/b2/be/68b2be79042b3bd6a897541f90e2a2b8.jpg" alt="Album2" />
- <div class="album-title">DAMN. - Kendrick Lamar</div>
- </div>
- <div class="album">
- <img src="https://i.pinimg.com/736x/f1/37/7e/f1377e0f8277cf8deb3d1695cfc05d8b.jpg" alt="Album3" />
- <div class="album-title">Random Access Memories - Daft Punk</div>
- </div>
- </div>
- </section>
- <section class="section">
- <h2>Essential Collections</h2>
- <div class="featured">
- <div class="album">
- <img src="https://i.pinimg.com/736x/3a/e4/5d/3ae45d4c7db35806125bbecf552ab1a8.jpg" alt="Pitchfork" />
- <div class="album-title">Pitchfork's Best</div>
- </div>
- <div class="album">
- <img src="https://sdmntpreastus.oaiusercontent.com/files/00000000-40e8-61f9-a59d-6a7c1c15fcbc/raw" alt="Rainy Day" />
- <div class="album-title">Best Rainy Day Albums</div>
- </div>
- <div class="album">
- <img src="https://i.pinimg.com/736x/9d/57/6f/9d576f523adcc3281d7ccbce6b4e423b.jpg" alt="Lollapalooza" />
- <div class="album-title">Lollapalooza 2017 Vinyl</div>
- </div>
- </div>
- </section>
- <section class="section subscribe">
- <h2>Subscribe for Weekly Deals</h2>
- <form>
- <input type="email" placeholder="Enter your email" required />
- <button type="submit">Subscribe</button>
- </form>
- </section>
- <footer>
- © 2025 GrooveHub | Follow us on Instagram @groovehubvinyl
- </footer>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement