blob: f22f640be69559f141b258001ea376fd6558c5bc (
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
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="Photography">
<link rel="stylesheet" href="/beauty.css">
<link rel="icon" href="/icon.png" type="image/png">
<title>
Twoexem
</title>
</head>
<body>
<header>
<a href=/ style="display:block;width:48px;margin-left:auto;margin-right:auto">
<img src=/resources/icons/go-home.svg>
</a>
<h1>2022</h1>
</header>
<hr>
<main>
<!-- Today is the day I stopped being lazy
<div class=center_img>
<img src="/resources/photography/teaser.jpg">
</div>
<br>
<div class="text">
<h3><i>Coming soon...</i></h3>
</div>-->
<div class=text>
Shot with Nikon F-301, Olympus IS-2000 or Panasonic NV-GS400.
</div>
<br>
<div class=text>
All images here are licensed under the <a href=https://creativecommons.org/licenses/by/4.0/legalcode>CC BY 4.0 license</a>.
</div>
<br>
<div class=grid>
<div class=title>
<i>January</i>
<div class=image>
<a href=/photography/2022/january>
<img src=/resources/photography/2022/thumb_january.jpg alt="A photograph from a train station front">
</a>
</div>
</div>
<div class=title>
<i>February</i>
<div class=image>
<a href=/photography/2022/february>
<img src=/resources/photography/2022/thumb_february.jpg alt="A blurry photo of city roofs">
</a>
</div>
</div>
<div class=title>
<i>March</i>
<div class=image>
<a href=/photography/2022/march>
<img src=/resources/photography/2022/thumb_march.jpg alt="A photo of a tree in the sunset">
</a>
</div>
</div>
<div class=title>
<i>July</i>
<div class=image>
<a href=/photography/2022/july>
<img src=/resources/photography/2022/thumb_july.jpg alt="A landscape photo showing a grass field in the sunset">
</a>
</div>
</div>
<div class=title>
<i>August</i>
<div class=image>
<a href=/photography/2022/august>
<img src=/resources/photography/2022/thumb_august.jpg alt="A black & white photo of a bridge">
</a>
</div>
</div>
<div class=title>
<i>October</i>
<div class=image>
<a href=/photography/2022/october>
<img src=/resources/photography/2022/thumb_october.jpg alt="A photo of a Roland D-10 synthesizer">
</a>
</div>
</div>
</div>
</main>
</body>
</html>
|