-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
31 lines (31 loc) · 1.65 KB
/
about.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
<!DOCTYPE html>
<html>
<head lang="en">
<link rel="stylesheet" href="style.css">
<script src="script.js" defer></script>
<title>xin</title>
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>👾</text></svg>">
</head>
<body>
<!-- NAV -->
<nav id="main-nav">
<ul id="nav-list">
<li class="nav-item"><a href="about.html">about</a></li>
<li class="nav-item"><a href="links.html">links</a></li>
<li class="nav-item"><a href="gigs.html">gigs</a></li>
<li class="nav-item"><a href="press.html">press</a></li>
<li class="nav-item"><a href="follow.html">follow</a></li>
</ul>
</nav>
<main id="content-container">
<h1>about</h1>
<p class="para">xin DJs, produces, writes, reads, grows and codes...</p>
<p class="para">they may take the form of a meat wad, pile of trash or smallish person.</p>
<p class="para">their 2019 record, MELTS INTO LOVE, was released biodigitally through Subtext Recordings. on it, they sculpt neurofunk, hardcore and dubstep into a caustic, amorphous glob of reese basses and pseudo-breaks.</p>
<p class="para">in 2022-23 they tunneled wormholes through possible worlds and their musics on Aaja Radio.</p>
<p class="para">expect all good things wiggy, drippy and weird.</p>
<br>
<p class="credit"><em>[thanks to soulfeeder for the homepage quote]</em></p>
</main>
</body>
</html>