Files
personal-website/about.html
2025-07-27 14:40:00 +03:00

72 lines
2.5 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>elleoma@logs ~ > About</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@logs ~ > 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>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>
<h3>My interests are:</h3>
<ul>
<li>Cybersecurity</li>
<li>Low-level programming (C, Rust, Zig, C++, Assembly)</li>
<li>Reverse engineering (IDA, Ghidra, NinjaBinary)</li>
<li>Electrical engineering, PCB design, KiCad (soon to try)</li>
<li>Self-hosting</li>
<li>A bit of 3D and game development</li>
</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><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>
<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>
<h3>Current Setup</h3>
<ul>
<li>Arch Linux (Hyprland WM, NVChad, tmux)</li>
<li>Laptop: i7-12650H, RTX 4060 Max-Q, 15" FHD @ 144Hz</li>
<li><a href="https://git.forsen-cock.dedyn.io/elleoma/dotfiles">My Dotfiles</a></li>
</ul>
</section>
</main>
<footer>
<p><code>made with love ❤️</code></p>
</footer>
</div>
</div>
</body>
</html>