Add some style to this resume; fill in some AuthExp stuff

This commit is contained in:
Eryn Wells 2021-10-05 20:26:33 -07:00
parent 9174ce81e5
commit 43cfec4572
4 changed files with 58 additions and 22 deletions

View file

@ -0,0 +1,4 @@
<header class="flex-date">
<h3>{{ .Get "company" }}: {{ .Get "team" }}</h3>
<time class="date">{{ .Get "from" }} to {{ with .Get "to" }}{{ . }}{{ else }}present{{ end }}</time>
</header>