-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
56 lines (51 loc) · 2.15 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
---
layout: main
---
<div class="row">
<div class="col-md-6">
<h1>Salutations!</h1>
<p>My name is Chris Barna. I am a web developer living in Washington,
DC. I am interested in how technology is changing the way that
institutions interact with people. In particular, how government and
media are changing how they serve citizens and consumers.</p>
</div>
<div class="col-md-6">
<h2 class="line-h1">Currently…</h2>
<p><em>November 2012 – Present</em></p>
<p>I am currently working for <a href="http://www.theatlantic.com"><strong>The
Atlantic Magazine</strong></a> as a web developer supporting the websites of
<a href="http://www.theatlantic.com">The Atlantic</a>, <a
href="http://www.theatlanticwire.com/">The Atlantic Wire</a>, and
<a href="http://www.theatlanticcities.com">The Atlantic
Cities</a>. The projects span across languages from PHP to
Python with an assortment of frontend coding thrown in.</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h2>Previously…</h2>
</div>
</div>
<div class="row">
<div class="col-md-4">
<h3>Huffington Post</h3>
<p><em>April 2012 – August 2012</em></p>
<p>Worked on feature implementation in The Huffington Post's custom
installation of the Movable Type platform including story maps and
interactive brackets.</p>
</div>
<div class="col-md-4">
<h3>Code for America</h3>
<p><em>June 2011 – August 2011</em></p>
<p>Helped write the Open311 Dashboard, a site that aggregated
non-essential city support requests that allowed citizens and leaders
evaluate the efficiency of their local governments.</p>
</div>
<div class="col-md-4">
<h3>FCC</h3>
<p><em>September 2010 – December 2010</em></p>
<p>Assisted with assorted tasks to related to the redesign of FCC.gov.
Responsibilities included working on a tool that allowed teams to
audit existing static pages before import.</p>
</div>
</div>