Make site more trans
This commit is contained in:
parent
6c6d723037
commit
d9cc5211e8
3 changed files with 4 additions and 6 deletions
|
@ -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>
|
|
@ -1,4 +1,4 @@
|
|||
<p class="copyright">© 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">© 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>
|
||||
|
|
|
@ -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 %}
|
Loading…
Add table
Add a link
Reference in a new issue