-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (44 loc) · 2.34 KB
/
index.html
File metadata and controls
56 lines (44 loc) · 2.34 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>
<head>
<title>ASYMPTOTES ///</title>
<link rel="icon" href="files/favicon.png">
<link rel="stylesheet" href="styles.css?2024">
<meta property="og:type" content="website">
<meta property="og:title" content="ASYMPTOTES">
<meta property="og:description" content="maybe the real asymptotes were the friends we made along the way">
<meta property="og:image" content="https://asmpts.com/files/bg-2024.webp">
</head>
<body>
<img class="main" src="files/bg-2024.webp" alt="">
<main>
<header>
<h1>Asymp­totes</h1>
<h2>Syncr­etism</h2>
</header>
<article>
<p class="big">
<a href="https://asmpts.bandcamp.com/" target="_blank">Bandcamp</a> ///
<a href="https://open.spotify.com/artist/3TzsOJwiMZHmnnRFAdfuUH?si=sX-j7mkpTYSBfnsmVssWjQ" target="_blank">Spotify</a> ///
<a href="https://www.youtube.com/@asymptotes" target="_blank">Youtube</a> ///
<a href="https://www.instagram.com/asmpts/" target="_blank">Insta</a>
</p>
<h3>Syncretism /// Out now</h3>
<iframe style="border: 0; height: 439px;" src="https://bandcamp.com/EmbeddedPlayer/album=2345891322/size=large/bgcol=ffffff/linkcol=0687f5/artwork=small/transparent=true/tracklist=true/tracks=799189035,2873698200,189820481,1358983554,204008494,2991881262,3890799153,1348539998,3166756938/esig=0c5c7d097a8daf7e0317972c2dd1dab3/" seamless><a href="https://asmpts.bandcamp.com/album/syncretism">SYNCRETISM by asymptotes</a></iframe>
<h3>Latest video /// Live at EMOM November 2022</h3>
<iframe src="https://www.youtube.com/embed/izdcYPEQxDk" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h3>Featured playlist /// Subtle Bodies</h3>
<iframe src="https://open.spotify.com/embed/playlist/4hcIE9UEiWMNQmlQnPg8aq?cb=1" frameBorder="0" allowfullscreen="" allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"></iframe>
<h3>Who <em>is</em> she /// </h3>
<p>
<strong class="big">Asymptotes</strong> is the music of <a href="https://ghost.computer" target="_blank" rel="author">Kara Brightwell</a>.
</p>
</article>
</main>
</body>
<script>
document.querySelectorAll('iframe').forEach(
i => i.contentWindow.location.href = i.src
)
</script>
</html>