diff options
Diffstat (limited to '')
-rw-r--r-- | axtlos.7 | 2 | ||||
-rw-r--r-- | buttons/antinazi.gif | bin | 0 -> 1662 bytes | |||
-rw-r--r-- | buttons/delete-twitter.gif | bin | 0 -> 20042 bytes | |||
-rw-r--r-- | buttons/deltarune.png | bin | 0 -> 1624 bytes | |||
-rw-r--r-- | buttons/emacs3.gif | bin | 0 -> 2683 bytes | |||
-rw-r--r-- | buttons/ltg.gif | bin | 0 -> 2965 bytes | |||
-rw-r--r-- | buttons/nft.gif | bin | 0 -> 1182 bytes | |||
-rw-r--r-- | buttons/sameshit.gif | bin | 0 -> 16735 bytes | |||
-rw-r--r-- | buttons/xen.gif | bin | 0 -> 5183 bytes | |||
-rwxr-xr-x | generate.sh | 2 | ||||
-rw-r--r-- | style.css | 4 |
11 files changed, 6 insertions, 2 deletions
@@ -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 Binary files differnew file mode 100644 index 0000000..1dfda8c --- /dev/null +++ b/buttons/antinazi.gif diff --git a/buttons/delete-twitter.gif b/buttons/delete-twitter.gif Binary files differnew file mode 100644 index 0000000..99c79a4 --- /dev/null +++ b/buttons/delete-twitter.gif diff --git a/buttons/deltarune.png b/buttons/deltarune.png Binary files differnew file mode 100644 index 0000000..a7b0943 --- /dev/null +++ b/buttons/deltarune.png diff --git a/buttons/emacs3.gif b/buttons/emacs3.gif Binary files differnew file mode 100644 index 0000000..c2356a9 --- /dev/null +++ b/buttons/emacs3.gif diff --git a/buttons/ltg.gif b/buttons/ltg.gif Binary files differnew file mode 100644 index 0000000..0c311c6 --- /dev/null +++ b/buttons/ltg.gif diff --git a/buttons/nft.gif b/buttons/nft.gif Binary files differnew file mode 100644 index 0000000..addc153 --- /dev/null +++ b/buttons/nft.gif diff --git a/buttons/sameshit.gif b/buttons/sameshit.gif Binary files differnew file mode 100644 index 0000000..2090066 --- /dev/null +++ b/buttons/sameshit.gif diff --git a/buttons/xen.gif b/buttons/xen.gif Binary files differnew file mode 100644 index 0000000..8b0ccdf --- /dev/null +++ b/buttons/xen.gif 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|<p class="Pp">- <a class="Lk" href="https://akko.wtf/xenia">Fedi</a></p>|<p class="Pp">- <i class="Em">Fedi:</i> <a class="Lk" rel="me" href="https://akko.wtf/axtlos">https://akko.wtf/axtlos</a></p>|g' axtlos.7.html > axtlos.7.html.tmp mv axtlos.7.html.tmp axtlos.7.html echo "Adding Gifs" -sed 's|</body>|<img src="https://cyber.dabamos.de/88x31/delete-twitter.gif" alt="delete twitter, make a neocities!"/>\n<img src="https://cyber.dabamos.de/88x31/antinazi.gif" alt="No nazis! No fascists! No racism!"/>\n</body>|g' axtlos.7.html > axtlos.7.html.tmp +sed 's|</body>|<img src="./buttons/xen.gif" alt="amy, xenia, solar"/><img src="./buttons/delete-twitter.gif" alt="delete twitter, make a neocities!"/>\n<img src="./buttons/antinazi.gif" alt="No nazis! No fascists! No racism!"/>\n<img src="./buttons/deltarune.png" alt="kris what the fuck are we doing here"/>\n<img src="./buttons/emacs3.gif" alt="made with emacs"\>\n<img src="./buttons/ltg.gif" alt="ltg"\><img src="./buttons/nft.gif" alt="nft? more like no fucking thanks!"\><img src="./buttons/sameshit.gif" alt="chrome and edge, same shit, different asshole"\>\n</body>|g' axtlos.7.html > axtlos.7.html.tmp mv axtlos.7.html.tmp axtlos.7.html echo "Replace date with license" sed '/<td class="foot-date">/c\ <td class="foot-date">CC BY-SA 4.0</td>' axtlos.7.html > axtlos.7.html.tmp @@ -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) { |