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 ~ > ls</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">
@@ -24,7 +26,8 @@
<main>
<section class="terminal-box">
<h2>whoami</h2>
<p>I'm a Ukrainian student and a unix/linux & open-source enthusiast, trying to get into cybersecurity, gain some practical skills.</p>
<p>I'm a Ukrainian student and a unix/linux & open-source enthusiast, trying to get into cybersecurity, gain
some practical skills.</p>
<p>Check my blog post to see more...</p>
<h2><a href="posts/whoami.html"><span class="rainbow-text">HERE</span></a></h2>
@@ -39,8 +42,13 @@
</ul>
<h3>Self-hosting</h3>
<p>I have a Raspberry Pi 5 (4GB RAM) and I'm currently hosting multiple services on it with Docker and desec.io for DNS.</p>
<img src="self-host.png", alt="Self-host setup", width="600", class="center">
<p>I have a Raspberry Pi 5 (4GB RAM) and I'm currently hosting multiple services on it with Docker and
desec.io for DNS.</p>
<p dir="auto">
<a target="_blank" rel="noopener noreferrer nofollow" href="../self-host.png">
<img src="../self-host.png" alt="My self-hosting setup" style="max-width: 100%;">
</a>
</p>
<h3>Current Setup</h3>
<ul>
@@ -57,5 +65,5 @@
</div>
</div>
</body>
</html>
</html>