-
Notifications
You must be signed in to change notification settings - Fork 0
/
about-brian-wheeler.html
188 lines (137 loc) · 6.72 KB
/
about-brian-wheeler.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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Me — Brian Wheeler</title>
<link href="https://fonts.googleapis.com/css?family=Droid+Sans:400,700" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="/assets/main.css">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="/images/headshot.jpeg"/>
<link href="/feed.xml" rel="alternate" type="application/rss+xml" title="Brian Wheeler" />
<meta name="title" content="About Me ">
<link rel="canonical" href="http://brianw.io/about-brian-wheeler.html">
<meta property="og:title" content="About Me "/>
<meta property="og:url" content="http://brianw.io/about-brian-wheeler.html"/>
<meta property="og:site_name" content="Brian Wheeler">
</head>
<body>
<section class="site-nav">
<header>
<nav id="navigation">
<a class="brand" href="/">
<img src="/images/headshot.jpeg" alt="Inc">
</a>
<a href="/" class="home">Home</a>
<a href="/about-brian-wheeler">About</a>
</nav>
<nav class="tagline">
<span>Thoughts and stuff</span>
</nav>
</header>
</section>
<article>
<div class="container">
<header>
<div class="meta">
By <address><a rel="author" href="/about-brian-wheeler" title="" target="_blank">Brian Wheeler</a></address> —
<time pubdate datetime="2013-26-December" title="December 26, 2013">December 26, 2013</time>
</div>
<h1 class="title">About Me</h1>
</header>
<section>
<p><img src="/images/headshot.jpeg" width="100px" style="float:left;margin:10px;" /></p>
<h3>Bio</h3>
<p>My name is Brian Wheeler. I'm a Ruby on Rails developer in Santa Barbara, CA. I like building intuitive software that works.
I work for <a href="http://achievemint.com">The Activity Exchange Inc.</a>, managing the API. I'm also the developer of <a href="http://ChannelPop.com">ChannelPop</a>, <a href="http://hashtagmapper.com">HashtagMapper</a>,
and my StartupWeekend project, <a href="http://LetsAgree.co">Agree</a>.
I began coding when I was 16, and I don't think I've taken a day off since. I started working for <a href="http://nightout.com">Night Out</a>,
which is an great company that I hope you take a look at.</p>
<h3>Get in touch</h3>
<p>If your looking to contact me, feel free to shoot me an email, hit me up on SO, or fork me on GitHub</p>
<ul>
<li>bwheeler96 [at] gmail.com.</li>
<li><a href="http://stackoverflow.com/users/1387670/bwheeler96">http://stackoverflow.com/users/1387670/bwheeler96</a></li>
<li><a href="https://github.com/bwheeler96">https://github.com/bwheeler96</a></li>
</ul>
<div class="social">
<div>
<a href="https://twitter.com/share" class="twitter-share-button" data-text="About Me" data-related="bwheeler96">Tweet</a>
</div>
<div>
<div class="fb-like" data-width="150" data-layout="button_count" data-action="like" data-show-faces="true" data-send="false"></div>
</div>
<div>
<div class="g-plusone" data-size="medium"></div>
</div>
</div>
</section>
<footer>
<address>
<img src="/images/profile_pic.jpg">
<p>Written by <strong><a rel="author" href="/about-brian-wheeler" title="Brian Wheeler" target="_blank">Brian Wheeler</a></strong><br>
<span class="muted">Programmer, Entrepreneur, Startup Enthusiast</span>
</p>
</address>
</footer>
<section>
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'brianwio'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
</section>
</div>
</article>
<footer class="site-footer">
<div class="container">
© 2015
<nav>
<!-- <a href="http://brianw.io/">Brian Wheeler</a> · -->
<a href="/about-brian-wheeler">Brian Wheeler</a>
<a href="/">Blog</a> ·
<a href="/about-brian-wheeler">About</a>
</nav>
<nav class="social">
<a href="https://twitter.com/bwheeler96" title="Follow on Twitter" target="_blank"><i class="icon icon-twitter black"></i></a>
<a href="/feed.xml" title="RSS Feed">
<i class="icon icon-rss black"></i>
</a>
</nav>
<p>Incorporated theme by <a href="https://sendtoinc.com">Inc</a></p>
</div>
</footer>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="/assets/main.js"></script>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=253595308025739";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, 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-44391139-6', 'brianw.io');
ga('send', 'pageview');
</script>
</body>
</html>