logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: 227271165fcd40213b6cc50a9012af8aa2a71944
parent 9ee93b229fd9f000733ec41e145aef4cf2923bae
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun,  7 Aug 2022 09:13:43 +0200

projects: Add homepage

Diffstat:

Aprojects/home.shtml21+++++++++++++++++++++
Mtemplates/en/nav.shtml2+-
Mtemplates/fr/nav.shtml2+-
3 files changed, 23 insertions(+), 2 deletions(-)

diff --git a/projects/home.shtml b/projects/home.shtml @@ -0,0 +1,21 @@ +<!DOCTYPE html> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> + <head> +<!--#include file="/templates/head.shtml" --> + <link rel="me" href="mailto:contact+blog@hacktivis.me"/> + <title>Projects — lanodan’s cyber-home</title> + </head> + <body> +<!--#include file="/templates/en/nav.shtml" --> + <main> + <h1>Projects</h1> + <dl> + <dt><a href="/projects/badwolf">BadWolf</a></dt><dd>Minimalist and privacy-oriented web browser based on WebKitGTK</dd> + <dt><a href="https://pleroma.social/">Pleroma</a></dt><dd>Free and open communication for everyone, social networking software compatible with other Fediverse software such as Misskey, Pixelfed, Mastodon and many others.</dd> + <dt><a href="/projects/deblob">deblob</a></dt><dd>Remove binary executables from a directory</dd> + <dt><a href="/git/">Miscellaneous</a></dt><dd>Projects that don't yet warrant their dedicated project page or mention</dd> + </dl> + </main> +<!--#include file="/templates/en/footer.shtml" --> + </body> +</html> diff --git a/templates/en/nav.shtml b/templates/en/nav.shtml @@ -4,6 +4,7 @@ <ul> <li><a href="/home">Home</a></li> <li><a href="/about">About</a></li> + <li><a href="/projects/">Software Projects</a></li> <li><a href="/animelist">Anime List</a></li> <li><a href="/mangalist">Manga List</a></li> <li><a href="/bookmarks">Bookmarks</a></li> @@ -15,7 +16,6 @@ <li><a href="/kopimi/">/kopimi/</a>: libre data</li> <li><a href="/librism">Désintox’ / FOSS activism</a></li> <li><a href="/notes/">/notes/</a></li> - <li><a href="/projects/badwolf">Badwolf</a>: WebKitGTK browser</li> <li><a href="/standards">standards</a>: opinions on them</li> </ul> <ul> diff --git a/templates/fr/nav.shtml b/templates/fr/nav.shtml @@ -3,13 +3,13 @@ <ul> <li><a href="/accueil">Accueil</a></li> <li><a href="/%C3%A0%20propos">À propos</a></li> + <li><a href="/projects/">Projets Logiciels</a></li> <li><a href="/animelist">Anime List(en)</a></li> <li><a href="/bitoduc">Bitudoc</a>: termes info’ en français</li> <li><a href="/git/">/git/</a></li> <li><a href="/kopimi/">/kopimi/</a>: données libres)</li> <li><a href="/librisme">Désintox’ / Engagement libriste</a></li> <li><a href="/notes/">/notes/</a></li> - <li><a href="/projects/badwolf">Badwolf</a></li> <li><a href="https://xn--lwifi-sra.fr/">læwifi.fr</a></li> </ul> <ul>