website-frontend/gallery/template.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

131 lines
5.8 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="template.html">TEMPLATE</a>
</p>
</div>
<div class="box gallerybox">
<h3>Title</h3>
<h4>Melkweg, Amsterdam</h4>
<h6>2025/03/01</h6>
<p>Yesterday I visited the SMILE :D World Tour, felt like sharing some highlights ^^</p>
<br>
<p>The concert started off with underscores, who was the main reason I came to the show!</p>
<div class="gallery-divider">-------------------------------------------------------------------------</div>
<p>After about 30 mins, underscores' act concluded and following a short break Porter finally came on stage. He also had this big blow-up cat called Paws with him which was rather silly (pictured below).</p>
<img class="gallery-img" src="/assets/gallery/20250301_porter/porter_cat_paws_alive.jpg" alt="">
<p style="margin-top: 0.8em; margin-bottom: 1em"><span class="gallery-spoiler-text">The cat is fucking dead.</span></p>
<p>And thus, in retaliation, the crowd focused their rage on its rightful target.</p>
<div class="gallery-video-box">
<video controls preload="metadata" class="gallery-video" src="/assets/gallery/20250301_porter/porter_wedontlikefrance.mp4" alt=""></video>
<p class="gallery-media-caption"></p>
</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>