Remove trailing space
This commit is contained in:
parent
7db0a72adb
commit
9beb57eb8b
|
@ -2,43 +2,43 @@
|
|||
<header>
|
||||
{{ "<!-- For more information on microformats, read the source code comments -->" | safeHTML }}
|
||||
<div class="center h-card vcard">
|
||||
<!--
|
||||
For basic h-card validation, visit 'Publishing on the IndieWeb' at
|
||||
<!--
|
||||
For basic h-card validation, visit 'Publishing on the IndieWeb' at
|
||||
https://indiewebify.me/validate-h-card/
|
||||
|
||||
For complete results, try parsing this page with the 'PHP Microformats Parser'
|
||||
|
||||
For complete results, try parsing this page with the 'PHP Microformats Parser'
|
||||
at https://pin13.net/mf2/
|
||||
|
||||
Examples for writing 'backward compatible' h-card markup available at
|
||||
|
||||
Examples for writing 'backward compatible' h-card markup available at
|
||||
https://microformats.org/wiki/microformats2#authoring
|
||||
-->
|
||||
<a class="p-name fn u-url url link-000" href="/">
|
||||
<h1>{{ .Site.Params.author }}</h1>
|
||||
</a>
|
||||
<!--
|
||||
New properties (including gender identity) listed at
|
||||
https://microformats.org/wiki/rfc-6350
|
||||
<!--
|
||||
New properties (including gender identity) listed at
|
||||
https://microformats.org/wiki/rfc-6350
|
||||
-->
|
||||
<h3>
|
||||
Pronouns:
|
||||
Pronouns:
|
||||
<span class="p-gender-identity gender">{{ .Site.Params.authorPronouns }}</span>
|
||||
</h3>
|
||||
<p class="p-note">
|
||||
I am a data enthusiast skilled in data management, qualitative and
|
||||
quantitative data analysis, and low-code automation. My research interests
|
||||
include disability, health equity, poverty, and social policy. I am also
|
||||
an advocate for digital rights and free culture, and I maintain
|
||||
I am a data enthusiast skilled in data management, qualitative and
|
||||
quantitative data analysis, and low-code automation. My research interests
|
||||
include disability, health equity, poverty, and social policy. I am also
|
||||
an advocate for digital rights and free culture, and I maintain
|
||||
<a href="/resources/">a page with useful resources</a>.
|
||||
</p>
|
||||
<img
|
||||
class="u-photo photo"
|
||||
src="/me.jpg"
|
||||
alt="Photo of an East Asian man wearing a dark gray suit and a floral tie"
|
||||
title="{{ .Site.Params.author }}"
|
||||
<img
|
||||
class="u-photo photo"
|
||||
src="/me.jpg"
|
||||
alt="Photo of an East Asian man wearing a dark gray suit and a floral tie"
|
||||
title="{{ .Site.Params.author }}"
|
||||
/>
|
||||
<p>
|
||||
My guiding principles draw from disability justice and the ethics of care;
|
||||
these principles are connected to current sociopolitical issues and my
|
||||
My guiding principles draw from disability justice and the ethics of care;
|
||||
these principles are connected to current sociopolitical issues and my
|
||||
commitment to progressive social change.
|
||||
</p>
|
||||
</div>
|
||||
|
@ -72,34 +72,34 @@
|
|||
<div class="center">
|
||||
<br>
|
||||
<a class="link-000" href="https://ForTheBadge.com/">
|
||||
<img
|
||||
src="/img/built-with-love.svg"
|
||||
alt="This site was built with love, using Git and Hugo."
|
||||
title="I also used Git and Hugo."
|
||||
<img
|
||||
src="/img/built-with-love.svg"
|
||||
alt="This site was built with love, using Git and Hugo."
|
||||
title="I also used Git and Hugo."
|
||||
/>
|
||||
</a>
|
||||
<a class="link-000" href="{{ .Site.Params.license }}">
|
||||
<img
|
||||
src="/img/CC-BY-SA.svg"
|
||||
alt="Original content by {{ .Site.Params.author }} is licensed under {{ .Site.Copyright }}"
|
||||
title="{{ .Site.Params.copyrightMessage }}"
|
||||
<img
|
||||
src="/img/CC-BY-SA.svg"
|
||||
alt="Original content by {{ .Site.Params.author }} is licensed under {{ .Site.Copyright }}"
|
||||
title="{{ .Site.Params.copyrightMessage }}"
|
||||
/>
|
||||
</a>
|
||||
<p>
|
||||
<b>
|
||||
<a class="u-email email" rel="me" href="mailto:{{ .Site.Params.authorEmail }}">Contact me</a>.
|
||||
<a href="/privacy/" >Privacy</a>.
|
||||
<a rel="pgpkey" href="/ethan.asc.txt">Public key</a>
|
||||
<a class="u-email email" rel="me" href="mailto:{{ .Site.Params.authorEmail }}">Contact me</a>.
|
||||
<a href="/privacy/" >Privacy</a>.
|
||||
<a rel="pgpkey" href="/ethan.asc.txt">Public key</a>
|
||||
<a href="https://keyoxide.org/{{ .Site.Params.authorEmail }}">(Keyoxide)</a>.
|
||||
</b>
|
||||
</p>
|
||||
<a class="link-nextcloud" href="https://nextcloud.com/sharing#eyoo@share.mayfirst.org">
|
||||
<img
|
||||
src="/icon/nextcloud.svg"
|
||||
class="nextcloud"
|
||||
alt="Share with me via Nextcloud!"
|
||||
title="Federated Cloud ID makes it possible to share across Nextcloud and other Open Cloud Mesh (OCM) compatible servers!"
|
||||
/>
|
||||
<img
|
||||
src="/icon/nextcloud.svg"
|
||||
class="nextcloud"
|
||||
alt="Share with me via Nextcloud!"
|
||||
title="Federated Cloud ID makes it possible to share across Nextcloud and other Open Cloud Mesh (OCM) compatible servers!"
|
||||
/>
|
||||
Share with me via Nextcloud!
|
||||
</a>
|
||||
<p>🖥 <a href="/cloudflare/" ><i>Where is this website hosted?</i></a> 🖥</p>
|
||||
|
|
Loading…
Reference in New Issue