summaryrefslogtreecommitdiff
path: root/photography/main.html
diff options
context:
space:
mode:
authorMilan Mišić <fridolin.411@web.de>2024-01-29 00:39:53 +0100
committerMilan Mišić <fridolin.411@web.de>2024-01-29 00:39:53 +0100
commitac3b8900a7f828609610313825fc511365997cd0 (patch)
treeda114fff91ca1c42c99550be11f4eab53d3fd8b4 /photography/main.html
parentba36fa26f9ff9e3879ef1a31b2462d2df1f39a62 (diff)
Added photography section, some small fixes here and there
Diffstat (limited to 'photography/main.html')
-rw-r--r--photography/main.html37
1 files changed, 37 insertions, 0 deletions
diff --git a/photography/main.html b/photography/main.html
index deae7a2..a8811d2 100644
--- a/photography/main.html
+++ b/photography/main.html
@@ -20,13 +20,50 @@
</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>2021</i>
+ <div class=image>
+ <a href=/photography/2021>
+ <img src=/resources/photography/thumb_2021.jpg alt="A photo showing a red 1940s Ford car by a lake">
+ </a>
+ </div>
+ </div>
+
+ <div class=title>
+ <i>2022</i>
+ <div class=image>
+ <a href=/photography/2022>
+ <img src=/resources/photography/thumb_2022.jpg alt="A gorgeous landscape shot">
+ </a>
+ </div>
+ </div>
+ <div class=title>
+ <i>2023</i>
+ <div class=image>
+ <a href=/photography/2023>
+ <img src=/resources/photography/thumb_2023.jpg alt="Another gorgeous landscape shot, showing a sunny valley">
+ </a>
+ </div>
+ </div>
+ </div>
+ </main>
</body>
</html>