-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
213 lines (103 loc) · 4.53 KB
/
index.html
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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Memories in the Time of Covid 19</title>
<meta name="description" content="">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="canonical" href="http://localhost:4000/">
</head>
<body>
<div class="w3-content" style="max-width:1400px">
<nav class="w3-bar w3-border w3-light-grey">
<a href="/" class="w3-bar-item w3-button"><b>Memories</b></a>
<a href="/birds.html" class="w3-bar-item w3-button"><b>Birds of Debre Birhan</b></a>
<a href="/about.html" class="w3-bar-item w3-button w3-right"><b>About</b></a>
</nav>
<div class="w3-container">
<div class="w3-container">
<h1><b>Memories in the Time of Covid 19</b></h1>
<ul class="w3-ul w3-hoverable">
<li class="w3-large">
<a href="/pages/VE-day.html">VE Day 1945</a>
</li>
<li class="w3-large">
<a href="/pages/ejector-seat.html">The Ejector Seat 1948</a>
</li>
<li class="w3-large">
<a href="/pages/knaplock_youth_hostel.html">Knaplock Youth Hostel 1951</a>
</li>
<li class="w3-large">
<a href="/pages/vampirejet.html">Vampire Jet 1951</a>
</li>
<li class="w3-large">
<a href="/pages/mousakaandchips.html">Mousaka and Chips 1962</a>
</li>
<li class="w3-large">
<a href="/pages/bishopsthrone.html">The Bishops Throne 1966</a>
</li>
<li class="w3-large">
<a href="/pages/kungu-rock.html">Kungu Rock 1966</a>
</li>
<li class="w3-large">
<a href="/pages/tilapiaandmatoke.html">Tilapia and Matoke 1967</a>
</li>
<li class="w3-large">
<a href="/pages/ilikesnakes.html">I Like Snakes! 1970</a>
</li>
<li class="w3-large">
<a href="/pages/odoschicken.html">Odo's Chicken 1979</a>
</li>
<li class="w3-large">
<a href="/pages/simonwentafishing.html">... Simon went a Fishing, for to catch a ... 1979</a>
</li>
<li class="w3-large">
<a href="/pages/UluDag.html">Mount Olympus 1980</a>
</li>
<li class="w3-large">
<a href="/pages/SpyonKopjie.html">Spyon Kopje 1980</a>
</li>
<li class="w3-large">
<a href="/pages/FishEagles.html">The Tree in the Garden 1980</a>
</li>
<li class="w3-large">
<a href="/pages/spittingcobras1.html">How I Came to Dislike Spitting Cobras 1980</a>
</li>
<li class="w3-large">
<a href="/pages/limbo.html">Limbo 1985</a>
</li>
<li class="w3-large">
<a href="/pages/chiposeland.html">Chipo's Eland 1990</a>
</li>
<li class="w3-large">
<a href="/pages/hissingsid.html">Hissing Sid 1990</a>
</li>
<li class="w3-large">
<a href="/pages/geckoblaster.html">The Gecko Blaster 1990</a>
</li>
<li class="w3-large">
<a href="/pages/playingpossum.html">Playing Possum 1990</a>
</li>
<li class="w3-large">
<a href="/pages/extraterrestrial.html">Extraterrestrial 1995</a>
</li>
<li class="w3-large">
<a href="/pages/catfish.html">Catfish 2000</a>
</li>
<li class="w3-large">
<a href="/pages/botsalano.html">Stars of Botsalano 2000</a>
</li>
<li class="w3-large">
<a href="/pages/christmas-tree-path.html">Christmas Tree Path 2020</a>
</li>
</ul>
</div>
</div>
<footer class="site-footer">
</footer>
</div>
</body>
</html>