ArKa-Web/index.html
2023-07-22 22:20:49 +02:00

81 lines
3.6 KiB
HTML

<!DOCTYPE html>
<html lang="fr">
<head>
<!-- Metadata -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="ArKa">
<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">
<!-- 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">Gitea</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>ArKa</h1>
<p>ArKA is the name of this group of websites and services maintained by me, Oxbian.</p>
<p>On ArKa you can find a <a href="https://blog.arka.rocks">blog</a> where I talk about good practices in different domains, a <a href="https://git.arka.rocks">git</a> server which contains projects that could be usefull or not for you, and an <a href="https://bin.arka.rocks">encryped</a> text / small files sharing.</p>
<h2>Project made for ArKa</h2>
<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>The philosophy behind ArKa is to have a server with low maintenance, low ressources use (actually all the public services and others privates services runs on a raspberrypi 4), with fast reponse time.</p>
<p>The philosophy behind the tools made for ArKa is sustainability, no dependencies garbage like Node or Python, light and speed. </p>
</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>