summaryrefslogtreecommitdiff
path: root/photography/2022/october
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/2022/october
parentba36fa26f9ff9e3879ef1a31b2462d2df1f39a62 (diff)
Added photography section, some small fixes here and there
Diffstat (limited to 'photography/2022/october')
-rw-r--r--photography/2022/october/main.html52
1 files changed, 52 insertions, 0 deletions
diff --git a/photography/2022/october/main.html b/photography/2022/october/main.html
new file mode 100644
index 0000000..2076570
--- /dev/null
+++ b/photography/2022/october/main.html
@@ -0,0 +1,52 @@
+<!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>October of 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=text>
+ <i>Note: The images shown in the grid below are downsized previews. This makes the page load faster. To view the uncompressed original images, click on the preview image.</i>
+ </div>
+ <br>
+ <div class=grid>
+ <div class=image>
+ <a href=/resources/photography/2022/october/image1.png>
+ <img src=/resources/photography/2022/october/thumb1.jpg>
+ </a>
+ </div>
+ </div>
+ </main>
+ </body>
+</html>