From ac3b8900a7f828609610313825fc511365997cd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milan=20Mi=C5=A1i=C4=87?= Date: Mon, 29 Jan 2024 00:39:53 +0100 Subject: Added photography section, some small fixes here and there --- LICENSE.txt | 2 +- beauty.css | 6 +- beauty.scss | 6 +- legal/main.html | 84 ++++++ licenses/main.html | 82 ------ main.html | 2 +- page.scss | 4 +- photography/2021/june/main.html | 480 ++++++++++++++++++++++++++++++++++ photography/2021/main.html | 60 +++++ photography/2021/september/main.html | 370 ++++++++++++++++++++++++++ photography/2022/august/main.html | 175 +++++++++++++ photography/2022/february/main.html | 52 ++++ photography/2022/january/main.html | 71 +++++ photography/2022/july/main.html | 335 ++++++++++++++++++++++++ photography/2022/main.html | 91 +++++++ photography/2022/march/main.html | 100 +++++++ photography/2022/october/main.html | 52 ++++ photography/2023/august/main.html | 486 +++++++++++++++++++++++++++++++++++ photography/2023/main.html | 67 +++++ photography/2023/march/main.html | 310 ++++++++++++++++++++++ photography/2023/may/main.html | 125 +++++++++ photography/main.html | 37 +++ 22 files changed, 2905 insertions(+), 92 deletions(-) create mode 100644 legal/main.html delete mode 100644 licenses/main.html create mode 100644 photography/2021/june/main.html create mode 100644 photography/2021/main.html create mode 100644 photography/2021/september/main.html create mode 100644 photography/2022/august/main.html create mode 100644 photography/2022/february/main.html create mode 100644 photography/2022/january/main.html create mode 100644 photography/2022/july/main.html create mode 100644 photography/2022/main.html create mode 100644 photography/2022/march/main.html create mode 100644 photography/2022/october/main.html create mode 100644 photography/2023/august/main.html create mode 100644 photography/2023/main.html create mode 100644 photography/2023/march/main.html create mode 100644 photography/2023/may/main.html diff --git a/LICENSE.txt b/LICENSE.txt index 7eb22f5..99b918f 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright © 2023 Milan Mišić +Copyright © 2024 Milan Mišić Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/beauty.css b/beauty.css index 0b6acb6..c33ea54 100644 --- a/beauty.css +++ b/beauty.css @@ -48,7 +48,7 @@ .grid .image { border-radius: 5px; overflow: hidden; - height: 150px; + height: 180px; width: auto; } .grid img { @@ -129,13 +129,13 @@ body { margin: 2em auto; font: 19px "Prompt"; letter-spacing: -1px; - background-image: url("resources/bg.jpg"); + background-image: url("resources/page_background.jpg"); background-repeat: no-repeat; background-position: top center; background-size: cover; background-attachment: fixed; } -body a:link { +body a { color: silver; } body a:visited { diff --git a/beauty.scss b/beauty.scss index 9ee11ba..4b2abba 100755 --- a/beauty.scss +++ b/beauty.scss @@ -7,7 +7,7 @@ // The SCSS stylesheet for my good old website twoexem.com // The license is included in the file LICENSE.txt // If you did not receive a copy of the license with this file, you may download it under https://mit-license.org/ -// Copyright © 2023 Milan Mišić (eMail: fridolin.411@web.de) +// Copyright © 2024 Milan Mišić (eMail: fridolin.411@web.de) html { height: 100vh; @@ -22,14 +22,14 @@ body { margin: 2em auto; font: 19px 'Prompt'; letter-spacing: -1px; - background-image: url("resources/bg.jpg"); + background-image: url("resources/page_background.jpg"); background-repeat: no-repeat; background-position: top center; background-size: cover; background-attachment: fixed; // Link styling section - a:link { + a { color: silver; } a:visited { diff --git a/legal/main.html b/legal/main.html new file mode 100644 index 0000000..93b9e63 --- /dev/null +++ b/legal/main.html @@ -0,0 +1,84 @@ + + + + + + + + + + Twoexem + + + + +
+ + + +

Licenses and legal information

+
+
+
+
+ I exclusively use the font "Prompt" by Cadson Demak on this website. +
+ GitHub repository +
+ SIL Open Font License +
+
+
+ The media hosted on this website, notably images and videos, are licensed under the CC BY 4.0 license, unless stated otherwise. +
+ + CC BY 4.0 + +
+
+
+ The HTML and CSS files used on this website are licensed under the MIT license. +
+ Website source code +
+ MIT License +
+ Note: Only the pure HTML and CSS files are made public. Media is not included in the repository. +
+
+
+ This website uses material taken from the ”Breeze” icon set made by KDE. +
+ GNU LGPL 3.0 +
+ Breeze Icons + +
+
+
+ This website doesn't collect and process any kind of user data. It also does not utilize cookies and external third-party resources. +
+
+
+ Diese Website ist rein privat betrieben und besitzt keinerlei kommerziellen Hintergrund und verbreitet keine journalistischen Inhalte. Sie ist deswegen nicht Impressungspflichtig. Zudem erhebt und verarbeitet der Server dieser Website keinerlei personenbezogene Daten wie IP-Adressen oder ähnliches. Sie ist deswegen auch nicht Datenschutzerklärungspflichtig. +
+
+ +
+ + diff --git a/licenses/main.html b/licenses/main.html deleted file mode 100644 index bb265ac..0000000 --- a/licenses/main.html +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - - - - - Twoexem - - - - -
- - - -

Licenses and legal information

-
-
-
-
- I exclusively use the font "Prompt" by Cadson Demak on this website. -
- GitHub repository -
- SIL Open Font License -
-
-
- The media hosted on this website, notably images and videos, are licensed under the CC BY-SA 4.0 license, unless stated otherwise. -
- - CC BY SA 4.0 - -
-
-
- The HTML and CSS files used on this website are licensed under the MIT license. -
- Website source code -
- MIT License -
- Note: Only the pure HTML and CSS files are made public. Media is not included in the repository. -
-
-
- This website uses material taken from the ”Breeze” icon set made by KDE. -
- GNU LGPL 3.0 -
- Breeze Icons - -
-
-
- This website doesn't collect and process any kind of user data. It also does not utilize cookies and external third-party resources. -
-
-
- Diese Website ist rein privat betrieben und besitzt keinerlei kommerziellen Hintergrund und verbreitet keine journalistischen Inhalte. Sie ist deswegen nicht Impressungspflichtig. Zudem erhebt und verarbeitet der Server dieser Website keinerlei persönliche Daten wie IP-Adressen o.ä. Sie ist deswegen auch nicht Datenschutzerklärungspflichtig. -
-
- -
- - diff --git a/main.html b/main.html index 1292d33..78e0a1b 100755 --- a/main.html +++ b/main.html @@ -87,7 +87,7 @@
- Licenses & legal + Legal & Licenses

diff --git a/page.scss b/page.scss index 41fbb71..00d7dd5 100755 --- a/page.scss +++ b/page.scss @@ -1,7 +1,7 @@ // Page stylesheet for the individual pages // The license is included in the file LICENSE.txt // If you did not receive a copy of the license with this file, you may download it under https://mit-license.org/ -// Copyright © 2022 Milan Mišić (eMail: fridolin.411@web.de) +// Copyright © 2024 Milan Mišić (eMail: fridolin.411@web.de) .list { /*border: 3px solid transparent; @@ -69,7 +69,7 @@ // Gives the grid images a nice round edge border-radius: 5px; overflow: hidden; - height: 150px; + height: 180px; width: auto; } diff --git a/photography/2021/june/main.html b/photography/2021/june/main.html new file mode 100644 index 0000000..4a6e217 --- /dev/null +++ b/photography/2021/june/main.html @@ -0,0 +1,480 @@ + + + + + + + + + + Twoexem + + + + +
+ + + +

June of 2021

+
+
+
+ +
+ Shot with Nikon F-301, Olympus IS-2000 or Panasonic NV-GS400. +
+
+
+ All images here are licensed under the CC BY 4.0 license +
+
+
+ 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. +
+
+
+
+ + + +
+
+ + + +
+
+ + + +
+ + + +
+
+ + + +
+
+ + + +
+ +
+ + + +
+ +
+ + + +
+ +
+ + + +
+ +
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+
+ + diff --git a/photography/2021/main.html b/photography/2021/main.html new file mode 100644 index 0000000..b9fad0d --- /dev/null +++ b/photography/2021/main.html @@ -0,0 +1,60 @@ + + + + + + + + + + Twoexem + + + + +
+ + + +

2021

+
+
+
+ +
+ Shot with Nikon F-301, Olympus IS-2000 or Panasonic NV-GS400. +
+
+
+ All images here are licensed under the CC BY 4.0 license +
+
+
+
+ June +
+ + A photo showing a Philips fan from the front + +
+
+ +
+ September +
+ + A photo of a sunny grass field with forests in the distance + +
+
+
+
+ + diff --git a/photography/2021/september/main.html b/photography/2021/september/main.html new file mode 100644 index 0000000..f5864dd --- /dev/null +++ b/photography/2021/september/main.html @@ -0,0 +1,370 @@ + + + + + + + + + + Twoexem + + + + +
+ + + +

September of 2021

+
+
+
+ +
+ Shot with Nikon F-301, Olympus IS-2000 or Panasonic NV-GS400. +
+
+
+ All images here are licensed under the CC BY 4.0 license +
+
+
+ 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. +
+
+
+
+ + + +
+
+ + + +
+
+ + + +
+ + + +
+
+ + + +
+
+ + + +
+ +
+ + + +
+ +
+ + + +
+ +
+ + + +
+ +
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+
+ + diff --git a/photography/2022/august/main.html b/photography/2022/august/main.html new file mode 100644 index 0000000..688daad --- /dev/null +++ b/photography/2022/august/main.html @@ -0,0 +1,175 @@ + + + + + + + + + + Twoexem + + + + +
+ + + +

August of 2022

+
+
+
+ +
+ Shot with Nikon F-301, Olympus IS-2000 or Panasonic NV-GS400. +
+
+
+ All images here are licensed under the CC BY 4.0 license +
+
+
+ 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. +
+
+
+
+ + + +
+
+ + + +
+
+ + + +
+ + + +
+
+ + + +
+
+ + + +
+ +
+ + + +
+ +
+ + + +
+ +
+ + + +
+ +
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+
+ + diff --git a/photography/2022/february/main.html b/photography/2022/february/main.html new file mode 100644 index 0000000..9626d63 --- /dev/null +++ b/photography/2022/february/main.html @@ -0,0 +1,52 @@ + + + + + + + + + + Twoexem + + + + +
+ + + +

February of 2022

+
+
+
+ +
+ Shot with Nikon F-301, Olympus IS-2000 or Panasonic NV-GS400. +
+
+
+ All images here are licensed under the CC BY 4.0 license +
+
+
+ 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. +
+
+
+
+ + + +
+
+
+ + diff --git a/photography/2022/january/main.html b/photography/2022/january/main.html new file mode 100644 index 0000000..ace6fbb --- /dev/null +++ b/photography/2022/january/main.html @@ -0,0 +1,71 @@ + + + + + + + + + + Twoexem + + + + +
+ + + +

January of 2022

+
+
+
+ +
+ Shot with Nikon F-301, Olympus IS-2000 or Panasonic NV-GS400. +
+
+
+ All images here are licensed under the CC BY 4.0 license +
+
+
+ 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. +
+
+
+
+ + + +
+
+ + + +
+
+ + + +
+ + + +
+
+ + + +
+
+
+ + diff --git a/photography/2022/july/main.html b/photography/2022/july/main.html new file mode 100644 index 0000000..5ab8b99 --- /dev/null +++ b/photography/2022/july/main.html @@ -0,0 +1,335 @@ + + + + + + + + + + Twoexem + + + + +
+ + + +

July of 2022

+
+
+
+ +
+ Shot with Nikon F-301, Olympus IS-2000 or Panasonic NV-GS400. +
+
+
+ All images here are licensed under the CC BY 4.0 license +
+
+
+ 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. +
+
+
+
+ + + +
+
+ + + +
+
+ + + +
+ + + +
+
+ + + +
+
+ + + +
+ +
+ + + +
+ +
+ + + +
+ +
+ + + +
+ +
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+
+ + diff --git a/photography/2022/main.html b/photography/2022/main.html new file mode 100644 index 0000000..518ca6f --- /dev/null +++ b/photography/2022/main.html @@ -0,0 +1,91 @@ + + + + + + + + + + Twoexem + + + + +
+ + + +

2022

+
+
+
+ +
+ Shot with Nikon F-301, Olympus IS-2000 or Panasonic NV-GS400. +
+
+
+ All images here are licensed under the CC BY 4.0 license +
+
+
+
+ January +
+ + A photograph from a train station front + +
+
+
+ February +
+ + A blurry photo of city roofs + +
+
+
+ March +
+ + A photo of a tree in the sunset + +
+
+
+ July +
+ + A landscape photo showing a grass field in the sunset + +
+
+
+ August +
+ + A black & white photo of a bridge + +
+
+
+ October +
+ + A photo of a Roland D-10 synthesizer + +
+
+
+
+ + diff --git a/photography/2022/march/main.html b/photography/2022/march/main.html new file mode 100644 index 0000000..891bf52 --- /dev/null +++ b/photography/2022/march/main.html @@ -0,0 +1,100 @@ + + + + + + + + + + Twoexem + + + + +
+ + + +

March of 2022

+
+
+
+ +
+ Shot with Nikon F-301, Olympus IS-2000 or Panasonic NV-GS400. +
+
+
+ All images here are licensed under the CC BY 4.0 license +
+
+
+ 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. +
+
+
+
+ + + +
+
+ + + +
+
+ + + +
+ + + +
+
+ + + +
+
+ + + +
+ +
+ + + +
+ +
+ + + +
+ +
+ + + +
+ +
+ + + +
+
+
+ + 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 @@ + + + + + + + + + + Twoexem + + + + +
+ + + +

October of 2022

+
+
+
+ +
+ Shot with Nikon F-301, Olympus IS-2000 or Panasonic NV-GS400. +
+
+
+ All images here are licensed under the CC BY 4.0 license +
+
+
+ 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. +
+
+
+
+ + + +
+
+
+ + diff --git a/photography/2023/august/main.html b/photography/2023/august/main.html new file mode 100644 index 0000000..05f5c68 --- /dev/null +++ b/photography/2023/august/main.html @@ -0,0 +1,486 @@ + + + + + + + + + + Twoexem + + + + +
+ + + +

August of 2023

+
+
+
+ +
+ Shot with Nikon F-301, Olympus IS-2000 or Panasonic NV-GS400. +
+
+
+ All images here are licensed under the CC BY 4.0 license +
+
+
+ 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. +
+
+
+
+ + + +
+
+ + + +
+
+ + + +
+ + + +
+
+ + + +
+
+ + + +
+ +
+ + + +
+ +
+ + + +
+ +
+ + + +
+ +
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+ +
+
+ + diff --git a/photography/2023/main.html b/photography/2023/main.html new file mode 100644 index 0000000..3dad18d --- /dev/null +++ b/photography/2023/main.html @@ -0,0 +1,67 @@ + + + + + + + + + + Twoexem + + + + +
+ + + +

2023

+
+
+
+ +
+ Shot with Nikon F-301, Olympus IS-2000 or Panasonic NV-GS400. +
+
+
+ All images here are licensed under the CC BY 4.0 license +
+
+
+
+ March +
+ + A landscape shot of a green hillside with a few houses + +
+
+
+ May +
+ + A photograph of an orange sunset + +
+
+
+ August +
+ + A landscape photograph of a green grass field + +
+
+
+
+ + diff --git a/photography/2023/march/main.html b/photography/2023/march/main.html new file mode 100644 index 0000000..3d31f6d --- /dev/null +++ b/photography/2023/march/main.html @@ -0,0 +1,310 @@ + + + + + + + + + + Twoexem + + + + +
+ + + +

March of 2023

+
+
+
+ +
+ Shot with Nikon F-301, Olympus IS-2000 or Panasonic NV-GS400. +
+
+
+ All images here are licensed under the CC BY 4.0 license +
+
+
+ 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. +
+
+
+
+ + + +
+
+ + + +
+
+ + + +
+ + + +
+
+ + + +
+
+ + + +
+ +
+ + + +
+ +
+ + + +
+ +
+ + + +
+ +
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+
+ + diff --git a/photography/2023/may/main.html b/photography/2023/may/main.html new file mode 100644 index 0000000..106e370 --- /dev/null +++ b/photography/2023/may/main.html @@ -0,0 +1,125 @@ + + + + + + + + + + Twoexem + + + + +
+ + + +

May of 2023

+
+
+
+ +
+ Shot with Nikon F-301, Olympus IS-2000 or Panasonic NV-GS400. +
+
+
+ All images here are licensed under the CC BY 4.0 license +
+
+
+ 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. +
+
+
+
+ + + +
+
+ + + +
+
+ + + +
+ + + +
+
+ + + +
+
+ + + +
+ +
+ + + +
+ +
+ + + +
+ +
+ + + +
+ +
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+ + + +
+
+
+ + 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 @@
+ +
+ Shot with Nikon F-301, Olympus IS-2000 or Panasonic NV-GS400.
+
+
+ All images here are licensed under the CC BY 4.0 license +
+
+
+
+ 2021 +
+ + A photo showing a red 1940s Ford car by a lake + +
+
+ +
+ 2022 +
+ + A gorgeous landscape shot + +
+
+
+ 2023 +
+ + Another gorgeous landscape shot, showing a sunny valley + +
+
+
+
-- cgit v1.2.3