-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (42 loc) · 2.57 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
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html>
<head>
<meta name="google-site-verification" content="UwAUKGdfExpI4q6heZmrB3LHEkV1jnNdnabCZAH-hCg" />
<meta name="keywords" content="adam, bickford, front, end, web, website, internet, code, developer, designer, portland, oregon, or, html, html5, css3, css, javascript, js, jquery, git, github, chrome, ie, firefox, opera, safari , bugs, cross-browser, cross, browser">
<meta name="description" content="I am a freelance front-end developer from Portland, Or.">
<title>Adam Bickford | Front-end Developer</title>
<link rel="stylesheet" type="text/css" href="css/reset.css" />
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.4.2/base-min.css">
<link rel="stylesheet" href="http://yui.yahooapis.com/pure/0.4.2/pure-min.css">
<link rel="stylesheet" type="text/css" href="css/style.css" />
<script type="text/javascript">
<!--//google analytics code snippet
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-28920876-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>
<header class="pure-menu pure-menu-open pure-menu-horizontal top-bar">
<a href="#" class="pure-menu-heading">Adam Bickford +</a>
<ul class="links">
<li><a href="https://github.com/dadambickford" title="Contact me on Github!" class="github" target="_blank">Github</a></li>
<li><a href="https://twitter.com/#!/adam_bickford" title="Contact me on Twitter!" class="twitter" target="_blank">Twitter</a></li>
<li><a href="mailto:[email protected]" title="Contact me via E-mail!" class ="email">Email</a></li>
</ul>
<br class="clearfix" />
</header>
<main>
<h1 class="first-name"><Adam></h1>
<p class="about-me">I am a front-end developer currently living in the Portland metro area. Co-founder of <a href="http://getpiggybank.com">Piggybank</a> with my partner <a href="https://twitter.com/oscargodson">@oscargodson</a>. Hopelessly obsessed with Horror films, and lost in the grasp of my wife Miranda, and daughter Evelyn. I also spend free-time contributing to open source projects like <a href="http://epiceditor.com/">EpicEditor</a>.</p>
<h1 class="last-name"></Bickford></h1>
</main>
</body>
</html>
<!-- Only the dead have nothing left to learn. - Anonymous -->