-
Notifications
You must be signed in to change notification settings - Fork 0
/
cameras.html
84 lines (84 loc) · 3.74 KB
/
cameras.html
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
80
81
82
83
84
<html lang="en">
<head>
<link rel="shortcut icon" type="image/x-icon" href="\docs\assets\icon.webp">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>f. diaz – cameras</title>
<link rel="shortcut icon" type="image/x-icon" href="\docs\assets\icon.webp">
<link rel="stylesheet" href="camerastyle.css">
</head>
<body>
<div class="page layout-default">
<div class="header" role="banner">
<div class="sitename">
<h2><img class="sitename-logo" src="\docs\assets\icon.webp" loading="lazy"><a href="https://dfab512.github.io/">fabian.exposed</a></h2>
</div>
<div class="sitename-banner"></div>
<div class="navigation" role="navigation">
<ul>
</ul>
</div>
<div class="navigation-banner"></div>
</div>
<div class="content">
<button style="float:right;" onclick="window.location.href='//dfab512.github.io/';">
back
</button>
<div class="main" role="main">
<ul class="toc">
</ul>
<h1>cameras</h1>
<h5>my gear</h5>
<hr>
</div>
<div class="row">
<style>.column {
float: left;
width: 31.33%;
padding: 5px;
}
/* Clear floats after image containers */
.row::after {
content: "";
clear: both;
display: table;
}
</style>
<div class="column-container">
<div class="column">
<img src="docs\assets\handycam.webp" style="width:100%">
<p>(handycam dcr-sr40) / handycams are so back and so cool and so vintage and
so y2k and so awesome and yeah. in seriousness, it's actually pretty good
and the advertised zoom isnt gimmicky, it's very sharp for its age. i'll
be posting the videos soon, they can be accessed on the dropdown menu on the
front page.
</p>
</div>
<div class="column">
<img src="docs\assets\sd630.webp" style="width:100%">
<p>
(canon sd630) / this camera hardly leaves my pockets. its limitations
have pushed me to rely on fewer safety nets like zoom or the idea that i can just crop anything in post.
it's a great little camera, especially for its age (it's a month older than me) and i think carrying it around has helped me
improve as a photographer.
</p>
</div>
<div class="column">
<img src="docs\assets\omd.webp" style="width:100%">
<p>
(olympus om-d em10-ii) / in the later half of 2023, i bought this camera, along with a minolta md adapter.
so far i've only been using this camera with adapted manual focus lenses but i'm really happy with how the
pictures come out. right now, i'm planning to buy a wider auto focus lens. i hope to experiment
with the 35mm focal length soon on this camera.
</p>
</div>
</div>
</div>
</div>
<div class="footer" role="contentinfo">
<div class="siteinfo-banner"></div>
</div>
</div>
</script>
</body>
</html>