Update footer
This commit is contained in:
parent
43aaf06eb2
commit
b6adb54271
|
@ -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
|
||||
|
|
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue