preview window for gallery

This commit is contained in:
etherware-novice 2025-01-26 19:10:04 -06:00
parent 76a3ed7ac6
commit f0f907e178
No known key found for this signature in database
GPG Key ID: 32AF3B2B107D2984
3 changed files with 39 additions and 2 deletions

View File

@ -56,7 +56,7 @@ bucketofsappy.png,1731328790
bugqueen.png,1731257603
pombombed.png,1731086091
sappycorsola.png,1730989078
gooberswordy.png,1730946562
gooberswordy.gif,1730946562
sappyswalot.png,1730894205
puneysapuni.png,1730854322
puneypuni.png,1730853786

1 file ts
56 bugqueen.png 1731257603
57 pombombed.png 1731086091
58 sappycorsola.png 1730989078
59 gooberswordy.png gooberswordy.gif 1730946562
60 sappyswalot.png 1730894205
61 puneysapuni.png 1730854322
62 puneypuni.png 1730853786

View File

@ -31,6 +31,22 @@ layout: null
overflow: hidden;
}
#preview {
position: fixed; right: 10vw; top: 10vh;
width: 20vmax; height: 20vmax;
image-rendering: pixelated;
border-image-slice: 18 19 18 19; border-image-repeat: space;
border-image-width: 20px; border-style: solid;
border-image-source: url("/assets/images/decor/ascii_border.png");
padding: 2%;
}
#preview img {
max-width: 100%; max-height: 100%;
width: 100%; height: 100%;
}
@font-face {
font-family: "DOS";
font-style: normal;
@ -38,6 +54,7 @@ layout: null
src: url("/assets/font/oldschool_pc/ttf - Px (pixel outline)/PxPlus_IBM_BIOS-2y.ttf") format('truetype');
font-size: 0.5em;
}
</style>
</head>
@ -53,7 +70,7 @@ layout: null
});
</script>
-->
<div id="typebootel">
<div id="typebootel" onmousemove="prevUpdate()" onmouseout="prevClear()">
<a href="/">back</a>
<p>$ ls -l krita_dump/</p>
{% for pic in site.data.gallery %}
@ -62,6 +79,18 @@ layout: null
</a>
{% endfor %}
</div>
<div id="preview"><img src=""></img></div>
<script>
function prevUpdate() {
let img = document.querySelector("#typebootel a:hover");
if (!img) {return;}
document.querySelector("#preview img").src = img.href;
}
function prevClear() {
document.querySelector("#preview img").src = null;
}
</script>
</body>
</html>

View File

@ -17,6 +17,14 @@ permalink: /journal
<h2>basically the "hidden" vent section ive seen the webtracker nobody looks at this page</h2>
<article>
<h2>2025-01-25</h2>
<p>(19:17)<br>
well i might have to use my vintage hp27o calculator for class<br>
pretty cool
</p>
</article>
<article>
<h2>2025-01-24</h2>
<p>(22:34)<br>