update: add citation, fix css, fix services
This commit is contained in:
58
index.html
58
index.html
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user