Files
personal-website/projects.html

54 lines
2.0 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>elleoma@0day ~ > Projects</title>
<link href="https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="scroll-container">
<div class="center-window">
<header>
<h1>elleoma@0day ~ > ls</h1>
<nav>
<a href="index.html">./home</a>
<a href="projects.html">./projects</a>
<a href="about.html">./about</a>
<a href="blog.html">./blog</a>
<a href="contact.html">./contact</a>
</nav>
</header>
<main>
<section class="terminal-box">
<h2>Facinus</h2>
<p><a href="https://git.forsen-cock.dedyn.io/elleoma/facinus">Facinus Repository</a></p>
<p>A bash-scripted tool that deploys a local web server for remote administration of Ubuntu machines.
Initially inspired by a college switch to Linux and powered by <code>gsocket.io</code>. Set up and tested in
QEMU VM with a self-hosted admin panel and logging system.</p>
<h2>Wallpapers</h2>
<p><a href="https://git.forsen-cock.dedyn.io/elleoma/wallpapers">Wallpaper Repo</a></p>
<p>Organized personal wallpaper collection into a Git repo, with a script to regenerate README previews and
categories. Includes a drawing of my self-hosting setup made with Excalidraw.</p>
<h2>Dotfiles</h2>
<p><a href="https://git.forsen-cock.dedyn.io/elleoma/dotfiles">Dotfiles Repo</a></p>
<p>Highly customized Linux setup using Arch, Hyprland, NVChad, and tmux. Configured with performance, visuals,
and productivity in mind. Includes scripts, themes, and window manager tweaks.</p>
</section>
</main>
<footer>
<p><code>hosted on raspberry pi 5</p>
</footer>
</div>
</div>
</body>
</html>