189 lines
7.6 KiB
HTML
189 lines
7.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<title>Home - Quintens Outpost</title>
|
|
<meta name="description" content="The home page of Quinten's personal website, with status information like current time, music, and even space weather!">
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="style.css">
|
|
|
|
</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>: </p>
|
|
<p id="heartbeat-time"> </p> <!-- 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" alt="linux tux penguin icon">/<a class="link" href="./">home/quinten</a>
|
|
</p>
|
|
</div>
|
|
|
|
<div id="header">
|
|
|
|
<div id="lastfm-box">
|
|
<div id="lastfm-contents"><p>Loading...</p></div>
|
|
<div id="lastfm-artbox"><div style="background-color: #000000;"></div></div>
|
|
</div>
|
|
|
|
|
|
<div id="clock-box">
|
|
<p id="clocktitle"> My time (UTC+2)</p>
|
|
<div id="clock-contents">
|
|
<p id="clock">Loading...</p>
|
|
<img id="clock-icon" alt="clock-icon"></img>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="box" id="Status">
|
|
<h3 style="padding-bottom: 1rem;">Status</h3>
|
|
<div id="uptime"></div>
|
|
</div>
|
|
|
|
<div class="box" id="spaceweather">
|
|
<h3>Space Weather</h3>
|
|
<button id="spaceweather-button" class="button" aria-label="change hemisphere">
|
|
<svg style="width: 1rem; height: 1rem;">
|
|
<use xlink:href="assets/icons/compass.svg#compass"></use>
|
|
</svg>
|
|
</button>
|
|
<div id="spaceweather-container">
|
|
<div id="spaceweather-text">
|
|
<p style="font-style: italic; font-size: 0.8rem; margin-bottom: 1rem;">Source: <a class="link" href="https://www.swpc.noaa.gov/" target="blank">Space Weather Prediction Center </a> <a class="link" href="https://services.swpc.noaa.gov/" target="blank">(API)</a></p>
|
|
<pre id="spaceweather-forecast"></pre>
|
|
|
|
</div>
|
|
<div id="spaceweather-images">
|
|
<img id="spaceweather-ovation"> <!-- add a button to switch between north and south?-->
|
|
<img id="spaceweather-overview">
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
<!-- BUTTONS / BLINKERS / MISC IFRAMES -!- WIP -!-
|
|
<div class="box">
|
|
<iframe src="https://john.citrons.xyz/embed?ref=https://quinten0508.com" style="margin-left:auto;display:block;margin-right:auto;max-width:732px;width:100%;height:94px;border:none;scale: 80%;"></iframe>
|
|
<iframe src="//incr.easrng.net/badge?key=changeme" style="background: url(//incr.easrng.net/bg.gif)" title="increment badge" width="88" height="31" frameborder="0"></iframe>
|
|
</div>
|
|
-->
|
|
|
|
|
|
|
|
<div class="box">
|
|
<p>test box</p>
|
|
</div>
|
|
|
|
<div class="box">
|
|
<p>test box</p>
|
|
</div>
|
|
|
|
<div class="box">
|
|
<p>test box</p>
|
|
</div>
|
|
|
|
<div class="box">
|
|
<p>test box</p>
|
|
<!--<img src="/assets/capy.jpg" class="image">-->
|
|
</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="#top">Top</a></li>
|
|
<li><a href="#Status">Status</a></li>
|
|
<li><a href="#spaceweather">Space Weather</a></li>
|
|
</ul>
|
|
</div>
|
|
|
|
</div>
|
|
<!--</div>
|
|
</div>-->
|
|
|
|
|
|
</div> <!--sidebar-->
|
|
<div id="stripes">
|
|
<img src="/assets/stripes.svg" id="stripes">
|
|
</div>
|
|
|
|
</div> <!--container-->
|
|
|
|
|
|
|
|
</body>
|
|
<script src="/assets/scripts/lastfm.js"></script>
|
|
<script src="/assets/scripts/clock.js"></script>
|
|
<script src="/assets/scripts/heartbeat.js"></script>
|
|
<script src="/assets/scripts/onekoswap.js"></script>
|
|
<script src="/assets/scripts/uptime.js"></script>
|
|
<script src="/assets/scripts/oneko.js" data-cat="/assets/oneko.gif"></script>
|
|
<script src="/assets/scripts/spaceweather.js"></script>
|
|
</html> |