commissions/by-song/index.html

134 lines
6.3 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Ubuntu&display=swap" rel="stylesheet" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
font-family: "Ubuntu", sans-serif;
}
a.G, a.R, a.X {
display: inline-block;
border: 2px solid transparent;
overflow: hidden;
}
img {
max-height: 200px;
max-width: 100%;
}
a.X {
border: 2px solid red;
}
a.X img {
filter: blur(1rem);
}
a.R {
border: 2px solid orange;
}
a.R img {
filter: blur(0.5rem);
}
a.X img:hover, a.R img:hover {
filter: blur(0);
}
div {
max-width: 1024px;
border: 1px solid #ccc;
margin: 0 auto;
padding: 0.5rem;
overflow: none;
text-align: center;
}
table {
margin: 0 auto;
width: 100%;
}
td {
padding: 5px;
}
tbody tr:nth-child(even) td {
background-color: #eee;
}
thead th {
border-bottom: 2px solid #888;
}
</style>
</head>
<body>
<div>
<h1>Song commissions</h1>
<table>
<thead>
<tr><th>Song/image</th><th colspan="2">Links</th></tr>
</thead>
<tbody>
<tr>
<td>
<em>Godspeed You! Black Emperor &mdash; Dead Flag Blues</em><br />
<a href="../foxvomit--dead-flag-blues--maddy-lorxus--G.png"><img src="../foxvomit--dead-flag-blues--maddy-lorxus--G.png" /></a><br />
with <a href="../by-character/maddy">Maddy</a>, <a href="../by-character/lorxus">lorxus</a><br />
by <a href="../by-artist/foxvomit">Foxvomit</a>
</td>
<td><a href="https://open.spotify.com/track/0YzMEu5sGNX0JKr9mdBtzd?si=Ux4oY6CzRWud1b1mYEhqkA">Spotify</a></td>
<td><a href="https://www.youtube.com/watch?v=VGKc3T7OVHE">YouTube (audio only)</a></td>
</tr>
<tr>
<td>
<em>Nosaj Thing &mdash; Eclipse/Blue</em><br />
<a href="../ekbellatrix--eclipse-blue-small--makyo--G.png"><img src="../ekbellatrix--eclipse-blue-small--makyo--G.png" /></a><br />
with <a href="../by-character/makyo">Makyo</a><br />
by <a href="../by-artist/ekbellatrix">Goobs</a>
</td>
<td><a href="https://open.spotify.com/track/5KRsyIwXAHhanvfOPE4XwE?si=kDYPK1n0QTyswu48ce9G2g">Spotify</a></td>
<td><a href="https://www.youtube.com/watch?v=_woNBiIyOKI">YouTube</a></td>
</tr>
<tr>
<td>
<em>Meshuggah &mdash; New Millennium Cyanide Christ</em><br />
<a href="../grey--meshuga-small--makyo-amdusias--G.jpg"><img src="../grey--meshuga-small--makyo-amdusias--G.jpg" /></a><br />
with <a href="../by-character/makyo">Makyo</a>, <a href="../by-character/amdusias">Amdusias</a><br />
by <a href="../by-artist/grey">Grey White</a>
</td>
<td><a href="https://open.spotify.com/track/0vpLgxoX2cpJM0Fvxwbw84?si=lDLV1a6lRnawBFJ3Rbf56A">Spotify</a></td>
<td><a href="https://www.youtube.com/watch?v=4A_tSyJBsRQ">YouTube</a></td>
</tr>
<tr>
<td>
<em>Stone Temple Pilots &mdash; Plush</em><br />
<a href="../grey--music-small--makyo-amdusias--G.jpg"><img src="../grey--music-small--makyo-amdusias--G.jpg" /></a><br />
with <a href="../by-character/makyo">Makyo</a>, <a href="../by-character/amdusias">Amdusias</a><br />
by <a href="../by-artist/grey">Grey White</a>
</td>
<td><a href="https://open.spotify.com/track/2TAQ9YGehOKWDqDak5DuXc?si=0dofgUO_RMm5xOHa8Kmp8A">Spotify</a></td>
<td><a href="https://www.youtube.com/watch?v=V5UOC0C0x8Q">YouTube</a></td>
</tr>
<tr>
<td>
<em>SOHN &mdash; The Wheel</em><br />
<a href="../cinna--the-wheel--makyo--G.png"><img src="../cinna--the-wheel--makyo--G.png" /></a><br />
with <a href="../by-character/makyo">Makyo</a><br />
by <a href="../by-artist/cinna">Cinna</a>
</td>
<td><a href="https://open.spotify.com/track/5dJCYzLWPrhlPLhcsrkaBi?si=X_wjOcevTvmjvRvYdaI48w">Spotify</a></td>
<td><a href="https://www.youtube.com/watch?v=AslPYSm7jfg">YouTube</a></td>
</tr>
<!--
<tr>
<td>
<em>@2</em><br />
<a href="../@1"><img src="../@1" /></a><br />
with <a href="../by-character/@3">@3</a><br />
by <a href="../by-artist/@4">@4</a>
</td>
<td><a href="@5">Spotify</a></td>
<td><a href="@6">YouTube</a></td>
</tr>
-->
</tbody>
</table>
<h2>Todo</h2>
<iframe src="https://open.spotify.com/embed/playlist/04bs776jC7ROl9uX77MTCd" width="300" height="380" frameborder="0" allowtransparency="true" allow="encrypted-media"></iframe>
</div>
</body>
</html>