summaryrefslogtreecommitdiff
path: root/public/index.html
blob: eab724c6059cad823af2e868377af6cfe57eee00 (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
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8" name="viewport" content="width=80ch">
  <title>memories.blaise.zone</title>
  <link rel="stylesheet" href="style.css">
</head>
<body>
  <h1><a href="http://blaise.zone">blaise</a>-memories</h1>
  <hr>
  <p>
  Welcome to my public memories! <br>
  These are organized in reverse chronological order. <br>
  Thanks for stopping by! —Blaise
  </p>
  <p>
  <table style="width:100%">
    <tr>
      <th>start</th>
      <th>end</th>
      <th>memory</th>
    </tr>
    <tr>
      <td>2020-03-01</td>
      <td>ongoing</td>
      <td><a href="covid-19">COVID-19</a></td>
    </tr>
    <tr>
      <td>2019-09-13</td>
      <td>2019-09-28</td>
      <td><a href="armenian-heritage-trip.html">Armenian heritage trip</a></td>
    </tr>
    <tr>
      <td>1999-06-13</td>
      <td>2015-06-27</td>
      <td><a href="vehrzheen">Vehrzheen</a></td>
    </tr>
    <tr>
      <td>2010</td>
      <td>2010</td>
      <td><a href="100-mile-wilderness.html">100 mile wilderness</a></td>
    </tr>
    <tr>
      <td>2004-09-13</td>
      <td>2014-10-21</td>
      <td><a href="untzag.html">Untzag</a></td>
    </tr>
    <tr>
      <td>2000</td>
      <td>2000</td>
      <td><a href="college-for-kids">college for kids</a></td>
    </tr>
  </table>
  </p>
  <hr>
  <p>
  <a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0</a>: no copyright
  </p>
</body>
</html>