-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·56 lines (54 loc) · 2.72 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
47
48
49
50
51
52
53
54
55
56
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="I'm a Product Manager at @heyflywheel. Big on #design, #privacy & #travel. Jeep Owner." />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>Bob Orchard | Product Manager</title>
<link rel="shortcut icon" href="images/ico/favicon.ico">
<link rel="apple-touch-icon" href="images/ico/apple-touch-icon.png"/>
<link rel="stylesheet" type="text/css" href="css/fonts/hk-grotesk/style.css">
<link rel="stylesheet" type="text/css" href="css/fonts/fontello/css/fontello.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
<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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-32999775-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="content-wrap">
<div class="content">
<h1>
Hi there!
</h2>
<h2>
I'm a Product Manager at <a class="link-1" href="https://gatsbyjs.com" target="_blank">Gatsby</a>.
</h2>
<p>
You can catch me in the hall chatting about #product, #saas, #design, #privacy & #travel. Committed Jeep Wrangler owner.
</p>
<p>
In my free time I co-founded <a class="link-1" href="https://campgroundbooking.com" target="_blank">CampgroundBooking</a>
</p>
<p>
Formerly at at <a class="link-1" href="https://getflywheel.com" target="_blank">Flywheel</a>, <a class="link-1" href="https://chargify.com" target="_blank">Chargify</a>, <a class="link-1" href="http://tinypint.com" target="_blank">Tinypint</a>, and <a class="link-1" href="https://funeralone.com" target="_blank">FuneralOne</a>
</p>
<p>
For collaboration or questions: <br>
<a class="link-2" href="mailto:[email protected]?subject=Let's work together">[email protected]</a>
</p>
<p>
<a class="social-link twitter" href="https://twitter.com/boborchard" target="_blank"></a>
<a class="social-link dribbble" href="http://dribbble.com/boborchard" target="_blank"></a>
<a class="social-link github" href="http://github.com/boborchard" target="_blank"></a>
<a class="social-link linkedin" href="https://www.linkedin.com/in/boborchard" target="_blank"></a>
</p>
</div>
</div>
<script src="js/main.js"></script>
</body>
</html>