pontus/src/index.html

102 lines
6.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>pontus</title>
<link rel="stylesheet" href="css/main.min.css">
</head>
<body>
<!-- YOU CARE ABOUT MY CODE?! -->
<div class="container">
<div class="sidebar">
<div class="sb-itm">
<h1 style="font-size: medium;">menu</h1>
<b>home</b>
<a href="/links">links</a>
</div>
<div class="sb-itm">
<h1 style="font-size: medium;">archives</h1>
<a href="/archives/android/modules/">android magisk modules</a>
<a href="/archives/ads/political">political advertising</a>
<a href="/archives/ads/college">college advertising</a>
<a href="/archives/videos/short-form/">short-form videos</a>
<a href="/archives/videos/long-form/">long-form videos</a>
<a href="/archives/android/apps/">android apps</a>
<a href="/archives/updates/">updates</a>
<a href="/archives/img/">images</a>
</div>
<div class="sb-itm">
<h1 style="font-size: medium;">other stuff</h1>
<a href="https://blog.aidxn.fun">blog</a>
<a href="https://aidxn.cc">main site</a>
<a href="https://aidxn.fun">alternate site</a>
<a href="https://tilde.club/~lxu">tilde.club page</a>
<a href="https://androidintegrity.org">android integrity</a>
</div>
<div class="bt-section">
<img src="img/blinkies/cantlivewithout.gif" class="contained-blinkie" style="padding-top: 15px;" alt="I can't live without a computer">
<img src="img/buttons/1advise.gif" alt="Parental Advisory: I say fuck a lot">
<a href="https://www.mozilla.org/en-US/firefox/"><img src="img/buttons/firefoxnow.gif" alt="Firefox Now"></a>
<img src="img/buttons/1chrome.gif" alt="Google Chrome is Evil">
<a href="https://debian.org/"><img src="img/buttons/debian.gif" class="contained-button" alt="Powered by Debian"></a>
<img src="img/buttons/bestviewedcomp.gif" alt="Best viewed with a computer">
<img src="img/buttons/pdmark.png" class="contained-button" alt="Public domain">
<a href="https://t.me/iusearchbtw42"><img src="img/buttons/telegram.png" class="contained-button" alt="Telegram"></a>
<img src="img/buttons/gentoo-button.png" class="contained-button" alt="Public domain">
</div>
</div>
<div class="main-content">
<div id="header">
<h1>
<img src="img/gif/reverseearth.gif" alt="Animated spinning globe" width="4%" style="vertical-align: middle;">
pontus
<img src="img/gif/reverseearth.gif" alt="Animated spinning globe" width="4%" style="vertical-align: middle;">
</h1>
<p>a website for my online self</p>
<hr />
</div>
<div id="archival-content-section">
<h1>archival content</h1>
<h2>what</h2>
<p>this website is a treasure trove of content. use it to your advantage! i currently host the following things:</p>
<ul>
<li><a href="/archives/android/modules/">android magisk modules</a></li>
<li><a href="/archives/ads/political">political advertising</a></li>
<li><a href="/archives/ads/college">college advertising</a></li>
<li><a href="/archives/videos/short-form/">short-form videos</a></li>
<li><a href="/archives/videos/long-form/">long-form videos</a></li>
<li><a href="/archives/android/apps/">android apps</a></li>
<li><a href="/archives/updates/">updates</a></li>
<li><a href="/archives/img/">images</a></li>
</ul>
</div>
<div id="why-section">
<!-- the real question is why this vs code theme makes it so hard to read text -->
<h2>why</h2>
<p>i archive and store as much data as i possibly can, and make as much use of that space as possible. but why?</p>
<p>while many people will scroll through apps such as tiktok, and laugh at passing trends which fade into obscurity, i save each one which i believe may have cultrual significance.</p>
<p>it's the small things that i remember and wish i had saved. thus, i aim to preserve our generation in media, whether it be the college/political ads of our time, or simple things such as tiktoks.</p>
</div>
<div id="updates-section">
<h2>updates</h2>
<p>this section contains pgp signed messages to updates about me or the services i host. you may verify the messages on <a href="https://aidxn.fun/verify">my other website</a>, or find a copy of my public key. all messages are in plaintext.</p>
<p>if you would like to browse some of the updates i have released, please click below.</p>
<a href="/archives/updates/update001.txt">update 001</a>
</div>
<div id="dmca-section">
<h2>dmca</h2>
<p>if you have a dmca takedown notice to send, for any and all content in my archive, please know i take these requests seriously.</p>
<p>simply send an email to <a href="mailto:dmca@p0ntus.com">dmca@p0ntus.com</a>, and the content on my archive will be removed</p>
<p>all content on this website is used for fair use purposes only. this website does not make money, nor intend to.</p>
</div>
<div id="512kb-section">
<h2>browser friendly</h2>
<a href="https://512kb.club"><img src="https://512kb.club/assets/images/orange-team.gif" alt="a proud member of the orange team of 512KB club" /></a>
<p>this website is part of <a href="https://512kb.club/">512kb.club</a>, a collection of websites that are under 512 kilobytes in size.</p>
<p>for you, this means the pages you access will load fast and not consume as much energy to be served to you!</p>
</div>
</div>
</div>
</body>
</html>