-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaudio.html
More file actions
108 lines (64 loc) · 2.84 KB
/
Copy pathaudio.html
File metadata and controls
108 lines (64 loc) · 2.84 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!DOCTYPE html>
<html lang = "en" dir="ltr">
<head>
<meta charset="UTF-8">
<title>audio | Ashley Sagar</title>
<meta name="author" content="ashley sagar">
<!-- set viewport for devices -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Audio projects and releases by Ashley Sagar">
<link href="css/style.css" rel="stylesheet" >
</head>
<body>
<header>
<div class="my-name"><h1><a href="index.html">ashley sagar</a></h1></div>
<!-- menu links -->
<section>
<nav class="primary-navigation" aria-label="Primary Navigation">
<ul>
<li> <a href="visual.html">visual</a></li>
<li><a href="cv.html">cv</a></li>
<li><a href="bio.html">bio</a></li>
<li><a href="contact_form.html">booking</a></li>
<li><a href="experiments.html">experiments</a></li>
</ul>
</nav>
</section>
</header>
<main>
<div><h2>audio projects</h2></div>
<!-- a list of links to audio I made -->
<section>
<nav class="audio-project-links" aria-label="Secondary Navigation">
<ul>
<!-- Ashley Sagar bandcamp -->
<li><a href="https://ashleysagar.bandcamp.com/" target="_blank">Ashley Sagar</a></li>
<!-- Orlando Ferguson Bandcamp -->
<li><a href="https://orlandoferguson.bandcamp.com/" target="_blank">Orlando Ferguson</a></li>
<!-- TWSGB Bandcamp-->
<li><a href="https://thewharfstreetgalaxyband.bandcamp.com/" target="_blank">The Wharf Street Galaxy Band</a></li>
<!-- Neuschlaufen Bandcamp -->
<li><a href="https://nschlfn.bandcamp.com/" target="_blank">neushlaufen</a></li>
<!-- Gallas Ayers Bandcamp -->
<li><a href="https://gallasayers.bandcamp.com/" target="_blank">Gallas Ayers</a></li>
<!-- Sebastian Oldsmith -->
<li><a href="https://wonkystuff.bandcamp.com/album/make-it-rain" target="_blank">Sebastian Oldsmith</a></li>
<!-- Polynomial -->
<li><a href="https://ojudrecords.bandcamp.com/album/polynomial-live-at-kirkstall-festival-july-2018" target="_blank">Polynomial</a></li>
<!-- Deep Image -->
<li><a href="https://soundcloud.com/deepimagemusic" target="_blank">Deep Image Music</a></li>
<!-- wonkystuff -->
<li><a href="https://wonkystuff.bandcamp.com/" target="_blank">WonkyStuff</a></li>
<!-- Section_9 -->
<li><a href="https://www.vice.com/en/article/algorave-is-the-future-of-dance-music-if-youre-an-html-coder/" target="_blank">Section_9</a></li>
</ul>
</nav>
</section>
</main>
<footer>
<div class="footer-link">
<p>©2026 design by <a href="https://www.greenroadstudios.co.uk/" target="_blank" >green road studios.</a> All rights reserved.</p>
</div>
</footer>
</body>
</html>