logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: 9781ca241000bdd42e0a18fe26ce72c578e432a6
parent 2931ac5be994c6e5beb7d1f100275a6134873dcd
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat, 20 Mar 2021 05:00:54 +0100

notes/petitions: New page

Diffstat:

Anotes/petitions.shtml22++++++++++++++++++++++
1 file changed, 22 insertions(+), 0 deletions(-)

diff --git a/notes/petitions.shtml b/notes/petitions.shtml @@ -0,0 +1,22 @@ +<!DOCTYPE html> +<html xmlns="http://www.w3.org/1999/xhtml"> + <head> +<!--#include file="/templates/head.shtml" --> + <title>Petitions — lanodan’s cyber-home</title> + </head> + <body> +<!--#include file="/templates/en/nav.shtml" --> + <main> + <h1>Petitions I've signed</h1> + <p>I have to make sure that I won't sign a petition multiple times, meaning I have to list them out, might as well make that public.</p> + <dl> + <dt><a href="https://publiccode.eu/">Public Money, Public Code</a></dt> + <dd>Software created using taxpayers’ money to be released as Libre Software</dd> + + <dt><a href="https://reclaimyourface.eu/">Reclaim Your Face</a></dt> + <dd><q>Reclaim our public space. Ban biometric mass surveillance!</q> Not really happy with how much personal data I have to give in there, at this level it makes me wish they would send us to a E.U website.</dd> + </dl> + </main> +<!--#include file="/templates/en/footer.shtml" --> + </body> +</html>