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 ~ > About</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>
<h3>My interests are:</h3>
<ul>
@@ -37,14 +40,17 @@
</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>
<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><a href="self-host-white.png">View self-host diagram</a></p>
<h3>Cybersecurity</h3>
<p>Learned from HackTheBox (48 owns, 3 insane), prefer writeups over frustration. Interested in real russian targets for ethical/political reasons.</p>
<p>Learned from HackTheBox (48 owns, 3 insane), prefer writeups over frustration. Interested in real russian
targets for ethical/political reasons.</p>
<h3>Bug Bounty</h3>
<p>Love the concept but struggle with time vs reward. Tried recon and simple attacks but havent found anything valuable yet. Still learning attack vectors and research paths.</p>
<p>Love the concept but struggle with time vs reward. Tried recon and simple attacks but havent found
anything valuable yet. Still learning attack vectors and research paths.</p>
<h3>Current Setup</h3>
<ul>
@@ -61,5 +67,5 @@
</div>
</div>
</body>
</html>
</html>