commit dc1918bec918b461bbdc00506356e0d2b038fde2
parent edc51278fbfafff7c043050fedbc9cf00963fbbb
Author: aabacchus <ben@bvnf.space>
Date: Wed, 29 Dec 2021 00:37:59 +0000
index, iliad: make better for small screens
Diffstat:
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/books/iliad.html b/books/iliad.html
@@ -20,7 +20,6 @@
@media(max-width:999px) {
.c {
display: block;
- font-size: 1.94vw;
}
}
.p2 {
diff --git a/index.html b/index.html
@@ -33,10 +33,12 @@
</p>
<h3>contact</h3>
-<pre>email, xmpp, finger: <code>ben [at] bvnf [dot] space</code>
-pgp: <a href="key.txt">key.txt</a>
-irc: <code>phoebos</code>
-</pre>
+ <ul>
+ <li>email, xmpp, finger: <code>ben [at] bvnf [dot] space</code></li>
+ <li>pgp: <a href="key.txt">key.txt</a></li>
+ <li>irc: <code>phoebos</code></li>
+ </ul>
+
An equivalent way to <a href="https://man.openbsd.org/man1/finger.1">finger(1)</a> me is:
<blockquote><code>$ printf "ben\r\n" | nc bvnf.space 79</code></blockquote>