fonts, formatting, small fixes

This commit is contained in:
2025-07-25 08:42:38 +03:00
parent b630e407e2
commit e72efcb828
6 changed files with 92 additions and 51 deletions

View File

@@ -1,12 +1,14 @@
<!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+Code&display=swap" rel="stylesheet">
<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">
@@ -25,15 +27,19 @@
<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>
<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>
<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>
<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>
@@ -43,5 +49,5 @@
</div>
</div>
</body>
</html>
</html>