-
Notifications
You must be signed in to change notification settings - Fork 0
/
photography.html
32 lines (27 loc) · 1.35 KB
/
photography.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
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Ben Perlin Photography</title>
<meta charset ="UTF-8" name="Ben Perlin" content="photography,darkroom,film,cameras,photographs">
</head>
<body>
<header>
<h1><a href="index.html">Ben Perlin</a>: Photography</h1>
</header>
<p>
To see more of these goto my photo blog at <a href="https://benperlinphotography.blogspot.com">Ben Perlin Photography Blog</a>.
I also have a camera blog <a href="https://benscameras.quora.com/">Ben's Cameras</a> where I write about various film cameras.
</p>
<!-- though long-term it may be hosted here, perhaps with resources elsewhere -->
<figure>
<source media="(min-width: 650px)" srcset="resources/photography/ben-perlin-motorcycle.jpg">
<img src="resources/photography/ben-perlin-motorcycle.jpg" alt="The Metal Horse" style="width:auto">
<figcaption>The Metal Horse</figcaption>
</figure>
<figure>
<source media="(min-width: 300px)" srcset="http://4.bp.blogspot.com/-z5FZ9TtfKWU/US7zcY5N7AI/AAAAAAAAACE/GoGMsP3CPFI/s1600/Ben+Color+Holga001+Low+res+Web+version.jpg">
<img src="http://4.bp.blogspot.com/-z5FZ9TtfKWU/US7zcY5N7AI/AAAAAAAAACE/GoGMsP3CPFI/s1600/Ben+Color+Holga001+Low+res+Web+version.jpg" alt="Rafer Drumming" style="width:auto">
<figcaption>Rafer Drumming</figcaption>
</figure>
</body>
</html>