98 lines
4.7 KiB
HTML
98 lines
4.7 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<!-- Metadata -->
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<meta name="description" content="ArKa main page">
|
||
<meta property="og:title" content="ArKa">
|
||
<meta property="og:url" content="https://arka.rocks">
|
||
<meta property="og:type" content="website">
|
||
<meta property="og:description" content="ArKa main page">
|
||
|
||
<!-- Style -->
|
||
<link rel="stylesheet" href="assets/style/colorscheme.css">
|
||
<link rel="stylesheet" href="assets/style/style.css">
|
||
<link rel="shortcut icon" href="assets/favicon/favicon.ico" type="image/x-icon">
|
||
|
||
<title>ArKa</title>
|
||
</head>
|
||
|
||
<body>
|
||
<!-- Header -->
|
||
<header>
|
||
<!-- Main box top border -->
|
||
<div class="top"></div>
|
||
|
||
<!-- ASCII ART -->
|
||
<pre>
|
||
▄▄▄ ██▀███ ██ ▄█▀ ▄▄▄
|
||
▒████▄ ▓██ ▒ ██▒ ██▄█▒ ▒████▄
|
||
▒██ ▀█▄ ▓██ ░▄█ ▒▓███▄░ ▒██ ▀█▄
|
||
░██▄▄▄▄██ ▒██▀▀█▄ ▓██ █▄ ░██▄▄▄▄██
|
||
▓█ ▓██▒░██▓ ▒██▒▒██▒ █▄ ▓█ ▓██▒
|
||
▒▒ ▓▒█░░ ▒▓ ░▒▓░▒ ▒▒ ▓▒ ▒▒ ▓▒█░
|
||
▒ ▒▒ ░ ░▒ ░ ▒░░ ░▒ ▒░ ▒ ▒▒ ░
|
||
░ ▒ ░░ ░ ░ ░░ ░ ░ ▒
|
||
░ ░ ░ ░ ░ ░ ░
|
||
</pre>
|
||
|
||
<!-- Navbar -->
|
||
<nav>
|
||
<ul>
|
||
<li><a href="https://blog.arka.rocks">Blog</a></li>
|
||
<li><a href="https://git.arka.rocks">Git</a></li>
|
||
<li><a href="https://bin.arka.rocks">Encryped Bin</a></li>
|
||
<li><a href="#contact">Contact</a></li>
|
||
</ul>
|
||
</nav>
|
||
</header>
|
||
|
||
<!-- Main content -->
|
||
<main>
|
||
<div id="content">
|
||
<h1>╓───── About Me ─────╖</h1>
|
||
|
||
<div class="h1-content">
|
||
<h2>Hey,</h2>
|
||
<p>I’m Oxbian, a tech wizard <a href="https://en.wikipedia.org/wiki/Clarke%27s_three_laws">(Arthur C. Clarke third law)</a>.
|
||
<p>I’m into lean and optimized computing (Unix, Plan9, minimalist programmes written in C) because it's efficient in computing power and energy use. Simplicity means speed, and optimization means less wasted resources.</p>
|
||
|
||
<p>I love everything related to computer real innovations, new architectures, operating systems, efficient and safe languages, ... Not just a new layer of javascript abstraction</p>
|
||
<p>I value privacy and security very highly. My goals are to improve the state of cybersecurity with simple softwares, systems and to help develop more environmental friendly solutions thanks to efficient and optimized programs.</p>
|
||
<p>Moreover, I’m always eager to learn new things and share my knowledge, which you can find on the <a href="https://blog.arka.rocks">blog</a>.</p>
|
||
|
||
</div>
|
||
<h1>╟─────── ArKa ───────╢</h1>
|
||
|
||
<div class="h1-content">
|
||
<p>ArKa, is a small portion of the web where I show my projects and what I do on my free time.</p>
|
||
|
||
<h2>Services</h2>
|
||
<p>On this small portion of the web, I selfhost some services which are read-only (<a href="https://arka.rocks">this website</a>, <a href="https://blog.arka.rocks">my blog</a>, <a href="https://git.arka.rocks">a git server</a>), and others for everyone to use (<a href="https://bin.arka.rocks">an encrypted bin</a>).</p>
|
||
|
||
<h2>Projects & philosophy</h2>
|
||
<p>A list of project made for ArKa are available on <a href="https://git.arka.rocks/ArKa">this repository</a>.</p>
|
||
|
||
<p>I want to create tools and solutions that are simple, efficient, and have minimal impact on energy and resources. They should collect little to no data, prioritize security by default, and be designed with offline functionality first. Simplicity and efficiency aren’t new concepts in the IT world—so I prefer using Unix and POSIX tools wherever possible, as they align with these values and offer real-world, sustainable innovation.</p>
|
||
</div>
|
||
</div>
|
||
</main>
|
||
<hr>
|
||
|
||
<!-- Footer -->
|
||
<footer>
|
||
<p>Contact me for any questions, in general I answer quite fast.</p>
|
||
<p><i>My PGP/GPG public key is available bellow, fingerprint: B377 7BB4 78C7 862B E696 576B 0E8F 319F D437 47E5<i></p>
|
||
<!-- Contact -->
|
||
<div id="contact">
|
||
<ul>
|
||
<li><a rel="me" href="https://social.linux.pizza/@Oxbian">Mastodon</a></li>
|
||
<li><a href="mailto:oxbian@mailbox.org">Mail</a></li>
|
||
<li><a href="B3777BB478C7862BE696576B0E8F319FD43747E5.asc">PGP</a></li>
|
||
</ul>
|
||
</div>
|
||
</footer>
|
||
</body>
|
||
</html>
|