/ static / about.html
about.html
 1  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
 2  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 3  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 4    <head>
 5      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
 6       
 7       
 8      <title>Deftly.net - About</title>
 9       
10      <link rel="stylesheet" type="text/css" href="/css/default.css" />
11      <link rel="stylesheet" type="text/css" href="/css/layout.css" />
12      <link rel="stylesheet" type="text/css" href="/css/syntax.css" />
13    </head>
14    <body>
15      <div id="header">
16        <div id="navigation">
17          <h1>Notes</h1>
18          <a href="/">Home</a>
19          <a href="/about.html">About</a>
20          <a href="/contact.html">Contact</a>
21          <a href="/archive.html">Archive</a>
22          <hr />
23          <a href="https://codeberg.org">Codeberg</a>
24          <a href="https://cobug.org">CoBUG</a>
25        </div>
26        
27  
28  <div id="content">
29  <h1>About</h1>
30  <i>All about Aaron</i>
31  <div class="figure">
32  </div>
33  
34  <p>My name is Aaron Bieber (no relation!).</p>
35  
36  <p>I love Open Source and try to contribute where ever possible. I also run the <a href="https://cobug.org">Colorado BSD Users Group</a></p>
37  
38  <p>All posts are signed and can be verified using the following hash set and signature:</p>
39  <pre>
40  http://deftly.net/posts/SHA256
41  http://deftly.net/posts/SHA256.sig
42  </pre>
43  
44  <p>
45  <pre>
46  -----BEGIN GEEK CODE BLOCK-----
47  Version: 3.12
48  GCS dpu s++:- a C++++ UB++++ P++++ L- E+++ W N-- o-- K- w
49  O M- V PS+++ PE- Y++ PGP++ t+ 5 X++ R+ tv+ b+ DI++ D++
50  G e* h--- r+++ y+++
51  ------END GEEK CODE BLOCK------
52  </pre>
53  </p>
54  
55  </div>
56  
57      <div id="footer">
58        <hr>
59        Made by <a rel="nofollow me" href="https://mammothcirc.us/@qbit">qbit</a>. Subscribe via <a href="https://deftly.net/rss.xml">RSS</a> / <a href="https://deftly.net/atom.xml">Atom</a> | Generated using <a href="https://codeberg.org/qbit/boring"><i>boring</i></a> and <a href="https://codeberg.org/qbit/deftly/"><i>these</i></a> files.
60        <div id="attrib">
61  	      PGP: <a href="https://pgp.mit.edu/pks/lookup?op=get&search=0x1F81112D62A9ADCE">0x1F81112D62A9ADCE</a> / <a href="https://deftly.net/pubkey.asc">3586 3350 BFEA C101 DB1A  4AF0 1F81 112D 62A9 ADCE</a>
62        </div>
63        <a href="https://proven.lol/c86b5e">proof.</a>
64      </div>
65    </body>
66  </html>
67  
68