about.html 1.1 KB

123456789
  1. <section class="panel my-2">
  2. <h1 class="blog-post--title">Welcome to {{ .Site.Title }}</h1>
  3. <div class="blog-post--body">
  4. <p>The Hive is my corner of the web to be myself. I like to write on a wide array of topics ranging from technology, cryptography, hacking, philophy, and just general life "things". I also post JavaScript prototypes from time to time, which you can find in my <a href="/projects/" rel="me">projects</a> directory.</p>
  5. <p>If you want to drop me a line, email me at the address in the footer. To keep things private, use <a href=".well-known/apisnecros.txt" rel="me">my public key</a>, or find me on <a href="https://keybase.io/apisnecros" target="_blank" rel="me">KeyBase</a>.</p>
  6. <h2>Indie Web</h2>
  7. <p>I am huge supporter of the <a href="https://indieweb.org/" target="_blank">Indie Web</a> movement, and thus make use of a lot of the principals and features that drive it. I encourage anyone and everyone to participate, and help take back the internet from the monopolies who try to keep us subjugated.</p>
  8. </div>
  9. </section>