Mirror page reopen - Open Access addition

This commit is contained in:
nnwhen 2025-04-30 23:11:00 +02:00
parent d914ef1b72
commit 1b38121a9b
9 changed files with 106 additions and 64 deletions

View file

@ -193,9 +193,9 @@
</section> </section>
<section class="ly-item ly-rect ly-archive"> <section class="ly-item ly-rect ly-archive">
<a href="#" class="no"> <a href="mirror.html">
<h1 style="text-decoration: line-through">Mirror</h1> <h1>Mirror</h1>
<h2>Currently unavailable</h2> <h2>Extra resources I host</h2>
<picture> <picture>
<source <source
srcset="res/img-artchive-mirror.avif" srcset="res/img-artchive-mirror.avif"

View file

@ -74,7 +74,7 @@
/> />
<img src="res/asset-sitewide-header-banner.png" alt="" /> <img src="res/asset-sitewide-header-banner.png" alt="" />
</picture> </picture>
<a aria-label="Return to the Homepage" href="index.html"> <a aria-label="Return to the Homepage" tabindex="-1" href="#">
<picture id="header-img-group-logo"> <picture id="header-img-group-logo">
<source <source
srcset="res/asset-sitewide-header-ennspace.avif" srcset="res/asset-sitewide-header-ennspace.avif"
@ -91,30 +91,29 @@
</picture> </picture>
</a> </a>
</div> </div>
<nav> </header>
<nav id="navigation">
<ul> <ul>
<li> <li>
<a aria-label="Go Back to Homepage" href="index.html">home</a> <a aria-label="Go Back to Homepage" href="index.html">home</a>
</li> </li>
<li> <li id="music">
<a aria-label="Listen to my music" href="sound-design.html" <a aria-label="Listen to my music" href="sound-design.html">music</a>
>music</a
>
</li> </li>
<div aria-hidden="true" id="whitespace"></div> <div aria-hidden="true" id="whitespace"></div>
<li id="parent"> <li id="parent">
<a <a
aria-label="The Hub that links to my Art, Poetry and Other-Media" aria-label="My archive of Art, Poetry and Other-Media"
href="archive.html" href="archive.html"
>archive</a >archive</a
> >
</li> </li>
<li> <li>
<a href="blog/index.html">blog</a> <a aria-label="Go to my Blog" href="blog/index.html">blog</a>
</li> </li>
</ul> </ul>
</nav> </nav>
</header>
<aside id="socials"> <aside id="socials">
<a <a
@ -154,47 +153,51 @@
> >
The Mirror The Mirror
</h1> </h1>
<main id="main" class="list"> <main id="main">
<!-- <section class="list-entity"> <section class="ly-mirror">
<div class="list-entity-info">
<hgroup>
<h2>
<a aria-label="Les" href="">LES::</a>
</h2>
<h3>Photography, Music, Art.</h3>
</hgroup>
<p>Les is a multi-talented artist</p>
<a href="">Direct Link to Les' website</a>
</div>
<picture> <picture>
<source <source srcset="res/img-mirror-openaccess.avif" type="image/avif" />
srcset="res/asset-sitewide-header-banner.avif" <source srcset="res/img-mirror-openaccess.webp" type="image/webp" />
type="image/avif" <img
src="res/img-mirror-openaccess.jpg"
alt="An image of a face refracted through water. It is split diagonally, the two images are almost identical. The one has an overlain audio spectrum with red text, the other is just the image."
/> />
<source
srcset="res/asset-sitewide-header-banner.webp"
type="image/webp"
/>
<img src="res/img-artwork-42.jpg" alt="Portrait of Les" />
</picture> </picture>
</section> <section class="mirror-info">
<h2>nnwhen</h2> <header>
<h3>Torrents</h3> <h1>Open Access</h1>
<h2>Instrumental and Stems</h2>
</header>
<p> <p>
Download using the bittorrent protocol and support nnwhen by making sure Resources from
their art is always available and decentralised. <a
href="https://nnwhen.bandcamp.com/track/open-access"
target="_blank"
>my release: "Open Access"</a
>
</p> </p>
<ul> <ol>
<h3>Downloads</h3>
<li> <li>
<a aria-label="Music Torrent" href="">Music</a> <a
href="mirror/mus-OA/01 - Open Access [Instrumental].flac"
target="_blank"
>"Open Access" - Instrumental</a
>
</li> </li>
<li> <li>
<a aria-label="Artwork Torrent" href="">Artwork</a> <a href="mirror/mus-OA/Open Access Stems.zip" target="_blank"
>"Open Access" - Stems</a
>
</li> </li>
<li> <li>
<a aria-label="Poetry Torrent" href="">Poetry</a> <a href="mirror/mus-OA/Open Access Imagery.zip" target="_blank"
>"Open Access" - Imagery</a
>
</li> </li>
</ul> --> </ol>
</section>
</section>
</main> </main>
<footer id="free"> <footer id="free">

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View file

@ -10,6 +10,7 @@
--accent-0: #c8beb5; --accent-0: #c8beb5;
--accent-1: #f18d74; --accent-1: #f18d74;
--accent-2: #e3beb3; --accent-2: #e3beb3;
--accent-3: #2e2827;
--subtitle: #aca4a0; --subtitle: #aca4a0;
--title-background: #00000075; --title-background: #00000075;
@ -69,6 +70,10 @@ a:hover {
color: var(--max-1); color: var(--max-1);
} }
img {
display: block;
}
.load-enable img { .load-enable img {
-webkit-animation: load 2s ease-in-out infinite alternate; -webkit-animation: load 2s ease-in-out infinite alternate;
animation: load 2s ease-in-out infinite alternate; animation: load 2s ease-in-out infinite alternate;
@ -662,6 +667,40 @@ footer#free {
transition: ease-in-out 200ms; transition: ease-in-out 200ms;
} }
/* Mirror List */
.ly-mirror {
display: flex;
width: min(95%, 1200px);
margin: 20px auto;
background-color: var(--accent-3);
}
.ly-mirror img,
.ly-mirror picture {
width: 250px;
height: 250px;
object-fit: cover;
margin-right: 20px;
animation: load 1s infinite alternate;
}
.ly-mirror h1,
.ly-mirror h2,
.ly-mirror h3 {
margin: 0;
}
.ly-mirror h3 {
text-align: center;
background-color: var(--background);
margin-bottom: 5px;
}
.ly-mirror h1 {
font-size: x-large;
}
.ly-mirror h2 {
font-size: larger;
font-family: "mono", monospace;
}
/* Directory List Pages */ /* Directory List Pages */
.list { .list {
width: min(95%, 850px); width: min(95%, 850px);