-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patharchive.html
42 lines (35 loc) · 1.91 KB
/
archive.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
---
layout: home
title: Archive
description: "Michelle Hertzfeld is a UX designer, strategist, and team director with extensive experience making government digital services usable, effective, and efficient."
permalink: /writing/archive/
---
<h1>Archive</h1>
<h2>The 18F blog</h2>
<ul>
<li><a href="https://18f.gsa.gov/2015/10/15/best-practices-for-distributed-teams/">18F’s best practices for making distributed teams work</a></li>
<li><a href="https://18f.gsa.gov/2014/09/25/design-studio-onrr/">User-centered design at 18F: a design studio for natural resource revenues</a></li>
<li><a href="https://18f.gsa.gov/author/mhz/">See all my 18F blog posts</a></li>
</ul>
<h2>Process documentation</h2>
<ul>
<li><a href="https://github.com/18F/doi-extractives-data/wiki/Little-rules-for-designing-with-data">Little rules for designing with data, presented at <href="https://csvconf.com/">csvconf 2017</a></li>
<li><a href="https://lean-product-design.18f.gov/">18F Lean Product Design Guide (with Nick Brethauer and Colin MacArthur)</a></li>
<li><a href="https://github.com/18F/doi-extractives-data/wiki/Sample-retro-doc">The standard retro method and doc used across 18F</a></li>
<li><a href="https://github.com/18F/doi-extractives-data/wiki">Using a GitHub wiki to put user research and project documentation together with code</a></li>
</ul>
<h2>*Documentation* documentation</h2>
<ul>
<li><a href="https://docs.ipfs.io/introduction/how-ipfs-works/">How IPFS Works</a></li>
</ul>
<h2>Things I've Written On This Site</h2>
<!-- display posts with exerpts -->
<ul>
{% for post in site.categories.writing %}
<li>
<p><a href="{{ post.url }}" itemprop="headline">{{ post.title }}</a></p>
<time datetime="{{ post.date }}" itemprop="datePublished">{{ post.date | date_to_long_string }}</time>
<p itemprop="articleBody">{{ post.content | split: '<!--more-->' | first }}</p>
</li>
{% endfor %}
</ul>