-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
95 lines (84 loc) · 3 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>
Zowie's Gallery
</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:400,300">
<link rel="stylesheet" href="/static/css/style.css">
<!--[if lt IE 9]>
<script src="/static/js/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="four columns">
<div class="sidebar">
<div class="title">
<a href='/'>
<img class="profile-icon" alt="Icon by @ShimmiArt" src="/static/images/avatar.png">
<h1>Zowie's</h1>
<h4>Gallery</h4>
</a>
</div>
<footer>
<p>
<small>
©
<a href="http://www.zowi.ee">Zowie the Lynx</a>
2013-2019
</small>
</p>
</footer>
</div>
</div>
<div id="main" role="main" class="twelve columns offset-by-four">
<div id="albums" class="row">
<div class="six columns thumbnail
alpha">
<a href="2019-06-30-scheveningen-furwalk/" class="thumb-wrapper">
<img title="Furwalk Scheveningen (2019-06-30)" alt="Furwalk Scheveningen (2019-06-30)" src="2019-06-30-scheveningen-furwalk/thumbnails/011.jpg">
<span class="title">Furwalk Scheveningen (2019-06-30)</span>
</a>
</div>
<div class="six columns thumbnail
omega">
<a href="ef23/" class="thumb-wrapper">
<img title="Eurofurence 23" alt="Eurofurence 23" src="ef23/thumbnails/007.jpg">
<span class="title">Eurofurence 23</span>
</a>
</div>
</div>
<div id="albums" class="row">
<div class="six columns thumbnail
alpha">
<a href="archeon-mwf-2013/" class="thumb-wrapper">
<img title="Archeon Mid-winter Fair (2013)" alt="Archeon Mid-winter Fair (2013)" src="archeon-mwf-2013/thumbnails/SAM_0189.jpg">
<span class="title">Archeon Mid-winter Fair (2013)</span>
</a>
</div>
<div class="six columns thumbnail
omega">
<a href="mechelen_2013-09-08/" class="thumb-wrapper">
<img title="Furwalk Mechelen (2013-09-08)" alt="Furwalk Mechelen (2013-09-08)" src="mechelen_2013-09-08/thumbnails/IMG_20130908_145113_1_9788190975_l.jpg">
<span class="title">Furwalk Mechelen (2013-09-08)</span>
</a>
</div>
</div>
<div id="albums" class="row">
<div class="six columns thumbnail
alpha">
<a href="ef19/" class="thumb-wrapper">
<img title="Eurofurence 19" alt="Eurofurence 19" src="ef19/thumbnails/IMG_20130823_163142_3_9611695142_l.jpg">
<span class="title">Eurofurence 19</span>
</a>
</div>
</div>
</div>
</div>
</body>
</html>