summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--axtlos.72
-rw-r--r--buttons/antinazi.gifbin0 -> 1662 bytes
-rw-r--r--buttons/delete-twitter.gifbin0 -> 20042 bytes
-rw-r--r--buttons/deltarune.pngbin0 -> 1624 bytes
-rw-r--r--buttons/emacs3.gifbin0 -> 2683 bytes
-rw-r--r--buttons/ltg.gifbin0 -> 2965 bytes
-rw-r--r--buttons/nft.gifbin0 -> 1182 bytes
-rw-r--r--buttons/sameshit.gifbin0 -> 16735 bytes
-rw-r--r--buttons/xen.gifbin0 -> 5183 bytes
-rwxr-xr-xgenerate.sh2
-rw-r--r--style.css4
11 files changed, 6 insertions, 2 deletions
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
--- /dev/null
+++ b/buttons/antinazi.gif
Binary files differ
diff --git a/buttons/delete-twitter.gif b/buttons/delete-twitter.gif
new file mode 100644
index 0000000..99c79a4
--- /dev/null
+++ b/buttons/delete-twitter.gif
Binary files differ
diff --git a/buttons/deltarune.png b/buttons/deltarune.png
new file mode 100644
index 0000000..a7b0943
--- /dev/null
+++ b/buttons/deltarune.png
Binary files differ
diff --git a/buttons/emacs3.gif b/buttons/emacs3.gif
new file mode 100644
index 0000000..c2356a9
--- /dev/null
+++ b/buttons/emacs3.gif
Binary files differ
diff --git a/buttons/ltg.gif b/buttons/ltg.gif
new file mode 100644
index 0000000..0c311c6
--- /dev/null
+++ b/buttons/ltg.gif
Binary files differ
diff --git a/buttons/nft.gif b/buttons/nft.gif
new file mode 100644
index 0000000..addc153
--- /dev/null
+++ b/buttons/nft.gif
Binary files differ
diff --git a/buttons/sameshit.gif b/buttons/sameshit.gif
new file mode 100644
index 0000000..2090066
--- /dev/null
+++ b/buttons/sameshit.gif
Binary files differ
diff --git a/buttons/xen.gif b/buttons/xen.gif
new file mode 100644
index 0000000..8b0ccdf
--- /dev/null
+++ b/buttons/xen.gif
Binary files 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|<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
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) {