-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathphotography.html
42 lines (36 loc) · 1.17 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
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE HTML>
<html>
<head>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-46774844-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<title>Steven Ellis</title>
<link rel="stylesheet" type="text/css" href="self.css">
</head>
<link rel="icon"
type="image/png"
href="/favicon.png">
<link rel="icon"
type="image/png"
href="favicon.png">
<body>
<a href="index.html"><img id="logo" src="ideographic_description_character_overlaid.svg" type="image/svg+xml">
</img></a>
<div id="wrapdiv">
<div id="links"><h2>
<a href="index.html">Profile</a>
<a href="research.html">Research</a>
<a href="visualization.html">Visualization</a>
</h2></div>
<br>
<h2>I shoot black and white film on a <a href="http://en.wikipedia.org/wiki/Pentax_K1000">Pentax K1000</a>. Scans coming soon.</h2>
</div>
</body>
</html>