streams page update

This commit is contained in:
tess 2023-08-06 21:03:21 +02:00
parent 4c53467fc5
commit be39e7567a
2 changed files with 67 additions and 0 deletions

View File

@ -0,0 +1,67 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="/assets/stylesheet.css" />
<title>twitch credits</title>
<meta charset="UTF-8" name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" type="image/png" href="/assets/favicon.png" />
</head>
<body>
<h1 class="title"><a href="/">~</a>/<a href="/made">made</a>/<a href="/made/streams">streams</a>/</h1>
<h1 class="box-title title title-emphasis">credits</h1>
<h2 class="box-title title">font</h2>
<div class="box">
<p>i use the <a href="https://v3x3d.itch.io/tiny-talk" class="link">Tiny Talk Round</a> font wherever possible on my
streams and in my graphics!</p>
</div>
<h2 class="box-title title">music</h2>
<div class="box">
<p>i play a lot of different music during the intermission and starting soon segments of my stream!</p>
<p>some of it is game soundtracks, but i also play music by artists! for each artist i looked through their social
media to see if they had said it's ok for people to use their music.</p>
<p>(if i'm playing your music on my streams and you don't want me to then feel free to email me at <a
href="mailto:comfortlotte@hotmail.com" class="link">comfortlotte@hotmail.com</a> and i'll stop!)</p>
</div>
<h3 class="box-title title">artists</h3>
<div class="box">
<ul>
<li>zoe bat (<a href="https://zoe.kittycat.homes/" class="link">website</a>, <a
href="https://zoebat.bandcamp.com/" class="link">bandcamp</a>)</li>
<li>in love with a ghost (
<a href="https://inlovewithaghost.bandcamp.com/" class="link">bandcamp</a>,
<a href="https://soundcloud.com/in-love-with-a-ghost" class="link">soundcloud</a>,
<a href="https://open.spotify.com/artist/21tDFddcOFDYmiobTcls2O" class="link">spotify</a>,
<a href="https://www.youtube.com/@InLoveWithAGhostMusic" class="link">youtube</a>
)
</li>
<li>home (
<a href="https://home96.bandcamp.com/" class="link">bandcamp</a>,
<a href="https://soundcloud.com/home-2001" class="link">soundcloud</a>,
<a href="https://music.youtube.com/channel/UCfWnoT0YX8RfjFaXmg2Eq5g" class="link">youtube</a>,
<a href="https://open.spotify.com/artist/2exebQUDoIoT0dXA8BcN1P" class="link">spotify</a>
)
</li>
</ul>
</div>
<h3 class="box-title title">game soundtracks</h3>
<div class="box">
<ul>
<li>animal crossing: new horizons</li>
<li>animal crossing: new leaf</li>
<li>a short hike</li>
<li>minecraft</li>
<li>death and taxes</li>
</ul>
</div>
</body>
</html>