summaryrefslogtreecommitdiffstats
path: root/about.html
blob: f14905bc3f2021d4c33e0fe4961a90b9a623611a (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
---
layout: default
title: About
---

<div class="container">
  <h2>{{ page.title }}</h2>

  <p>
    Notes on projects, prototypes, and experiments.
  </p>

  <p>
    Email: sadeep@asciimx.com [<a href="/assets/asciimx.asc" class="external"
    target="_blank" rel="noopener noreferrer">GPG</a>]
  </p>

  <h4>Navigation</h4>

  <ul>
    <li>hme: Latest articles.</li>
    <li>poc: Projects.</li>
    <li>abt: Site information.</li>
    <li>lup: Article lookup.</li>
    <li>rss: RSS (Atom) feed.</li>
  </ul>

  <h4>Site credits</h4>

  <p>
    Font: Arto Hatanpää's Nouveau IBM Stretch.
  </p>

  <p>
    CSS: Dave Gamache's <a href="http://getskeleton.com/" class="external"
    target="_blank" rel="noopener noreferrer">Skeleton</a> (<a
    href="/assets/lic/skeleton.txt" target="_blank">license</a>) / John Coene's <a
    href="https://github.com/JohnCoene/marat" class="external" target="_blank"
    rel="noopener noreferrer">Marat</a> (<a href="/assets/lic/marat.txt"
    target="_blank">license</a>).
  </p>

</div>