Update footer

This commit is contained in:
Ethan Yoo 2022-02-01 07:47:02 -05:00
parent 43aaf06eb2
commit b6adb54271
Signed by: ethan
GPG Key ID: 70596474C5D20F85
2 changed files with 8 additions and 3 deletions

View File

@ -78,12 +78,17 @@ date = ["date", ":filename", ":default"]
url = "mailto:hello@ethanyoo.com"
weight = 1
[[menu.footer]]
name = "Digital badges"
url = "https://www.credly.com/users/ethanyoo/badges"
weight = 2
[[menu.footer]]
name = "Privacy"
url = "/privacy/"
weight = 2
weight = 3
[[menu.footer]]
name = "Public key"
url = "/ethan.asc.txt"
weight = 3
weight = 4

View File

@ -15,7 +15,7 @@ Examples for writing 'backward compatible' h-card markup available at https://mi
<img class="u-photo photo" src="/me.jpg?v2" alt="Photo of an East Asian man standing in front of a brick wall while looking away from the camera." title="{{ .Site.Params.author }}" />
<p>As an advocate for digital rights and free culture, I maintain <a href="/resources/" >a page with useful resources</a>. I am currently an AmeriCorps VISTA member supporting program evaluation.</p>
<p>As an advocate for digital rights and free culture, I maintain <a href="/resources/" >a page with useful resources</a>. I am currently serving as an AmeriCorps VISTA member, building capacity in data analysis and visualization.</p>
</div>
</header>
{{- end }}