mirror order change
This commit is contained in:
parent
af2beefe66
commit
d4f69bc40c
1 changed files with 38 additions and 38 deletions
76
mirror.html
76
mirror.html
|
@ -154,6 +154,44 @@
|
||||||
The Mirror
|
The Mirror
|
||||||
</h1>
|
</h1>
|
||||||
<main id="main">
|
<main id="main">
|
||||||
|
<section class="ly-mirror">
|
||||||
|
<picture>
|
||||||
|
<source srcset="res/img-mirror-samples.avif" type="image/avif" />
|
||||||
|
<source srcset="res/img-mirror-samples.webp" type="image/webp" />
|
||||||
|
<img
|
||||||
|
src="res/img-mirror-samples.jpg"
|
||||||
|
alt="An profile image of a person rendered in the 3d program blender with chinese characters surrounding it."
|
||||||
|
/>
|
||||||
|
</picture>
|
||||||
|
<section class="mirror-info">
|
||||||
|
<header>
|
||||||
|
<h1>Samples</h1>
|
||||||
|
<h2>nnwhen's samples</h2>
|
||||||
|
</header>
|
||||||
|
<p>From my many music making journeys</p>
|
||||||
|
<ol>
|
||||||
|
<h3>Downloads</h3>
|
||||||
|
<li>
|
||||||
|
<a href="mirror/samples/When's Body 01.zip" target="_blank"
|
||||||
|
>"When's Body 01" - nnwhen Samples</a
|
||||||
|
>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a href="mirror/samples/When's Pure Radio 01.zip" target="_blank"
|
||||||
|
>"When's Pure Radio" - Radio Samples</a
|
||||||
|
>
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
<a
|
||||||
|
href="mirror/samples/when's voices 01.vitalbank"
|
||||||
|
target="_blank"
|
||||||
|
>"When's Voices" - Vital Preset Bank</a
|
||||||
|
>
|
||||||
|
</li>
|
||||||
|
</ol>
|
||||||
|
</section>
|
||||||
|
</section>
|
||||||
|
|
||||||
<section class="ly-mirror">
|
<section class="ly-mirror">
|
||||||
<picture>
|
<picture>
|
||||||
<source srcset="res/img-mirror-openaccess.avif" type="image/avif" />
|
<source srcset="res/img-mirror-openaccess.avif" type="image/avif" />
|
||||||
|
@ -198,44 +236,6 @@
|
||||||
</ol>
|
</ol>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="ly-mirror">
|
|
||||||
<picture>
|
|
||||||
<source srcset="res/img-mirror-samples.avif" type="image/avif" />
|
|
||||||
<source srcset="res/img-mirror-samples.webp" type="image/webp" />
|
|
||||||
<img
|
|
||||||
src="res/img-mirror-samples.jpg"
|
|
||||||
alt="An profile image of a person rendered in the 3d program blender with chinese characters surrounding it."
|
|
||||||
/>
|
|
||||||
</picture>
|
|
||||||
<section class="mirror-info">
|
|
||||||
<header>
|
|
||||||
<h1>Samples</h1>
|
|
||||||
<h2>nnwhen's samples</h2>
|
|
||||||
</header>
|
|
||||||
<p>From my many music making journeys</p>
|
|
||||||
<ol>
|
|
||||||
<h3>Downloads</h3>
|
|
||||||
<li>
|
|
||||||
<a href="mirror/samples/When's Body 01.zip" target="_blank"
|
|
||||||
>"When's Body 01" - nnwhen Samples</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a href="mirror/samples/When's Pure Radio 01.zip" target="_blank"
|
|
||||||
>"When's Pure Radio" - Radio Samples</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<a
|
|
||||||
href="mirror/samples/when's voices 01.vitalbank"
|
|
||||||
target="_blank"
|
|
||||||
>"When's Voices" - Vital Preset Bank</a
|
|
||||||
>
|
|
||||||
</li>
|
|
||||||
</ol>
|
|
||||||
</section>
|
|
||||||
</section>
|
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<footer id="free">
|
<footer id="free">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue