summaryrefslogtreecommitdiff
path: root/content/articles/photography.md
blob: 0b28d11b7366a5d9a17fad4d6b9242f18586663c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
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>