summaryrefslogtreecommitdiff
path: root/content/photography.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/photography.md')
-rw-r--r--content/photography.md79
1 files changed, 79 insertions, 0 deletions
diff --git a/content/photography.md b/content/photography.md
new file mode 100644
index 0000000..43ada91
--- /dev/null
+++ b/content/photography.md
@@ -0,0 +1,79 @@
+---
+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>