logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: 7bdabf9c05bf0eac7035ef99e97df06f518a47a1
parent f2cc1e5f7b800670fbaa39adc436ea4c554f11a8
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>