Skip to content

Commit 2555638

Browse files
committed
Add news post (Welcome Aaron Hans)
+ post layout updates
1 parent 3b74c9e commit 2555638

File tree

4 files changed

+39
-27
lines changed

4 files changed

+39
-27
lines changed

_includes/jumbotron.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ <h1 id="jumbotron-title" class="display-5 mb-3">{{ page.hero-title }}</h1>
6767
<div class="pt-5 pb-4 mb-5 border-bottom">
6868
<div class="container">
6969
<div class="row">
70-
<div class="col-12 col-sm-12 col-md-1 col-lg-1 col-xl-1"></div>
71-
<div class="col-12 col-sm-12 col-md-10 col-lg-10 col-xl-10">
70+
<div class="col-12 col-sm-12 col-md-8 col-lg-8 col-xl-8">
7271
{% if page.title %}
7372
<h1 class="display-5">{{ page.title }}</h1>
7473
{% endif %}
@@ -77,7 +76,7 @@ <h1 class="display-5">{{ page.title }}</h1>
7776
{% endif %}
7877
</div>
7978
</div>
80-
<div class="col-12 col-sm-12 col-md-1 col-lg-1 col-xl-1"></div>
79+
<div class="col-12 col-sm-12 col-md-4 col-lg-4 col-xl-4"></div>
8180
</div>
8281
</div>
8382
{% elsif page.layout == "docs" %}

_layouts/post.html

+8-5
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,22 @@
88
{% include jumbotron.html %}
99
<div class="container">
1010
<div class="row">
11-
<div class="col-12 col-sm-12 col-md-12 col-lg-2 col-xl-2"></div>
1211
<div class="col-12 col-sm-12 col-md-12 col-lg-8 col-xl-8">
13-
<p class="text-secondary mb-5">
14-
By {{ site.org }} / {% include date.html %}
12+
<p class="text-secondary mb-5 pb-3 border-bottom">
13+
By
14+
<a href="{{ site.org-url }}">{{ site.org }}</a>
15+
/ {% include date.html %}
1516
</p>
1617
<div class="post">
17-
{{ content }}
18+
{% include anchor_headings.html html=content anchorBody="<i class='fa-solid fa-link'></i>" %}
1819
</div>
1920
<div class="border-top mt-5">
2021
{% include topics.html %}
2122
</div>
2223
</div>
23-
<div class="col-12 col-sm-12 col-md-12 col-lg-2 col-xl-2"></div>
24+
<div class="col-12 col-sm-12 col-md-4 col-lg-4 col-xl-4">
25+
{% include toc.html html=content %}
26+
</div>
2427
</div>
2528
</div>
2629
<div class="container">
+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: "Welcome Aaron Hans"
3+
description: "New ScanGov maintainer."
4+
date: 2025-02-12
5+
img-og: -og.png
6+
keywords:
7+
topics:
8+
- ScanGov
9+
---
10+
11+
We're excited to announce that Aaron Hans has joined the [ScanGov team](https://docs.scangov.org/people) as a maintainer.
12+
13+
## About Aaron
14+
15+
Aaron has contributed to civic tech since 2018.
16+
17+
He led the safe drinking water group at Code for America’s Open Oakland brigade, where the team won the California Safe Drinking Water Data Challenge. The project explored the contaminants affecting the drinking water of one million Californians.
18+
19+
Aaron was part of California's [Alpha project](https://alpha.ca.gov), which introduced user-centered design to the state and shipped 20 prototypes during an experimental 90-day timeframe. He subsequently led the development of [California's COVID-19 response site](https://calendar.perfplanet.com/2022/faster-data-visualizations/).
20+
21+
In 2021, the governor appointed Aaron to California’s [Office of Data and Innovation](https://innovation.ca.gov/), where he helped [define the state's tech direction for the Design System](https://innovation.ca.gov/blog/posts/tech-choices-in-the-california-design-system/).
22+
23+
Aaron was a founding engineer at CoProcure (now Pavilion) and a principal front-end engineer at ZapLabs. He has held front-end and full-stack development roles since the 1990s.
24+
25+
## Connect with Aaron
26+
27+
- [LinkedIn](https://www.linkedin.com/in/aaronhans/)
28+
- [GitHub](https://github.com/aaronhans)
29+
- [Mastodon](https://indieweb.social/@nopattern)

_posts/_2025-02-12-welcome-aaron-hans.md

-19
This file was deleted.

0 commit comments

Comments
 (0)