ArKa-Web/index.html
2024-04-19 18:47:25 +02:00

101 lines
5.7 KiB
HTML
Raw 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>
<!-- 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/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="https://status.arka.rocks/status/arka">Status</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<!-- Main content -->
<main>
<div id="content">
<h1>╓───── About ─────╖</h1>
<div class="h1-content">
<p>Hello, Im Oxbian, a geek who loves free software, technology ethics and the Unix philosophy. Im fascinated by everything related to computers, and I value privacy and security very highly.</p>
<p><b>Thats why ArKa never collects any data about you, (except your IP address, which is logged automatically by my web server for one month), and your security is my top priority.</b></p><br>
<p>I enjoy cyberpunk and dystopian media, because they show us the potential pitfalls of our society. But I also hope we can move towards a solarpunk future.</p>
<p>Im always eager to learn new things and share my knowledge, which you can find on the <a href="https://wiki.arka.rocks">wiki</a>.</p>
<p>ArKa is the small portion of the web maintained by me, Oxbian. Services I offer are mainly read only (Git server, Wiki, Blog), but I also offer a privatebin instance for sharing data securely and privately.</p>
<h2> ArKa services </h2>
<p>On this small portion of the web, called ArKa, you can find multiple services. Most of them are read only, for security reason, like my <a href="https://wiki.arka.rocks">wiki</a>, <a href="https://blog.arka.rocks">blog</a>, <a href="https://git.arka.rocks">git server</a>.</p>
<p>There is also some services you can use like an <a href="https://bin.arka.rocks">encrypted bin</a> called privatebin. You can send text / files, they are encrypted, salt, and even myself can't read them. I also recommand you to setup a password for your bin to improve security.</p>
<h2>Projects made for ArKa</h2>
<p>For the needs of ArKa, I made some tools, and software, all are available on the <a href="https://git.arka.rocks/ArKa/">ArKa organization</a> on the git server.</p>
<ul>
<li>A blog generator, it take markdown files and generate webpages. Fully customisable thanks to the template system. <a href="https://git.arka.rocks/Oxbian/BlogGenerator">BlogGenerator</a></li>
<li>A script to send message to someone via Matrix. <a href="https://git.arka.rocks/Oxbian/matrix-sender">Matrix sender</a></li>
<li>Some scripts which sends notifications of logwatch, fail2ban to an user via Matrix. <a href="https://git.arka.rocks/Oxbian/matrix-monitoring">Matrix monitoring</a></li>
</ul>
<h2>ArKa philosophy</h2>
<p>ArKa aims to create tools and solutions that are simple, efficient, secure and have a low impact on energy and resources.</p>
<p>ArKa tools need to be sustainable, with low maintenance, low resources usage, the fewer dependencies possible. For this reason we use UNIX and POSIX tools as possible.</p>
<br>
<p>ArKa ecosystem runs on a raspberrypi 4, the website is very lightweight, and tools are written in C to have a maximum of control and liberty, and once compiled they are very fast and energy efficient unlike other language like Javascript or Python.
</div>
</div>
</main>
<hr>
<!-- Footer -->
<footer>
<p>Contact me for any questions, in general I answer quite fast.</p>
<!-- Contact -->
<div id="contact">
<ul>
<li><a href="https://matrix.to/#/@oxbian:matrix.org">Matrix</a></li>
<li><a rel="me" href="https://social.linux.pizza/@Oxbian">Mastodon</a></li>
<li><a href="mailto:oxbian.noch@simplelogin.com">Mail</a></li>
</ul>
</div>
</footer>
</body>
</html>