Translating in english
This commit is contained in:
parent
aa25e8df90
commit
2c354adf0a
@ -1,5 +1,5 @@
|
|||||||
# ArKa
|
# 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.
|
||||||
|
|
||||||
|
24
index.html
24
index.html
@ -17,12 +17,12 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<!-- En tête -->
|
<!-- Header -->
|
||||||
<header>
|
<header>
|
||||||
<!-- Main box top border -->
|
<!-- Main box top border -->
|
||||||
<div class="top"></div>
|
<div class="top"></div>
|
||||||
|
|
||||||
<!-- ASCII ART d'ArKa -->
|
<!-- ASCII ART -->
|
||||||
<pre>
|
<pre>
|
||||||
█████╗ ██████╗ ██╗ ██╗ █████╗
|
█████╗ ██████╗ ██╗ ██╗ █████╗
|
||||||
██╔══██╗██╔══██╗██║ ██╔╝██╔══██╗
|
██╔══██╗██╔══██╗██║ ██╔╝██╔══██╗
|
||||||
@ -37,6 +37,7 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://blog.arka.rocks">Blog</a></li>
|
<li><a href="https://blog.arka.rocks">Blog</a></li>
|
||||||
<li><a href="https://git.arka.rocks">Gitea</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>
|
<li><a href="#contact">Contact</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
@ -46,20 +47,21 @@
|
|||||||
<main>
|
<main>
|
||||||
<div id="content">
|
<div id="content">
|
||||||
<h1>ArKa</h1>
|
<h1>ArKa</h1>
|
||||||
<p>ArKa est le nom de l'infrastructure crée par moi, Oxbian.</p>
|
<p>ArKA is the name of the infrastructure created and maintained by me, Oxbian.
|
||||||
<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>You will find a blog, a git serveur (gitea), a privatebin instance, and a tool to encrypt / decrypt your files.</p>
|
||||||
<p>Le gitea contient mes projets, certains pourront vous êtres utiles, ou non. </p>
|
<p>The git server contains my projects, some could may be usefull, some not. </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>
|
<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>
|
||||||
<h2>Projet créer pour ArKa</h2>
|
|
||||||
<ul>
|
<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>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>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>A script to send message to someone via 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>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>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
|
<!-- Footer -->
|
||||||
<footer>
|
<footer>
|
||||||
<p>Contactez-moi pour toute question ou discussion, je réponds assez vite en général.</p>
|
<p>Contactez-moi pour toute question ou discussion, je réponds assez vite en général.</p>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user