-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzpattern.html
64 lines (64 loc) · 2.13 KB
/
zpattern.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title></title>
<link rel="stylesheet" href="css/zpattern.css">
<script src="https://kit.fontawesome.com/b182c44c0a.js" crossorigin="anonymous"></script>
</head>
<body>
<header>
<div class="title">The Pop Show</div>
<div class="list">
<a href="#">Episodes</a>
<a href="#">The Pop Blog</a>
</div>
<button>Subscribe</button>
</header>
<section class="intro">
<h1>The Pop Show</h1>
<div class="desc">
<h2>A Music Podcast for Pop Lovers</h2>
<p class="mt">The ultimate pop music podcast that takes you on a journey through the latest hits,
classics, and rising stars in the world of popular music.</p>
</div>
</section>
<section class="background-img"></section>
<main>
<h3 class="pt mb">Available On</h3>
<div class="btns">
<button>Apple Podcasts</button>
<button>Spotify</button>
<button>Stitcher</button>
<button>Google Podcasts</button>
</div>
<div class="headphones-grid">
<div></div>
<div class="headphones">
<img src="/images/headphones.webp">
</div>
<div></div>
<div class="headline">
<!-- <h3>DJ Carpy Ben</h3> -->
<h3>Ben Carpenter</h3>
<p class="bio">Crafting sonic landscapes across diverse genres</p>
</div>
<div></div>
<div></div>
<div class="casette">
<img src="/images/casette2.webp">
</div>
<div></div>
<div>
<p class="pl pt-2">
Ben's haunting vocals and sound elevated him to music royalty
With chart-topping hits and an enigmatic stage presence
</p>
</div>
</div>
</main>
<footer></footer>
</body>
</html>