commit 8e73809e44d81cffac55749af0af0c737addd8fe
parent 9d835ecf6b2ee7d68718ae1b7b2823fd92174897
Author: aabacchus <ben@bvnf.space>
Date: Sat, 25 Sep 2021 02:39:58 +0100
index: add stuff
Diffstat:
2 files changed, 37 insertions(+), 0 deletions(-)
diff --git a/index.html b/index.html
@@ -15,8 +15,40 @@
</nav></header>
<h1>Hello, world</h1>
<p>
+ I am currently a physics student, and my interests include:
+ <ul>
+ <li>Linux and other UNIXes (notably
+ <a href="https://kisslinux.org/">KISS Linux</a> and
+ <a href="https://www.openbsd.org/">OpenBSD</a>)
+ </li>
+ <li>Programming (currently learning C by means of writing
+ <a href="https://git.bvnf.space/bore/">bad code</a> in it)
+ <br>
+ - in particular, writing and using <em>simple</em> and <em>portable</em> programs
+ <br>
+ - and portable toolchains for building software (see: POSIX <code>make</code>)</li>
+ <li>Classical Greek, especially tragedy and Old Comedy</li>
+ <li>Typesetting in markups like <code>*roff</code>
+ using tools like <code>ed</code> and <code>vi</code></li>
+ <li>Particle physics simulation</li>
+ <li>Romantic Classical music</li>
+ </ul>
+ </p>
+ <p>
You can email me at <code>ben [at] bvnf [dot] space</code>, and please use <a href="key.txt">this PGP key</a> for encryption.
I can be found in #kisslinux@libera.chat as <code>phoebos</code>.
+ <br>
+ Try to message me via XMPP; my JID looks like my email.
+ <br>
+ You can also <code><a href="https://man.openbsd.org/man1/finger.1">finger(1)</a></code>
+ me at the same address; or, equivalently:
+ <blockquote><code>$ printf "ben\r\n" | nc bvnf.space 79</code></blockquote>
</p>
+ <br>
+ <footer>
+ The content on this site, unless otherwise specified, has been
+ dedicated into the public domain. If you need a "license", please
+ refer to <a rel="license" href="http://creativecommons.org/publicdomain/zero/1.0/">CC0</a>.
+ </footer>
</body>
</html>
diff --git a/style.css b/style.css
@@ -15,6 +15,11 @@ code {
table {
width: 100%;
}
+footer {
+ font-size: 12px;
+ padding: 5px;
+ border-top: 1px solid #111;
+}
.index-post, .index-date {
padding-top: 20px;