diff options
author | Oxbian <got.dacs@slmail.me> | 2023-07-04 10:20:57 +0200 |
---|---|---|
committer | Oxbian <got.dacs@slmail.me> | 2023-07-04 10:20:57 +0200 |
commit | 2c354adf0af427e59b47e9a347039f61f1259183 (patch) | |
tree | 4f86efc3dce6fe82d845eb99c4d27e0f2cf3be3d | |
parent | aa25e8df90d4f346287d5b4530fd477d851527ff (diff) | |
download | ArKa-Web-2c354adf0af427e59b47e9a347039f61f1259183.tar.gz ArKa-Web-2c354adf0af427e59b47e9a347039f61f1259183.zip |
Translating in english
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | index.html | 24 |
2 files changed, 14 insertions, 12 deletions
@@ -1,5 +1,5 @@ # ArKa --- -Ce repo contient le code source de la page principale d'ArKa, l'infrastructure de mes services web. +This repository contains source code of ArKa infrastructure main page. @@ -17,12 +17,12 @@ </head> <body> - <!-- En tête --> + <!-- Header --> <header> <!-- Main box top border --> <div class="top"></div> - <!-- ASCII ART d'ArKa --> + <!-- ASCII ART --> <pre> █████╗ ██████╗ ██╗ ██╗ █████╗ ██╔══██╗██╔══██╗██║ ██╔╝██╔══██╗ @@ -37,6 +37,7 @@ <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://status.arka.rocks/status/arka">Status</a></li> <li><a href="#contact">Contact</a></li> </ul> </nav> @@ -46,20 +47,21 @@ <main> <div id="content"> <h1>ArKa</h1> - <p>ArKa est le nom de l'infrastructure crée par moi, Oxbian.</p> - <p>Il y a un blog, un serveur gitea, et voilà (Y a d'autres services mais c'est pour mon utilisation perso).</p> - <p>Le gitea contient mes projets, certains pourront vous êtres utiles, ou non. </p> - <p>Quant au blog, il contient des guides de bonnes pratiques pour apprendre / améliorer un domaine, comme la vie privée, la cybersécurité.. Et parfois j'y poste des articles expliquant mon avis et point de vue sur certaines problématiques. </p> - - <h2>Projet créer pour ArKa</h2> + <p>ArKA is the name of the infrastructure created and maintained by me, Oxbian. + <p>You will find a blog, a git serveur (gitea), a privatebin instance, and a tool to encrypt / decrypt your files.</p> + <p>The git server contains my projects, some could may be usefull, some not. </p> + <p>The blog contains some good practices articles about privacy, cybersecurity.. And sometimes I made articles explaining my point of view on some problematics. </p> + <h2>Project made for ArKa</h2> <ul> - <li>Un générateur de blog à partir de fichier markdown, permettant de générer des pages webs customisables avec seulement un fichier html et css. <a href="https://git.arka.rocks/Oxbian/BlogGenerator">BlogGenerator</a></li> - <li>Un script pour envoyer des messages à un utilisateur via le protocol Matrix. <a href="https://git.arka.rocks/Oxbian/matrix-sender">Matrix sender</a></li> - <li>Des scripts qui envoient les notifications de logwatch, fail2ban à un utilisateur via le protocol Matrix. <a href="https://git.arka.rocks/Oxbian/matrix-monitoring">Matrix monitoring</a></li> + <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> </div> </main> <hr> + + <!-- Footer --> <footer> <p>Contactez-moi pour toute question ou discussion, je réponds assez vite en général.</p> |