initial commit

main
Arseniy Prosvirnin 2 years ago
commit 206f9572cb
No known key found for this signature in database
GPG Key ID: 662ADE783CBB4026

@ -0,0 +1,57 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<title>Bjornmossa</title>
</head>
<body itemscope itemtype="https://schema.org/MusicGroup">
<h1 itemprop="name">Bjornmossa</h1>
<p itemprop="description">
Bjornmossa is an electronic music project focused on algorithmic and computer music. Inspired by northern nature, musicians create stochastic sound structures using genetic algorithms and random processes and weave them into ambiance sound design.
</p>
<nav>
<ul>
<li><a href="">albums and singles</a></li>
<li><a href="">performances</a></li>
<li><a href="">software</a></li>
</ul>
</nav>
<section itemscope itemtype="https://schema.org/ItemList">
<h2>albums and singles</h2>
<ol>
<li itemprop="itemListElement" itemscope itemtype="https://schema.org/MusicAlbum">
<h3 itemprop="name">Aurelia</h3>
<img alt="aurelia aurita jellyfish on gray background with band logo on bottom." src="https://placehold.co/300x300" itemprop="image" />
<p itemprop="description">
Aurelia is a deep dive into the world of stochastic music and random processes in composition. The foundation for each track on the album is fragments of the genome of various creatures from humans to microscopic fungi (you can find them in the titles of the tracks). Then, the motifs and patterns created from the predetermined material were passed through the prism of personal perception, harmonized and arranged. The result is an album that is far from sounding of experimental music, but experimental by nature.
</p>
<ol itemscope="" itemtype="https://schema.org/ItemList">
<li itemprop="itemListElement" itemscope="" itemtype="https://schema.org/MusicRecording">
<h4 itemprop="name">Deschampsia Antarctica</h4>
<audio controls src="https://freetestdata.com/wp-content/uploads/2021/09/Free_Test_Data_100KB_MP3.mp3" itemprop="audio"></audio>
</li>
<li itemprop="itemListElement" itemscope="" itemtype="https://schema.org/MusicRecording"></li>
<li itemprop="itemListElement" itemscope="" itemtype="https://schema.org/MusicRecording"></li>
<li itemprop="itemListElement" itemscope="" itemtype="https://schema.org/MusicRecording"></li>
<li itemprop="itemListElement" itemscope="" itemtype="https://schema.org/MusicRecording"></li>
<li itemprop="itemListElement" itemscope="" itemtype="https://schema.org/MusicRecording"></li>
</ol>
</li>
<li itemprop="itemListElement" itemscope itemtype="https://schema.org/MusicAlbum">
<h3 itemprop="name">Radio Bosphor</h3>
</li>
</ol>
</section>
<section itemscope itemtype="https://schema.org/ItemList">
<h2>performances</h2>
<ol>
<li itemprop="itemListElement" itemscope itemtype="https://schema.org/MusicAlbum">
<span itemprop="name">Aurelia</span>
</li>
<li itemprop="itemListElement" itemscope itemtype="https://schema.org/MusicAlbum">
<span itemprop="name">Radio Bosphor</span>
</li>
</ol>
</section>
</body>
</html>
Loading…
Cancel
Save