96 lines
4.2 KiB
HTML
96 lines
4.2 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 geek who loves a lot of things. So I'll be quick, I’m fascinated by everything related to computers, not JavaScript framework or new "idea" but real innovations.</p>
|
||
<p>I value privacy and security very highly. My goals are to improve the state of cybersecurity and to help develop more environmental friendly solutions (not just for tech).</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 which are simple, efficient and have a low impact on energy and resources. They also need to collect no or just necessary data, and to be secured by default for the end user. Simplicity and efficiency is not new is the IT world, so for this reason I will prefer to use Unix and POSIX tools as possible.</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>
|