new branch for web-only

add templates for html
removed everything gemini related :/
renamed ./web into ./html
This commit is contained in:
stev 2024-05-26 22:35:50 +02:00
parent 72d1b6d01c
commit 5396bef80e
34 changed files with 616 additions and 362 deletions

90
html/index.html Normal file
View file

@ -0,0 +1,90 @@
<!DOCTYPE HTML>
<html lang="fr-FR">
<head>
<title>about s.gibone</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="pgpkey" href="/stev.asc">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="/style.css" type="text/css">
</head>
<body>
<nav>
<ul>
<li><a href="/index.html">~/</a></li>
<li><a href="/gemlog/index.html">~/logs</a></li>
<li><a href="/projects.html">~/projects</a></li>
<li><a href="/gibone-CV.pdf">~/gibone-cv.pdf</a></li>
</ul>
</nav>
<pre><code> ▄▀▀ ▄▀ █ ██▄ ▄▀▄ █▄ █ ██▀
▄██ ▄ ▀▄█ █ █▄█ ▀▄▀ █ ▀█ █▄▄
Est. 17th of February 2021.</code></pre>
<div class="h-card">
<img src="/portraitascii.png" alt="my profile pic" class="u-photo" hidden="">
<p>
Hello, je suis <span class="p-name">Steven GIBONE</span> et bienvenu dans mon petit coin d'internet.
<span class="p-note">A ce jour (2024) je vis et travail en <span class="p-country-name">France</span> comme administrateur systèmes et réseaux junior.</span>
</p>
<ul>
<li><a href="https://steven.gibone.fr" class="u-url">steven.gibone.fr</a></li>
<li><a href="https://steven.gibone.fr/stev.asc" class="u-key">GPG key</a></li>
<li><a href="mailto:steven@gibone.fr" class="u-email">steven@gibone.fr</a></li>
</ul>
</div>
<p>je ne sais toujours pas dans quelle mesure ce site sera tenu à jour et je risque d'alterner entre l'anglais et le français, vous êtes prévenus.</p>
<p>Voici une liste non exhaustive de mes centres dintérêt :</p>
<ul>
<li>le café (jaime beaucoup, beaucoup le café)</li>
<li>le logiciel libre / la culture libriste</li>
<li>la culture maker / hacker (jai pas de bonne traduction pour ceux-là)</li>
<li>les mathématiques (cest ma formation initiale)</li>
<li>la philosophie</li>
<li>la politique / léconomie / la sociologie</li>
<li>les jeux vidéos (dans mon &lt;3 depuis ma tendre enfance)</li>
<li>lescalade (meilleur sport, vous ne me ferez pas changer davis là-dessus)</li>
</ul>
<p>Et voici une liste certainement pas bien tenue à jour de certains
projets :</p>
<ul>
<li><a href="projects.html">projects</a></li>
</ul>
<h2 id="mes-lectures">Mes lectures</h2>
<ul>
<li>2022-?? <del>The Lord of the Rings: The Two Towers, J.R.R. Tolkien</del></li>
<li>2022-?? <del>Clit Révolution, Sarah Constantin &amp; Elvire Duvelle-Charles</del></li>
<li>2022-?? <del>En Travail, Bernard Friot et Frédéric Lordon</del></li>
<li>2023-?? <del>Sortir de lhétérosexualité, Juliet Drouart</del></li>
<li>2023-?? <del>Beaufs et Barbares, Houria Bouteldja</del>
(certainement un des bouquin les plus intéressant que jai lu, tout
court)</li>
<li>2023-08 <del>The curious incident of the dog in the night time, Mark Haddon</del>
(un livre très touchant, drôle et intelligent)</li>
</ul>
<h2 id="les-jeux-auxquels-je-joue">Les jeux auxquels je joue</h2>
<p>En ce moment cest Hades 2.</p>
<h2 id="logs">logs</h2>
<p>find <a href="logs/index.html">all posts here</a></p>
<ul>
<li><a href="logs/2024-05-21_ecrire_cest_dur.html">2024-05-21 - Ecrire
(régulièrement) cest dur</a></li>
<li><a
href="logs/2024-05-08_i_just_found_out_about_indieweb.html">2024-05-08 -
I just found out about the IndieWeb</a></li>
<li><a
href="logs/2024-05-06_weblogpomo2024_a_new_beginning.html">2024-05-06 -
Lets try something new</a></li>
<li><a href="logs/2021-05-04_networking_school.html">2021-05-04 - Im
learning networking</a></li>
<li><a href="logs/2021-05-01_windowssucks.html">2021-05-01 - I hate
Microsoft</a></li>
</ul>
<footer>
<hr>
<a rel=me href="mailto:steven@gibone.fr">steven@gibone.fr</a><br>
<a rel=me href="https://mastodon.zaclys.com/@lonion">@lonion@mastodon.zaclys.com</a><br>
</footer>
</body>
</html>