From 7a3a328d658009d8e2bc174875b57259b7f7c27f Mon Sep 17 00:00:00 2001 From: axtlos Date: Mon, 4 Dec 2023 21:58:45 +0100 Subject: add gifs --- axtlos.7 | 2 +- buttons/antinazi.gif | Bin 0 -> 1662 bytes buttons/delete-twitter.gif | Bin 0 -> 20042 bytes buttons/deltarune.png | Bin 0 -> 1624 bytes buttons/emacs3.gif | Bin 0 -> 2683 bytes buttons/ltg.gif | Bin 0 -> 2965 bytes buttons/nft.gif | Bin 0 -> 1182 bytes buttons/sameshit.gif | Bin 0 -> 16735 bytes buttons/xen.gif | Bin 0 -> 5183 bytes generate.sh | 2 +- style.css | 4 ++++ 11 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 buttons/antinazi.gif create mode 100644 buttons/delete-twitter.gif create mode 100644 buttons/deltarune.png create mode 100644 buttons/emacs3.gif create mode 100644 buttons/ltg.gif create mode 100644 buttons/nft.gif create mode 100644 buttons/sameshit.gif create mode 100644 buttons/xen.gif diff --git a/axtlos.7 b/axtlos.7 index 26ce192..f73c8ad 100644 --- a/axtlos.7 +++ b/axtlos.7 @@ -9,7 +9,7 @@ axtlos - programmer, aromantic genderless being .Ar xenia .Sh DESCRIPTION .Nm -is a programmer mainly using python, rust and golang. Very interested in *nix operating systems (currently using FreeBSD), open source software and other Tech things. +is a programmer mainly using fortran, rust and golang. Very interested in *nix operating systems (currently using FreeBSD), open source software and other Tech things. .Sh Contact .Nm can be contacted via: diff --git a/buttons/antinazi.gif b/buttons/antinazi.gif new file mode 100644 index 0000000..1dfda8c Binary files /dev/null and b/buttons/antinazi.gif differ diff --git a/buttons/delete-twitter.gif b/buttons/delete-twitter.gif new file mode 100644 index 0000000..99c79a4 Binary files /dev/null and b/buttons/delete-twitter.gif differ diff --git a/buttons/deltarune.png b/buttons/deltarune.png new file mode 100644 index 0000000..a7b0943 Binary files /dev/null and b/buttons/deltarune.png differ diff --git a/buttons/emacs3.gif b/buttons/emacs3.gif new file mode 100644 index 0000000..c2356a9 Binary files /dev/null and b/buttons/emacs3.gif differ diff --git a/buttons/ltg.gif b/buttons/ltg.gif new file mode 100644 index 0000000..0c311c6 Binary files /dev/null and b/buttons/ltg.gif differ diff --git a/buttons/nft.gif b/buttons/nft.gif new file mode 100644 index 0000000..addc153 Binary files /dev/null and b/buttons/nft.gif differ diff --git a/buttons/sameshit.gif b/buttons/sameshit.gif new file mode 100644 index 0000000..2090066 Binary files /dev/null and b/buttons/sameshit.gif differ diff --git a/buttons/xen.gif b/buttons/xen.gif new file mode 100644 index 0000000..8b0ccdf Binary files /dev/null and b/buttons/xen.gif differ diff --git a/generate.sh b/generate.sh index 525d839..8f90c7f 100755 --- a/generate.sh +++ b/generate.sh @@ -10,7 +10,7 @@ echo "Change fedi hyperlink style" sed 's|

- Fedi

|

- Fedi: https://akko.wtf/axtlos

|g' axtlos.7.html > axtlos.7.html.tmp mv axtlos.7.html.tmp axtlos.7.html echo "Adding Gifs" -sed 's||delete twitter, make a neocities!\nNo nazis! No fascists! No racism!\n|g' axtlos.7.html > axtlos.7.html.tmp +sed 's||amy, xenia, solardelete twitter, make a neocities!\nNo nazis! No fascists! No racism!\nkris what the fuck are we doing here\nmade with emacs\nltgnft? more like no fucking thanks!chrome and edge, same shit, different asshole\n|g' axtlos.7.html > axtlos.7.html.tmp mv axtlos.7.html.tmp axtlos.7.html echo "Replace date with license" sed '//c\ CC BY-SA 4.0' axtlos.7.html > axtlos.7.html.tmp diff --git a/style.css b/style.css index 2ac30bd..0bd84f1 100644 --- a/style.css +++ b/style.css @@ -239,6 +239,10 @@ a.In { } font-weight: normal; font-family: monospace; } +img { + padding: 10px; +} + /* Overrides to avoid excessive margins on small devices. */ @media (max-width: 37.5em) { -- cgit v1.2.3