79 lines
2.7 KiB
HTML
79 lines
2.7 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@logs ~ > ls</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>
|
|
<img src="pfp.jpg" class="pfp" alt="elleoma" width="200" />
|
|
<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>
|
|
|
|
<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>
|
|
<div class="terminal-container">
|
|
<div class="terminal-header">
|
|
<!-- <div class="terminal-title">SYSTEM MONITOR - RASPBERRY PI 5</div> -->
|
|
</div>
|
|
|
|
<div class="terminal-body" id="main-terminal">elleoma@logs:~$ </div>
|
|
</div>
|
|
|
|
<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%;" class="center">
|
|
</a>
|
|
</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>
|
|
<script src="terminal-status.js"></script>
|
|
</body>
|
|
|
|
</html>
|