Make site more trans

This commit is contained in:
akp 2024-02-10 19:33:40 +00:00
parent 6c6d723037
commit d9cc5211e8
No known key found for this signature in database
GPG key ID: CF8D58F3DEB20755
3 changed files with 4 additions and 6 deletions

View file

@ -1,7 +1,8 @@
<section class="page__aside">
<div class="aside__about">
<h1 class="about__title">{{ site.person.firstName }} {{ site.person.surname }}</h1>
<p class="about__description">UK-based programmer, photographer and Computer Science student</p>
<p class="about__description small-margin">she/her</p>
<p class="about__description small-margin">UK-based programmer, photographer and Computer Science student</p>
</div>
<img src="/assets/img/avatar.png" alt="Abi's avatar" style="max-height: 200px;">
</section>

View file

@ -1,4 +1,4 @@
<p class="copyright">&copy; 2019 - {{ site.build.date.year }} Abigail Pain. Written content licensed as <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="license noopener noreferrer">CC BY-NC 4.0</a>.</p>
<p class="copyright">&copy; 2019 - {{ site.build.date.year }} <abbr title="who is not cis">Abigail Pain</abbr>. Written content licensed as <a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="license noopener noreferrer">CC BY-NC 4.0</a>.</p>
<p class="advertisement">See this site's <a href="/credits">credits</a>.</p>
<div class="padding"></div>

View file

@ -26,7 +26,4 @@ showAside: true
<p>If you'd like to send me an email, feel free to drop me a message at <code>hello at this domain</code>.</p>
{% endblock %}
{% block aside %}
{% endblock %}
{% endblock %}