hribhrib.at/music.html

54 lines
1.4 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>hribhrib</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="topnav">
<a href='index.html'>Home</a> |
<a href='music.html'>Music</a> |
<a href='games.html'>Games</a> |
<a href='photography.html'>Photography</a> |
<a href='projects.html'>Projects</a> |
<a href='contact.html'>Contact</a>
</div>
<div>
<h1>Music by hribhrib</h1>
<h2>This is me in a band: <a href='https://bbpb.rocks/' target="_blank">bbpb</a></h2>
<p>
<audio controls>
<source src="music/timeout.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
<br>
<i>Songwriting, Mainvocals, Guitar, Recording, Mixing.</i>
</p>
<h2>This is me in a soloproject, supported by <a href='https://bbpb.rocks/' target="_blank">bbpb</a>:</h2>
<p>
<audio controls>
<source src="music/friendship.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
<br>
<i>Songwriting, Mainvocals, Acousticguitar, Flute, Melodica, Recording, Mixing.</i>
</p>
<h2>This is me writing gamemusic (MIDI):</h2>
<p>
<audio controls>
<source src="music/soundtrack.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
<br>
<i>11 instruments arranged in a concept-soundtrack. Inspired by Deus Ex OST.</i>
</p>
</div>
</body>
</html>