diff options
Diffstat (limited to 'photography/2024/main.html')
-rw-r--r-- | photography/2024/main.html | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/photography/2024/main.html b/photography/2024/main.html new file mode 100644 index 0000000..944fc7e --- /dev/null +++ b/photography/2024/main.html @@ -0,0 +1,68 @@ +<!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>2024</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>May</i> + <div class=image> + <a href=/photography/2024/may> + <img src=/resources/photography/2024/thumb_may.jpg alt="A landscape shot of a green hillside with a few houses"> + </a> + </div> + </div> + <!-- Reserved for future use + <div class=title> + <i>May</i> + <div class=image> + <a href=/photography/2023/may> + <img src=/resources/photography/2023/thumb_may.jpg alt="A photograph of an orange sunset"> + </a> + </div> + </div> + <div class=title> + <i>August</i> + <div class=image> + <a href=/photography/2023/august> + <img src=/resources/photography/2023/thumb_august.jpg alt="A landscape photograph of a green grass field"> + </a> + </div> + </div>--> + </div> + </main> + </body> +</html> |