This repository has been archived by the owner on Feb 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
123 lines (76 loc) · 3.7 KB
/
contact.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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<link href='https://fonts.googleapis.com/css?family=Roboto+Mono:400,300,700,500,100,700italic,500italic,400italic,300italic,100italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="//f.fontdeck.com/s/css/I+7V/2ZBKU5S9V0kveK9CHDgBZw/DOMAIN_NAME/34543.css" type="text/css" />
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, target-densitydpi=high-dpi" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Ted Patterson / Blog </title>
<script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.1.1/js/bootstrap.min.js"></script>
<script type="text/javascript" src="jquery/jquery.js"></script>
<script type="text/javascript" src="jquery/scrolltotop.js"></script>
<script type="text/javascript" src="jquery/index.js"></script>
<!-- CSS media query support for older IE - goes after CSS -->
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/respond.js/1.1.0/respond.min.js"></script>
<![endif]-->
<!-- another option: //css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js -->
<!--my stylesheets -->
<link rel='stylesheet' media='all' href="style.css" />
<link rel='stylesheet' media='all and (max-width: 750px)' href='mobile.css' />
</head>
<body>
<div class="content" >
<h1 class="mobile"><a class="name-link" href="http://www.tedpatterson.io">Ted Patterson</a></h1>
<header id="header-content">
<h1>
<a class="name-link" href="http://www.tedpatterson.io">Ted Patterson</a>
</h1>
<nav>
<ul>
<li class="leftmost"><a class="work" href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a class="active" href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<!-- Body -->
<div id="title">
<h2>Liking what you see?<br/>
Needing something developed or designed?<br/>
Wanting to talk code & music over a pint?<br/>
Go ahead. Shoot me an <a href="mailto:tedjpatterson@gmail.com">email</a>.<br/></h2>
</div>
<div class="clear"></div>
<div class="hack"></div>
</div> <!-- content div end -->
</div>
<script type="text/javascript" src="jquery/jquery.hoverdir.js"></script>
<script type="text/javascript">
$(function() {
$(' #da-thumbs > li ').each( function() { $(this).hoverdir(); } );
});
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-12867043-3']);
_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>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-12867043-4', 'tedpatterson.design');
ga('send', 'pageview');
</script>
</body>