-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (16 loc) · 954 Bytes
/
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
---
layout: default
---
<div class="home">
<img src="/images/profile-pic.jpeg" alt="Profile picture"><br><br>
<h1 class="page-heading">About</h1>
<p>Hello! I currently work as an independent consultant, consulting for <a href="https://www.navapbc.com/">Nava</a>.</p>
<p>Most recently I worked at Code for America, where I was leading efforts to support public servants with resources and training on the organization’s principles and practices for how government can and should serve the public in the digital age.</p>
<p>For recent thoughts of mine, please see my new blog, <a href="https://civicinsighter.com/">Civic Insighter</a>.</p>
<!-- <p><a href="/about/">Learn more.</a></p> -->
<!-- <h1 class="page-heading">Work</h1>
Check out a <a href="/work/">selected list of projects</a> of mine. -->
<h1 class="page-heading">Blog</h1>
{% include post-list.html limit=true %}
<a href="/blog/">See all posts »</a>
</div>