-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (34 loc) · 1.7 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="static/css/style.css"/>
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<title>Joshua Wertheim</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">
<img id="identicon" src="static/img/identicon.png">
<ul id="link-list">
<li><a href="background.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="interests.html">Interests</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="blog.html">Posts</a></li>
</ul>
<p>Hey, welcome to my website. I'm Josh.</p>
<p>I graduated from San Jose State University in December, 2016, and now I'm a year into a continuously unfolding adventure. Over the past year, I've been able to work hard, travel well, and drive spiritedly.</p>
</div>
</body>
</html>