aidxnFUNretro/src/projects.html

107 lines
6.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>projects | aidxn</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=VT323&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/cloud.css">
</head>
<body>
<div id="loading" style="display: flex; justify-content: center; align-items: center; height: 100vh;">
<img src="img/loading2.gif" alt="Loading animation">
</div>
<div id="page" style="display: none;">
<header class="sidebar">
<a href="/"><img src="img/logo.gif" alt="Animated logo text displaying AIDXN ONLINE" class="logo"></a>
<p class="cap">Welcome to my world wide web site!</p>
<img src="img/links.gif" alt="Animated text displaying LINKS" width="30%" class="mm-label">
<ul>
<li class="menu-opt"><img src="img/bullet.gif" alt="*" class="bullet"><a href="/">home</a></li>
<li class="menu-opt"><img src="img/bullet.gif" alt="*" class="bullet"><a href="/about">about</a></li>
<li class="menu-opt"><img src="img/bullet.gif" alt="*" class="bullet"><a href="https://p0ntus.com">archives</a></li>
<li class="menu-opt"><img src="img/bullet.gif" alt="*" class="bullet"><a href="/contact">contact</a></li>
<li class="menu-opt"><img src="img/bullet.gif" alt="*" class="bullet"><a href="https://aidxn.fun/verify">verify a message</a></li>
<li class="menu-opt"><img src="img/bullet.gif" alt="*" class="bullet"><a href="/status">status</a></li>
<li class="menu-opt"><img src="img/bullet.gif" alt="*" class="bullet"><a href="/design">design</a></li>
<li class="menu-opt"><img src="img/bullet.gif" alt="*" class="bullet"><b>projects</b></li>
</ul>
<img src="img/information.gif" alt="Animated text displaying INFORMATION" width="68%" class="mm-label">
<p id="date"></p>
<img id="album-art" style="height: 64px; width: 64px;" src="img/loading.gif" alt="Album cover">
<div class="music-section">
<b id="albumLabel">Now Playing:</b><br>
<b id="song">Loading...</b>
<p id="album">Loading...</p>
<p id="artist">Loading...</p>
</div>
<span class="extra-text"><b>Note: </b>This page is best viewed on a computer.</span>
</header>
<aside class="main-content">
<h1>Projects</h1>
<p>You can check out my work on my <a href="https://git.pontusmail.org/aidan">Gitea instance</a> or <a href="https://github.com/ihatenodejs">GitHub</a>. GitHub has commits earlier than January 23, 2025 and Gitea has more commits past that date (some commits and repos not mirrored to GitHub).</p>
<p>I am currently working on the following projects:</p>
<ul>
<li>
<strong>aidxnFUNretro</strong><br>
<a href="https://git.pontusmail.org/aidan/aidxnFUNretro">Repo</a> | <a href="https://old.aidxn.fun">Website</a><br>
The website you're currently on!
</li><br>
<li>
<strong>aidxnCC</strong><br>
<a href="https://git.pontusmail.org/aidan/aidxnCC">Repo</a> | <a href="https://aidxn.cc">Website</a><br>
My latest personal website
</li><br>
<li>
<strong>BlogPop</strong><br>
<a href="https://git.pontusmail.org/abocn/blogpop">Repo</a><br>
Node.js/Express/Next.js<br>
Self-hosted simple blogging platform
</li><br>
<li>
<strong>LibreCloud</strong><br>
<a href="https://git.pontusmail.org/librecloud/web">Frontend Repo</a> | <a href="https://git.pontusmail.org/librecloud/web-server">Backend Repo</a> | <a href="https://cloud.pontusmail.org">Website</a><br>
Node.js/Express/Next.js<br>
Enabling the world with free cloud services for all
</li><br>
<li>
<strong>pontus mail</strong><br>
<a href="https://git.pontusmail.org/aidan/pontus-mail">Repo</a> | <a href="https://pontusmail.org">Website</a><br>
Mailcow/Docker<br>
My self-hosted public email service
</li><br>
<li>
<strong>aidxnFUN</strong><br>
<a href="https://git.pontusmail.org/aidan/aidxnFUN">Repo</a> | <a href="https://aidxn.fun">Website</a><br>
The second iteration of my website
</li><br>
<li>
<strong>modules</strong><br>
<a href="https://git.pontusmail.org/aidan/modules">Repo</a> | <a href="https://modules.lol">Website</a><br>
Docker/Node.js/Express/EJS<br>
Magisk module and FOSS/root app "store."
</li><br>
<li>
<strong>pontus</strong><br>
<a href="https://git.pontusmail.org/aidan/pontus">Repo</a> | <a href="https://p0ntus.com">Website</a><br>
Website for my online self<br>
Intended for showcasing online projects and storing archives<br>
Replacement for scrapped project: Adderall.
</li><br>
<li>
<strong>Android Integrity Alliance</strong><br>
<a href="https://github.com/AndroidIntegrity/website">Repo</a> | <a href="https://androidintegrity.org">Website</a><br>
Collaboration with several people<br>
Website for petition against Google Play Integrity
</li><br>
</ul>
</aside>
</div>
<script src="js/main.js"></script>
<script src="js/music.js"></script>
</body>
</html>