website-frontend/gallery/20240802_chamonix.html
Quinten 5730114e11 * fixed js heartbeat to look for all devices
* made gallery-specific css into a seperate stylesheet instead of inline
  `tags
2025-03-04 01:26:27 +01:00

127 lines
6.3 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Gallery - Quintens Outpost</title>
<meta name="description" content="Quinten's gallery, where they infrequently post images of whatever.">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/style.css">
<link rel="stylesheet" href="/style_gallery.css">
<script defer src="/assets/scripts/heartbeat.js"></script>
<script defer src="/assets/scripts/onekoswap.js"></script>
<script defer src="/assets/scripts/oneko.js" data-cat="/assets/oneko.gif"></script>
</head>
<body>
<div class="container" id="top">
<div class="sidebar sidebar-left">
</div>
<div class="container-main">
<div id="maintitlebox">
<div id="titleandcat" class="box">
<!-- <img src="/assets/dance_transparent.gif" id="sapari-dance" alt="sapari cat dancing gif"> -->
<h1 id="maintitle"><a style="text-decoration: none; color: #E9E9E9;" href="/">Quinten's Outpost</a></h1>
<!-- <img src="/assets/dance_transparent.gif" id="sapari-dance" alt="sapari cat dancing gif"></img> -->
</div>
<button id="oneko-button" class="button">:3</button>
</div>
<div id="subtitlebox">
<div id="links" class="box">
<a class="linkbox link" href="/">
<p>home</p></a>
<a class="linkbox link" href="/links.html">
<p>links</p></a>
<a class="linkbox link" href="/updates.html">
<p>updates</p></a>
<a class="linkbox link" href="/gallery.html">
<p>gallery</p></a>
<!-- new button template
<a class="linkbox link" href="" target="_blank">
<p></p></a>
-->
</div>
<div id="heartbeatbox" class="box">
<a href="https://heartbeat.quinten0508.com" target="_blank" class="link"><p>Status</p></a><p>:&nbsp;</p>
<p id="heartbeat-time">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p> <!-- &nbsp; prevents text shift after load, doenst work with online T-T -->
</div>
</div>
<div id="external-links">
<div id="links" class="box">
<a class="linkbox link" href="https://x.com/quinten0508" rel="me" target="_blank">
<p>twitter</p></a>
<a class="linkbox link" href="https://www.last.fm/user/Quinten0508" rel="me" target="_blank">
<p>last.fm</p></a>
<a class="linkbox link" href="https://gitea.quinten0508.com/quinten/website-frontend" rel="me" target="_blank">
<p>source</p></a>
<a class="linkbox link" href="https://t.me/quinten0508" rel="me" target="_blank">
<p>telegram</p></a>
<!-- :3 13 year old firefox bug https://bugzilla.mozilla.org/show_bug.cgi?id=646552 -->
<a class="linkbox link" onClick="javascript:window.open('mailto:quinten@tuta.com', 'mail');event.preventDefault()" href="mailto:quinten@tuta.com" rel="me" target="_blank">
<p>email</p></a>
<!-- new button template
<a class="linkbox link" href="" target="_blank">
<p></p></a>
-->
</div>
</div>
<div id="directory-box" class="box">
<!-- must resist the urge to dynamically generate this, fuck js -->
<h5 style="display: inline-block; padding: 0;">Current directory:</h5>
<p style="display: inline-block;">
<img src="/assets/icons/tux.svg" id="directory-icon">/<a class="link" href="/">home/quinten</a>/<a class="link" href="/gallery.html">gallery</a>/<a class="link" href="/gallery/20240802_chamonix.html">20240802_chamonix</a>
</p>
</div>
<div class="box gallerybox" id="Chamonix_20240802">
<h4>Chamonix</h4>
<p>Heavy thunderstorms a few kms north in the mountains made for some nice shots. These are all raw frames from videos.</p>
<h6>2024/08/02</h6>
<div class="masonry">
<img class="gallery-masonry-img" loading="lazy" src="/assets/gallery/20240802_chamonix/10718a89-7aba-4740-9a98-3ef5703770c6.webp" alt="Photo of a curvy lightning flash coming in from the top right of the frame, lighting a dark sky in hues of purple and blue.">
<img class="gallery-masonry-img" loading="lazy" src="/assets/gallery/20240802_chamonix/ea7310c1-8db4-451c-83a8-fbc836c2f88d.webp" alt="Another photo of a lightning bolt, this time in black and white and covering the all horizontal space.">
<img class="gallery-masonry-img" loading="lazy" src="/assets/gallery/20240802_chamonix/a286c492-b9fb-4799-a675-472a1db0f3e5.webp" alt="A smaller lightning flash.">
<img class="gallery-masonry-img" loading="lazy" src="/assets/gallery/20240802_chamonix/0cc60bc9-0a97-4cf5-a820-f7c8e5f078e0.webp" alt="The largest lightning flash, covering most of the frame. The photo is overexposed, making the entire sky seem a bright purple and blue.">
<img class="gallery-masonry-img" loading="lazy" src="/assets/gallery/20240802_chamonix/f43391d0-3665-4ad3-9b06-440bcd71baec.webp" alt="A photo of the night sky, showing a horizontal band of sky surrounded by thick clouds. The sky contains a large amount of stars.">
</div>
</div>
</div> <!--container-main-->
<div class="sidebar sidebar-right" id="links-tree">
<div class="box" style="margin: 0;">
<h5 style="padding-bottom: 0;">Tree</h5>
<ul style="margin-bottom: 0;">
<li><a href="/gallery.html">Back</a></li>
</ul>
</div>
</div>
<!--</div>
</div>-->
</div> <!--sidebar-->
<div id="stripes">
<img src="/assets/stripes.svg" id="stripes">
</div>
</div> <!--container-->
</body>
</html>