diff options
author | schizoid <schizoidparty@aol.com> | 2024-11-26 16:00:38 -0500 |
---|---|---|
committer | schizoid <schizoidparty@aol.com> | 2024-11-26 16:00:38 -0500 |
commit | 23de339c3af6199fa448176c00982d0771875d6f (patch) | |
tree | dc4b12a49f9f9d0bf2329ea4273d71a4cba5604b /content/articles | |
parent | 927ad103a1edfc4db49c3d3c86056bb41433ed11 (diff) |
Moved the photography page to root
Diffstat (limited to 'content/articles')
-rw-r--r-- | content/articles/photography.md | 79 |
1 files changed, 0 insertions, 79 deletions
diff --git a/content/articles/photography.md b/content/articles/photography.md deleted file mode 100644 index 43ada91..0000000 --- a/content/articles/photography.md +++ /dev/null @@ -1,79 +0,0 @@ ---- -title: 'Photography' -date: 2024-09-03T16:20:14-04:00 -draft: false -tags: ['Personal', 'IRL', 'Outdoors'] ---- - -I decided to dust off my old **Kodak easyshare z1012 IS** and these are the top -three pictures from today, I hope you enjoy them. I did not modify these images -in any way, and they look exactly how the camera captured them. - -You can click on the picture to get the full resolution image. - -## 09/03/24 - -<div class="image-container"> - <a href="https://ftp.schizoid.party/Pictures/Camera/flower.JPG"><img height=360px src="https://ftp.schizoid.party/Pictures/Camera/flower.JPG"></a> - <a href="https://ftp.schizoid.party/Pictures/Camera/tree.JPG"><img height=360px src="https://ftp.schizoid.party/Pictures/Camera/tree.JPG"></a> - <a href="https://ftp.schizoid.party/Pictures/Camera/forest.JPG"><img height=360px src="https://ftp.schizoid.party/Pictures/Camera/forest.JPG"></a> -</div> - -## 09/09/24 - -These pictures are also taken with my **Kodak easyshare z1012 IS**. I made -slight modifications to them using [GIMP](https://www.gimp.org/). - -<div class="image-container"> - <a href="https://ftp.schizoid.party/Pictures/Camera/blackwhite_tree.webp"><img height=360px src="https://ftp.schizoid.party/Pictures/Camera/blackwhite_tree.webp"></a> - <a href="https://ftp.schizoid.party/Pictures/Camera/phone.webp"><img height=360px src="https://ftp.schizoid.party/Pictures/Camera/phone.webp"></a> - <a href="https://ftp.schizoid.party/Pictures/Camera/river.webp"><img height=360px src="https://ftp.schizoid.party/Pictures/Camera/river.webp"></a> -</div> - -## Licensing - -<!-- creativecommons --> -<p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"> - <a property="dct:title" rel="cc:attributionURL" href="https://ftp.schizoid.party/Pictures/Camera/tree.JPG">tree.JPG</a>, - <a property="dct:title" rel="cc:attributionURL" href="https://ftp.schizoid.party/Pictures/Camera/flower.JPG">flower.JPG</a>, - and - <a property="dct:title" rel="cc:attributionURL" href="https://ftp.schizoid.party/Pictures/Camera/forest.JPG">forest.JPG</a> - by <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://schizoid.party/">Schizoid Party</a> - are licensed under - <a href="https://creativecommons.org/licenses/by-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-SA 4.0 - <img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" alt=""> - <img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" alt=""> - <img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg?ref=chooser-v1" alt=""> - </a> -</p> - -<!-- creativecommons --> -<p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/"> - <a property="dct:title" rel="cc:attributionURL" href="https://ftp.schizoid.party/Pictures/Camera/blackwhite_tree.webp">blackwhite_tree.webp</a>, - <a property="dct:title" rel="cc:attributionURL" href="https://ftp.schizoid.party/Pictures/Camera/phone.webp">phone.webp</a>, - and - <a property="dct:title" rel="cc:attributionURL" href="https://ftp.schizoid.party/Pictures/Camera/river.webp">river.webp</a> - by <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="https://schizoid.party/">Schizoid Party</a> - are licensed under - <a href="https://creativecommons.org/licenses/by-sa/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY-SA 4.0 - <img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" alt=""> - <img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" alt=""> - <img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/sa.svg?ref=chooser-v1" alt=""> - </a> -</p> - - - -<style> -.image-container { - display: flex; - justify-content: center; - align-items: center; - gap: 10px; /* Optional: Adds space between the images */ -} - -.image-container img { - max-width: 360px; /* Optional: Set the size of the images */ - height: auto; -} -</style> |