-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbackground.html
More file actions
32 lines (24 loc) · 1.32 KB
/
Copy pathbackground.html
File metadata and controls
32 lines (24 loc) · 1.32 KB
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>
<head>
<link type="text/css" rel="stylesheet" href="static/css/style.css"/>
<title>Joshua Wertheim - My Background</title>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-48010725-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>
</head>
<body>
<div id="intro-body">
<a href="javascript:history.back()">Back</a>
<p>While coding, you can usually find me with a set of headphones or speakers playing newly discovered music or even some great classics.</p>
<p>In my time away from computers, I like to read books, watch some good tv (of which there sadly isn't much left), and take naps because resting is great. Also, I have lately begun to learn the art of homebrewing beer, so I'm in the midst of looking into San Francisco Bay Area microbreweries.</p>
</div>
</body>
</html>