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

50
html/logs/index.html Normal file
View file

@ -0,0 +1,50 @@
<!DOCTYPE HTML>
<html lang="fr-FR">
<head>
<title>log index</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<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="/logs/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>
<header>
<h1>log index</h1>
<time datetime=""></time>
</header>
<article><p>Ici vous verrez tous les posts que jai écrit pour ce site,
je vais râler, certainement. Here will live gemlog posts about nothing
and everything, I will rant about a lot of thing, I could I not, you
deserve entertainment!</p>
<h2 id="logs">logs</h2>
<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></article>
<footer>
<hr>
<a 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>