summaryrefslogtreecommitdiff
path: root/public/index.html
blob: 26474c35318d38bfe6ec7d62c2ffececc5328d28 (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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<!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>
  I think of this as my "digital scrapbook". <br>
  You may also be interested in my <a href="./tree/000">family tree</a>. <br>
  Thanks for stopping by! —Blaise
  </p>
  <p>
  <table style="width:100%">
    <tr>
      <th>start</th>
      <th>end</th>
      <th>memory</th>
    </tr>
    
    <tr>
      <th>2011-06-18</th>
      <th>ongoing</th>
      <th><a href="./1998-honda-accord-ex">1998 Honda Accord EX</a></th>
    </tr>
    
    <tr>
      <th>2020-03-01</th>
      <th>ongoing</th>
      <th><a href="./covid-19">COVID-19</a></th>
    </tr>
    
    <tr>
      <th>2021-07-20</th>
      <th>2021-07-24</th>
      <th><a href="./porcupine-tills">Porcupine Mountains with The Tills</a></th>
    </tr>
    
    <tr>
      <th>2021-05-29</th>
      <th>2021-06-05</th>
      <th><a href="./tyler-and-blaise-california">Tyler and Blaise visit California</a></th>
    </tr>
    
    <tr>
      <th>2020-10-16</th>
      <th>2020-10-19</th>
      <th><a href="./birthday-hill">Camping on Birthday Hill</a></th>
    </tr>
    
    <tr>
      <th>1999-06-13</th>
      <th>2015-06-27</th>
      <th><a href="./vehrzheen">Vehrzheen Thompson</a></th>
    </tr>
    
    <tr>
      <th>2004-09-13</th>
      <th>2014-10-21</th>
      <th><a href="./untzag">Untzag Thompson</a></th>
    </tr>
    
    <tr>
      <th>1938-03-10</th>
      <th>2013-03-26</th>
      <th><a href="./laverna-thompson">Laverna Thompson</a></th>
    </tr>
    
    <tr>
      <th>2010</th>
      <th>2010</th>
      <th><a href="./100-mile-wilderness">100 mile wilderness</a></th>
    </tr>
    
    <tr>
      <th>1917-10-20</th>
      <th>2005-11-24</th>
      <th><a href="./betty-nielsen">Betty Nielsen</a></th>
    </tr>
    
    <tr>
      <th>1987-12-01</th>
      <th>2003-07-30</th>
      <th><a href="./vadaszno">Vadaszno Thompson</a></th>
    </tr>
    
    <tr>
      <th>1995-09-26</th>
      <th>2000-11-04</th>
      <th><a href="./purky">Purky Thompson</a></th>
    </tr>
    
    <tr>
      <th>2000</th>
      <th>2000</th>
      <th><a href="./college-for-kids">College for Kids</a></th>
    </tr>
    
    <tr>
      <th>1984-01</th>
      <th>1999-03</th>
      <th><a href="./ani">Ani Thompson</a></th>
    </tr>
    
    <tr>
      <th>1993</th>
      <th>1997</th>
      <th><a href="./dental-hygiene-lawsuit">Dental Hygine Lawsuit</a></th>
    </tr>
    
    <tr>
      <th>1959</th>
      <th>1997</th>
      <th><a href="./roy-and-betty-letters">Roy and Betty Letters</a></th>
    </tr>
    
    <tr>
      <th>1916-10-26</th>
      <th>1991-12-11</th>
      <th><a href="./roy-nielsen">Roy Nielsen</a></th>
    </tr>
    
    <tr>
      <th>1966</th>
      <th>1989-08</th>
      <th><a href="./tiki">Tiki Thompson</a></th>
    </tr>
    
    <tr>
      <th>1978</th>
      <th>1988-01-12</th>
      <th><a href="./monti">Monti Thompson</a></th>
    </tr>
    
    <tr>
      <th>1938-06-26</th>
      <th>1979-12-31</th>
      <th><a href="./jimmy-thompson">Jimmy Thompson</a></th>
    </tr>
    
  </table>
  </p>
<hr>

<p style="display:inline;">
built 2021-07-25 16:47:25
<div style="float:right;">
<a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0</a>: no copyright
(<a href="https://git.blaise.zone/website/memories.git/">source</a>)
</div>
</p>

</body>
</html>