summaryrefslogtreecommitdiff
path: root/src/http/tpl/index.html
blob: 51805b1ce68a6e5dbac7a6566f7082c73daa3808 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{{ define "body" }}

  <p>
    Hi! I'm Brian, and this here's my little corner of the web. Here I write
    <a href="{{ BlogURL "posts" }}">posts</a>
    about projects I'm working on and things that interest me (which you can
    <a href="{{ BlogURL "follow" }}">follow</a>,
    if you like). Beyond that I've linked to various related links related to me
    below.
  </p>

  <h2>Social</h2>
  <ul>
    <li><a href="https://matrix.to/#/@mediocregopher:waffle.farm">@mediocregopher:waffle.farm</a> is my matrix handle.</li>
    <li><a href="https://social.cryptic.io/@mediocregopher">@mediocregopher@social.cryptic.io</a> is my mastodon handle.</li>
    <li><a href="https://bgpicciano.com">bgpicciano.com</a> is my cover site/resume.</li>
    <li><a href="mailto:mediocregopher@gmail.com">mediocregopher@gmail.com</a> is my email.</li>
    <li><a href="https://news.cryptic.io">Cryptic News</a> aggregates interesting blogs.</li>
  </ul>

  <h2>Dev</h2>
  <ul>
    <li>
      <a href="https://code.betamike.com/mediocregopher">Gitea</a>
      and
      <a href="https://github.com/mediocregopher">GitHub</a>
      are for open-source code I've written.
    </li>
    <li><a href="https://github.com/mediocregopher/radix">radix</a> is for using redis with go.</li>
    <li><a href="https://code.betamike.com/cryptic-io/cryptic-net">cryptic-net</a> implements the foundation of a community infrastucture.</li>
    <li><a href="https://code.betamike.com/mediocregopher/mediocre-blog">mediocre-blog</a> is the CMS I designed from scratch to run this site.</li>
  </ul>

  <h2>Art</h2>
  <ul>
    <li><a href="https://opensea.io/mediocregopher?tab=created">OpenSea</a> lists some NFTs I've made.</li>
    <li><a href="https://exchange.art/artists/mediocregopher/series">Exchange.art</a> lists others.</li>
  </ul>

  <hr/>

  <p>I'm not affiliated with these, but they're worth listing.</p>
  <ul>
    <li><a href="https://search.marginalia.nu/">Marginalia</a> reminds me of the old internet.</li>
    <li><a href="https://drewdevault.com/2020/11/01/What-is-Gemini-anyway.html">Gemini</a> is a protocol I soon hope to add to my blog.</li>
    <li><a href="https://www.nts.live/">NTS</a> is a great internet radio station.</li>
    <li><a href="https://yamakan.place/palestine/#">Radio alHara</a> is another great internet radio station.</li>
  </ul>

{{ end }}

{{ template "base.html" . }}