-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (55 loc) · 2.18 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>
<head>
<link href="styles/main.css" rel="stylesheet">
<link rel="icon" type="image/ico" href="images/favicon.ico">
<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-74433421-1', 'auto');
ga('send', 'pageview');
</script>
<link href="https://fonts.googleapis.com/css?family=Work+Sans" rel="stylesheet">
</head>
<title>Emily Bowe</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8">
<meta property="og:title" content="Emily Bowe">
<meta property="og:url" content="http://emilybowe.com">
<meta property="og:description" content="">
<body>
<nav class="site-nav">
<ul class="nav-left">
<li>
<a href="/index.html">Home</a>
</li>
<li>
Posts
</li>
</ul>
<ul class="nav-right">
<li>
<a href="https://www.github.com/emilyrbowe">Github</a>
</li>
<li>
<a href="https://www.twitter.com/emilyrbowe">@emilyrbowe</a>
</li>
</ul>
<ul></ul>
</nav>
<article>
<p><strong>Hi, I'm Emily.</strong></p>
<p>
I like to say I'm an urban nerd in love with stories who is currently developing a coding habit.
</p>
<p>
By day, I work for <a href="https://www.overlandpartners.com">Overland Partners</a>, an architecture and urban design firm in downtown San Antonio. In free time, I like to tinker with code, maps, and data when I'm not helping Texas Public Radio produce the live storytelling event <a href="http://tpr.org/programs/worth-repeating">Worth Repeating</a>. I found my way to San Antonio as a 2014 <a href="https://www.ventureforamerica.org">Venture for America</a> Fellow after graduating from UNC as a proud Tar Heel.
</p>
<p>
If you're interested in saying hi, feel free to reach out on <a href="mailto:emilyrbowe@gmail.com">email</a>, <a href="https://www.twitter.com/emilyrbowe">Twitter</a>, or <a href="https://www.github.com/emilyrbowe">Github</a>, whatever suits.
</p>
</article>
</body>
</html>