summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSkiz <skiznet@aol.com>2024-09-03 17:03:23 -0400
committerSkiz <skiznet@aol.com>2024-09-03 17:03:23 -0400
commitc04c08053e9c92bb545005e0f1c7174b9b80d1c1 (patch)
treeba9e4e629f638591e062b32ffdb42e59b43fb226
parent996949e105333cfe1b58cbffd1ac18159c5ae936 (diff)
Base / working photography site
-rw-r--r--content/articles/photography.md49
1 files changed, 49 insertions, 0 deletions
diff --git a/content/articles/photography.md b/content/articles/photography.md
new file mode 100644
index 0000000..0b28d11
--- /dev/null
+++ b/content/articles/photography.md
@@ -0,0 +1,49 @@
+---
+title: 'Photography'
+date: 2024-09-03T16:20:14-04:00
+draft: false
+tags: ['Personal', 'IRL', 'Outdoors']
+---
+
+I decided to try out my old **Kodak easyshare z1012 IS**.
+These pictures have not been altered in any way; they appear exactly as the camera captured them. I plan to take more soon, Right now I only have three that I'm comfortable sharing.
+
+You can also click on the image to view the full resolution.
+
+<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>
+ <br>
+ <a href="https://ftp.schizoid.party/Pictures/Camera/tree.JPG"><img height=360px src="https://ftp.schizoid.party/Pictures/Camera/tree.JPG"></a>
+ <br>
+ <a href="https://ftp.schizoid.party/Pictures/Camera/forest.JPG"><img height=360px src="https://ftp.schizoid.party/Pictures/Camera/forest.JPG"></a>
+</div>
+
+<!-- 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>
+
+
+<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>