Remove trailing space

This commit is contained in:
Ethan Yoo 2024-06-26 06:59:54 -04:00
parent 7db0a72adb
commit 9beb57eb8b
Signed by: ethan
GPG Key ID: 70596474C5D20F85
1 changed files with 38 additions and 38 deletions

View File

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