article header
[azarus.ch.git] / index.html
blob6530746c8cd5c1136cb696ef5c4f58bb2afee307
1 <!DOCTYPE html>
2 <html lang="en">
3 <meta charset="utf-8">
4 <meta name="viewport" content="width=device-width, initial-scale=1">
5 <link rel="stylesheet" href="style.css" type="text/css">
6 <link rel="icon" type="image/png" href="icon.png">
7 <title>azarus' page</title>
8 <body>
9 <h1>azarus' page</h1>
10 <p>Welcome to my humble abode. As I've grown very frustrated by the likes
11 of the <i>Jekyll page generator</i> thingy, I'm rewriting my page from
12 scratch, by hand. Some unnecessary information might be lost in the
13 process: <b>deal with it.</b> Also, I no longer operate a pastebin due to
14 security and efficiency concerns, for sane alternatives see
15 <a href="https://ptpb.pw">ptpb.pw</a> or <a href="http://ix.io">ix.io</a>.</p>
16 <h2>Articles</h2>
17 <table style="width:100%">
18 <tr><td>2018-02-09</td><td><a href="posts/2018-02-09-openbsd-wifi-802.1x-wpa-eap.html">OpenBSD WiFi 802.1X WPA-EAP</a></td></tr>
19 <tr><td>2017-12-26</td><td><a href="posts/2017-12-26-why-i-switched-to-openbsd.html">Why I switched to OpenBSD</a></td></tr>
20 </table>
21 <p>Things I {like,care about,whatever}:
22 <ul>
23 <li>The <a href="https://openbsd.org">OpenBSD project</a></li>
24 <li>The <a href="http://mr2wiki.com/MKI/General">Toyota MR2 AW11</a></li>
25 <li>The <a href="http://www.thevintageknob.org/sony-TC-D5.html">Sony TC-D5 cassette recorder</a></li>
26 </ul>
27 <h2>Contact</h2>
28 <p>Feel free to reach me over:
29 <table style="width:100%">
30 <tr><td>XMPP</td><td>azarus[at]azarus[dot]ch</td></tr>
31 <tr><td>IRC</td><td>azarus at {freenode,oftc,others}</td></tr>
32 <tr><td>E-Mail</td><td>azarus[at]posteo[dot]net</td></tr>
33 </table>
34 <footer>
35 <hr>
36 <p>Unless otherwise noted, this content is <a href="https://creativecommons.org/publicdomain/zero/1.0/">
37 publicly licensed (CC0)</a>.</p>
38 <p>This website is served by the <a href="https://man.openbsd.org/httpd">httpd</a> daemon, running on OpenBSD 6.3.</p>
39 </footer>
40 </body>
41 </html>