-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaudio.html
More file actions
62 lines (55 loc) · 3.53 KB
/
audio.html
File metadata and controls
62 lines (55 loc) · 3.53 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Chance Castaneda</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="favicon.webp" type="image/webp">
<meta name="theme-color" content="#FAF5F4">
</head>
<body style="background-color: #FAF5F4;">
<div class="audio-row">
<div class="audio-column">
<div class="au-disc-text">
<h1>Playlists <span>from a 21st century American.</span></h1>
</div>
<a class="au-disc" style="background-image: url('Im/end.webp');" href="https://open.spotify.com/playlist/6dgYTu5HvwXs9aM9CwK0Kr?si=4c7da0ba5b8f49d0" target="_blank"></a>
<a class="au-disc" style="background-image: url('Im/grad.webp');" href="https://open.spotify.com/playlist/5XuzIJcm8Y6i2zki0qkm5v?si=cddb60e90f7446e1" target="_blank"></a>
<a class="au-disc" style="background-image: url('Im/oceans.webp');" href="https://open.spotify.com/playlist/1QxoFVPRkT8cgYfyddDxlR?si=2fac9331b6ee4843" target="_blank"></a>
<a class="au-disc" style="background-image: url('Im/if.webp');" href="https://open.spotify.com/playlist/6EwTGQzhNv1ULnWI8Mf9NC?si=396c183ce5584d18" target="_blank"></a>
</div>
<div class="audio-column-off">
<a class="au-disc" style="background-image: url('Im/nothing.webp');" href="https://open.spotify.com/playlist/3JvEjRathdc1TimXsxy5Lo?si=6903a24f3b094335" target="_blank"></a>
<a class="au-disc" style="background-image: url('Im/silver.webp');" href="https://open.spotify.com/playlist/1hyDwbPsUDBzNOlpq56HC1?si=375be1caa0bb46f5" target="_blank"></a>
<a class="au-disc" style="background-image: url('Im/boys.webp');" href="https://open.spotify.com/playlist/2bIZIG4hPGlVsmVz6jHdCs?si=0789cdd683414beb" target="_blank"></a>
<a class="au-disc" style="background-image: url('Im/cold.webp');" href="https://open.spotify.com/playlist/0kT1Q3gyyMd7bcWKqhEl1Z?si=6070665bb4424736" target="_blank"></a>
</div>
<div class="audio-column">
<a class="au-disc" style="background-image: url('Im/if.webp');" href="https://open.spotify.com/playlist/6EwTGQzhNv1ULnWI8Mf9NC?si=396c183ce5584d18" target="_blank"></a>
<a class="au-disc" style="background-image: url('Im/ambient.webp');" href="https://open.spotify.com/playlist/4YIN90GMZyD3fugQZPu6Wx?si=953950ad58074224" target="_blank"></a>
<a class="au-disc" style="background-image: url('Im/house.webp');" href="https://open.spotify.com/playlist/0opH6xQqEW7mI2PIBkjf1C?si=6ee8e0578c5245b8" target="_blank"></a>
<a class="au-disc" style="background-image: url('Im/westerly.webp');" href="https://open.spotify.com/playlist/0Q6oVs4JEoTPngG7gxXgUr?si=4e36b47e4e9447fe" target="_blank"></a>
<a class="au-disc" style="background-image: url('Im/teen.webp');" href="https://open.spotify.com/playlist/3NB9f7b239KruEp917NBdH?si=46252741b0984bf5" target="_blank"></a>
</div>
</div>
</body>
<div class="sidebar" style="background-color: rgba(76, 76, 74, 0.7);">
<a href="index.html" class="nav-link">
<img src="Im/i-values.webp">
Home
</a>
<a href="work.html" class="nav-link">
<img src="Im/i-work.webp">
Work
</a>
<a href="about.html" class="nav-link">
<img src="Im/i-about.webp">
About
</a>
<a href="audio.html" class="nav-link" style="opacity: 1;">
<img src="Im/i-audio.webp">
Audio
</a>
</div>
</html>