restyle index.html
[azarus.ch.git] / index.html
blob6d21afd00816ad1a58c03e551b75b10551648b9d
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 of the
11 <i>Jekyll page generator</i> thingy, I'm rewriting my page from scratch, by
12 hand. Some unnecessary information might be lost in the process: <b>deal with
13 it.</b> Also, I no longer operate a pastebin due to security and efficiency
14 concerns, for sane alternatives see <a href="https://ptpb.pw">ptpb.pw</a> or
15 <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 <tr><td>2017-09-03</td><td><a href="posts/2017-09-03-new-qemu-usb-syntax.html">New USB QEMU syntax</a></td></tr>
21 </table>
22 <p>Things I {like,care about,whatever}:</p>
23 <ul>
24 <li>The <a href="https://openbsd.org">OpenBSD project</a></li>
25 <li>The <a href="http://mr2wiki.com/MKI/General">Toyota MR2 AW11</a></li>
26 <li>The <a href="http://www.thevintageknob.org/sony-TC-D5.html">Sony TC-D5 cassette recorder</a></li>
27 </ul>
28 <h2>Contact</h2>
29 <p>Feel free to reach me over:</p>
30 <table style="width:100%">
31 <tr><td>XMPP</td><td>azarus[at]azarus[dot]ch</td></tr>
32 <tr><td>IRC</td><td>azarus at {freenode,oftc,others}</td></tr>
33 <tr><td>E-Mail</td><td>azarus[at]posteo[dot]net</td></tr>
34 </table>
35 <footer>
36 <hr>
37 <p>
38 Unless otherwise noted, this content is <a href="https://creativecommons.org/publicdomain/zero/1.0/">
39 publicly licensed (CC0)</a>.</p>
40 <p>This website is served by the <a href="https://man.openbsd.org/httpd">httpd</a> daemon, running on OpenBSD 6.3.</p>
41 </footer>
42 </body>
43 </html>