Compare commits

...

3 Commits

Author SHA1 Message Date
52a492f522 typos 2025-07-27 19:44:58 +03:00
b8601e88e0 changed footer message 2025-07-27 14:40:00 +03:00
92fb046fab blog post changes 2025-07-27 14:36:52 +03:00
7 changed files with 13 additions and 13 deletions

View File

@@ -62,7 +62,7 @@
</main>
<footer>
<p><code>hosted on raspberry pi 5</code></p>
<p><code>made with love ❤️</code></p>
</footer>
</div>
</div>

View File

@@ -33,7 +33,7 @@
</main>
<footer>
<p><code>hosted on raspberry pi 5</code></p>
<p><code>made with love ❤️</code></p>
</footer>
</div>
</div>

View File

@@ -38,7 +38,7 @@
</main>
<footer>
<p><code>hosted on raspberry pi 5</p>
<p><code>made with love ❤️</code></p>
</footer>
</div>
</div>

View File

@@ -68,7 +68,7 @@
</main>
<footer>
<p><code>hosted on raspberry pi 5</p>
<p><code>made with love ❤️</code></p>
</footer>
</div>
</div>

View File

@@ -4,7 +4,7 @@
"title": "whoami",
"date": "2025-07-17",
"createdAt": "2025-07-17T14:34:48.197Z",
"modifiedAt": "2025-07-17T14:34:48.197Z",
"modifiedAt": "2025-07-25T14:35:30.197Z",
"size": 5401
}
]

View File

@@ -3,9 +3,9 @@
<head>
<meta charset="UTF-8">
<title>elleoma ~ > cat whoami</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Fira+Code&display=swap" rel="stylesheet">
<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>
@@ -13,7 +13,7 @@
<div class="scroll-container">
<div class="center-window">
<header>
<h1>elleoma@0day ~ > ls</h1>
<h1>elleoma@logs ~ > ls</h1>
<nav>
<a href="../index.html">./home</a>
<a href="../projects.html">./projects</a>
@@ -25,7 +25,7 @@
<main>
<section class="markdown-container">
<img src="../pfp.jpg" class="pfp" alt="elleoma" width="200" />
<img src="../pfp.jpg" class="pfp" alt="elleoma" width="200" />
<h1>~ &gt; whoami</h1>
<p>Im a Ukrainian student and a unix/linux & open-source enthusiast, trying to get into cybersecurity, gain
some practical skills.</p>
@@ -120,7 +120,7 @@
</main>
<footer>
<p><code>hosted on raspberry pi 5</code></p>
<p><code>made with love ❤️</code></p>
</footer>
</div>
</div>

View File

@@ -33,11 +33,11 @@
<h2>OS-in-1000-lines</h2>
<p><a href="https://github.com/elleoma/os-in-1000-lines">OS Repo</a></p>
<p>My implementation of <a href="https://operating-system-in-1000-lines.vercel.app/en">Operating System in 1000 lines</a> by <a href="https://www.shuwasystem.co.jp/author/a269003.html">Shinya Yanagita.</a> A small operating system written from scratch for RISC-V CPU architecture
<p>My implementation of <a href="https://operating-system-in-1000-lines.vercel.app/en">Operating System in 1000 lines</a> by <a href="https://www.shuwasystem.co.jp/author/a269003.html">Shinya Yanagita.</a> A small operating system written from scratch for RISC-V CPU architecture.
This project will have basic context switching, paging, user mode, a command-line shell, a disk device driver, and file read/write operations in C.
And also I'll try to add some more functionality to it.
Right now I'm still working on basic stuff before implementing something new.
I'm still learning C and Assembly, the RISC-V instruction set is new to me</p>
I'm still learning C and Assembly, the RISC-V instruction set is new to me.</p>
<h2>Wallpapers</h2>
<p><a href="https://git.forsen-cock.dedyn.io/elleoma/wallpapers">Wallpaper Repo</a></p>
@@ -52,7 +52,7 @@
</main>
<footer>
<p><code>hosted on raspberry pi 5</p>
<p><code>made with love ❤️</code></p>
</footer>
</div>
</div>