1
0

update: add citation, fix css, fix services

This commit is contained in:
2025-07-20 14:09:54 +02:00
parent 5a28fb9bf8
commit 98f91afb64
2 changed files with 57 additions and 13 deletions

View File

@@ -22,7 +22,6 @@ html {
}
body {
min-height: 90vh;
margin: 1em auto;
width: min(40em, 90%);
background-color: var(--surface);
@@ -34,4 +33,15 @@ body {
a {
color: var(--iris);
}
figure {
text-align: right;
padding-right: 0.5em;
margin-top: 4em;
border-right: 0.2em solid var(--highlightHigh);
}
figcaption::before {
content: '—';
}

View File

@@ -1,23 +1,57 @@
<!DOCTYPE html>
<!--
Dumb landpage for people lost on the internet.
If you ever read this, please go listen to
- m4uv3 : https://m4uv3.bandcamp.com/
- azkyll : https://azkyll.bandcamp.com/
- onsibuno : https://onsibuno.bandcamp.com/
Also, take a look at
- The Metabrainz Foundation : https://metabrainz.org/
- The Free Software Foundation : https://www.fsf.org/
- Planet Squat : https://planet.squat.net/
etc.
Also, I suppose that only curious people will see this. Be aware that I
will not break my pseudonyma by giving you hint to any private project or
public contribution I've done. Whatever it is you are.
-->
<html lang="fr">
<head>
<meta charset="UTF-8" />
<title>lzigmann</title>
<title>lzigmann landpage</title>
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="description" content="Accuiel lzigmann." />
<meta name="description" content="lzigmann landpage" />
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<h1>lzigmann</h1>
<aside>Développeuse C, sysadm *BSD/*nix.</aside>
<p>Vous ne trouverez pas grand chose sur ce site, déjà bravo à vous
d'avoir trouvé cet endroit.</p>
<p>Je suis parfois disponible pour de l'installation et maintenance de
serveur, je propose aussi des services d'intégrations et de
développement C/C++. N'hésitez pas à me contacter.</p>
<p>Si vous souhaitez me contacter : <code>laura at zigmann dot
org</code>.</p>
<p>Je suis aussi régulièrement sur le serveur IRC
<a href="https://libera.chat">Libera.Chat</a> et autre.</p>
<aside>dev C, sysadm *BSD/*nix.</aside>
<p>Je suis parfois disponible pour de l'installation et maintenance de
serveur, je propose aussi des services d'intégrations et de
développement C. N'hésitez pas à me contacter.</p>
<p>Si vous souhaitez me contacter :
<code>laura at zigmann dot org</code>.</p>
<p>Même si peu de code se trouve être publique, vous pouvez naviguer ma
<a href="https://git.laura.zigmann.org/">forge git</a>.</p>
<p>Je suis aussi régulièrement (sous pseudonyme) sur les serveurs IRC
<a href="https://libera.chat">Libera.Chat</a> et
<a href="https://tilde.chat">tilde.chat</a>.</p>
<p>Bonne journée / soirée. Ce fut un plaisir.</p>
<figure>
<!-- of course this is a fake quote, you stupid -->
<blockquote>
<p>50% nicotine / 50% silicium / 100% acoustique</p>
</blockquote>
<figcaption> Kernighan ? probablement.</figcaption>
</figure>
</body>
</html>