-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.html
More file actions
56 lines (54 loc) · 1.46 KB
/
main.html
File metadata and controls
56 lines (54 loc) · 1.46 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
<!DOCTYPE html>
<html lang="en">
<link rel="stylesheet" href="style.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<body style>
MDN-bio.md
<p>
MDN (they/them/we) is the livecode of
<a href="https://www.instagram.com/markdenardo/" target="blank"
>M DeNardo</a
> <a
href="https://www.instagram.com/markdenardo/"
class="fa fa-instagram"
target="blank"
></a>
</p>
<p>
their livecode ambient spells in M8 tracker and Hydra Video Synth conjure
visions of constellations, meditation, and infinity.
</p>
<p>
their release ‘black_hole’ addresses near-death experiences during
childhood and the hypothesis that "all beings are singularity material."
</p>
<p>
<a
href="https://crashsymbols.bandcamp.com/album/black-hole"
target="blank"
>'black_hole' bandcamp page</a
>
</p>
<p>
<a
href="https://open.spotify.com/album/2EG92OfUpuOJtyo6WlLCJm?si=iMQIjHc3TlGbDHgeK5zvyA"
target="blank"
>'black_hole' spotify page</a
>
</p>
<p>
<a
href="https://obladada.com/2023/08/07/revisio-mdn-black_hole/"
target="blank"
>'black_hole' oblada review</a
>
</p>
<br />
<img
src="https://raw.githubusercontent.com/markdenardo/mdn/refs/heads/main/MDN.jpeg"
/>
</body>
</html>