-
Notifications
You must be signed in to change notification settings - Fork 0
/
press.html
38 lines (38 loc) · 2.04 KB
/
press.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
<!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">
<img src="xin-press-1 2.jpg">
<p class="credit"><em>img credits: Ash D'Cruz, Chris Tegho, Gabrielle Bejani and xin</em></p>
<h1>press</h1>
<ul class="list">
<li class="list-section"><p>"xin comes at dance music like a demolitionist,
not deconstructing it so much as destroying it.
These tracks are almost formless, as though boiled down to sludge."
(<a href="https://ra.co/reviews/24174">Andrew Ryce, ra</a>)</p>
</li>
<li class="list-section"><p>"It's not often you mistake an ambient artist for Lady Gaga"
(<a href="https://ra.co/features/3605">Maya-Roisin Slater, ra</a>)</p></li>
<li class="list-section"><p>"xin...uses sonic references as the initial scoby
in a noxious fermentation...xin’s objective is not to evolve club music further,
but rather to assist the growth of something alien in its rot." (<a href="https://soulfeederweb.com/reviews/xin-melts-love-review/">Patrick Miller, soulfeeder</a>)</p>
</li>
</main>
</body>
</html>