blob: 571430187e7594326c9f03f48f889b3e0086c5dc (
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
|
---
title: 'Photography'
date: 2024-09-03T16:20:14-04:00
draft: false
tags: ['Personal', 'IRL', 'Outdoors', 'Media']
---
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>
|