104 lines
3.9 KiB
HTML
104 lines
3.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<title>Quintens Outpost</title>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="style.css">
|
|
<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>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="container">
|
|
|
|
<div id="maintitlebox">
|
|
<h1 id="maintitle" class="box">Quinten's Outpost</h1>
|
|
</div>
|
|
|
|
<div id="subtitlebox">
|
|
<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://github.com/Quinten0508" rel="me" target="_blank">
|
|
<p>github</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:quinten0508@protonmail.com', 'mail');event.preventDefault()" href="mailto:quinten0508@protonmail.com" rel="me" target="_blank">
|
|
<p>email</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="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"></img>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
<div class="box">
|
|
<h3 style="padding-bottom: 1rem;">Status</h3>
|
|
<h5 style="color: red;">TEMPORARY DOWNTIME</h5>
|
|
<p>Accidentally nuked all 700 server configuration files, expect wonky behaviour across services while i figure this out...</p>
|
|
<div id="uptime"></div>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<button id="oneko-button" class="button">Click me :3</button>
|
|
<h3>titleee</h3>
|
|
<h5>caption</h5>
|
|
<p> this text will automatically fill up the box and has decent spacing?? </p>
|
|
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<p> heres some more text and shit</p>
|
|
</div>
|
|
<div class="box">
|
|
<p> heres some more text and shit</p>
|
|
</div>
|
|
<div class="box">
|
|
<p> heres some more text and shit</p>
|
|
<!--<img src="/assets/capy.jpg" class="image">-->
|
|
</div>
|
|
|
|
</div>
|
|
<div id="stripes">
|
|
<img src="stripes.svg" id="stripes">
|
|
</div>
|
|
|
|
|
|
</body>
|
|
<script src="/assets/scripts/oneko.js" data-cat="/assets/oneko.gif"></script>
|
|
</html> |