-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (62 loc) · 3.02 KB
/
index.html
File metadata and controls
63 lines (62 loc) · 3.02 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
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
<!DOCTYPE html>
<html>
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-NNH87G');</script>
<!-- End Google Tag Manager -->
<title>Bradley Wagner - Engineer, Searcher, Business Enthuisiast</title>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800|Roboto:100,300,400,500,700' rel='stylesheet' type='text/css'>
<link href="normalize.min.css" rel='stylesheet' type='text/css' />
<link href="styles.min.css" rel='stylesheet' type='text/css' />
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NNH87G"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<header>
<h1>Bradley Wagner</h1>
</header>
<section>
<p>
You can find me weekdays at <a href="http://www.hannonhill.com">Hannon Hill</a> located at the <a href="http://atlantatechvillage.com">Atlanta Tech Village</a>. I lead an amazing team of engineers and designers and product people there.
</p>
<p>
When I'm not there, I'm usually outside on a bike or on a hike with good people.
</p>
<p>I'm trying to <a href="https://www.goodreads.com/user/show/570341-bradley">read a lot</a>, <a href="https://m.bradleywagner.org">write a bit more</a> and take more <a href="https://www.instagram.com/bradley_wagner">pictures</a>.
</section>
<section class="projects">
<h2>Projects include</h2>
<article>
<h3><a href="http://www.hannonhill.com/products/index.html">Cascade CMS</a></h3>
</article>
<article>
<h3><a href="http://www.spectate.com">Spectate</a></h3>
</article>
<article>
<h3><a href="http://oldblog.bradleywagner.org">An old blog</a></h3>
</article>
</section>
<section class="social">
<h2>Find me on</h2>
<ul>
<li><a href="https://m.bradleywagner.org">Medium</a></li>
<li><a href="https://www.instagram.com/bradley_wagner">Instagram</a></li>
<li><a href="https://www.goodreads.com/user/show/570341-bradley">Goodreads</a></li>
<li><a href="https://twitter.com/bradleywagner">Twitter</a></li>
<li><a href="https://github.com/bradical">Github</a></li>
<li><a href="https://www.linkedin.com/in/booradley">LinkedIn </a></li>
<li><a href="https://www.goodreads.com/user/show/570341-bradley">Goodreads</a></li>
</ul>
<p>or shoot me an email at: me [at] bradleywagner.org</p>
</section>
</body>
</html>