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

View file

@ -0,0 +1,55 @@
<!DOCTYPE HTML>
<html lang="fr-FR">
<head>
<title>I hate Microsoft</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>I hate Microsoft</h1>
<time datetime="2021-05-01">2021-05-01</time>
</header>
<article><p>Yep, like a lot of people I hate Microsoft so Ill try to be
a little specific.</p>
<p>First of all, the only reason I still have Windows on my desktop is
for gaming reasons and only that, most of what I do happens on GNU+Linux
on my laptop which is not powerfull to play something more advanced than
OSRS. I hadnt played on that desktop for a very long time because I no
longer had a GPU but I found a very, very old GT240 at my parents house
to put in there so I started using it again… It was my first use of
Windows in about two years and it was a pain! I discovered that back in
2018 I tried to prevent MS from spying on me by disabling every
telemetry I could… so that was a mistake because now Windows just
refuses to update. I know it was my fault but it feels so wrong that if
I dont want my pc to send MS data about what I do on my computer I also
have to give up having Windows updates. All this was so I could play
Minecraft with my SO. I had not played Minecraft in many years, Mojang
had not been bought by MS last time I played. I was so angry when I
learnt about the bedrock edition and that I had to buy it even though I
already had the java edition (I dont intend to play the bedrock edition
but the fact that you have to pay twice to have both is infuriating to
me). The worst part is that by the end of the year if I want to continue
playing I have to use a MS account with Minecraft instead of my Mojang
account and that also pisses my off very much.</p>
<p>Unfortunately these are not the only reasons I hate MS, they were
just new reasons that added to the others.</p></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>