update index page

pull/1/head
maia arson crimew 2022-10-27 15:48:04 +02:00
parent ab71b2f658
commit 55ec178e64
3 changed files with 14 additions and 8 deletions

View File

@ -1,5 +1,5 @@
<footer> <footer>
<div class="footer-kitten"><img src="/img/walkingkitten_crop.png"></div> <div class="footer-kitten"><img src="/img/walkingkitten_crop.png" alt="a small white kitten with black spots walking across the screen"></div>
<div> <div>
{% for item in footer.links %} {% for item in footer.links %}
<span><a href="{{ item.link }}" rel="me" target="_blank">{{ item.name }}</a></span> <span><a href="{{ item.link }}" rel="me" target="_blank">{{ item.name }}</a></span>

View File

@ -3,13 +3,19 @@ permalink: /index.html
--- ---
{% extends 'layouts/default.njk' %} {% extends 'layouts/default.njk' %}
{% block main %} {% block main %}
<div style="display: flex; flex-wrap: wrap; justify-content: center;">
<div style="flex-grow: 1; flex-shrink: 1; flex-basis: 30%; min-width: 200px; max-width: 70%;">
<img src="/img/kitten_cropped.png" alt="a drawing of a small white kitten with black spots sitting and looking at you">
</div>
<div style="flex-grow: 2; flex-shrink: 2; flex-basis: 60%;">
<p> <p>
hello i am {{ site.name }} <sup>({{ site.pronouns }})</sup> and i am gay for girls, hello i am {{ site.name }} <sup>({{ site.pronouns }})</sup> and i am gay, mostly for girls, and i'm a tiny kitten.
also i do okay enough puter things and mediocre music things.
</p> </p>
<p>here is one of my favorite gifs:</p> <p>
<img i know lot's of things about cyber security, programming and far too little about music but i still
src="/img/cat-explosion.gif" try to do all those things at once. if you like the things i do here or on social media you can
alt="an very cool cat in front of an explosion" <a href="https://ko-fi.com/nyancrimew">support me on ko-fi</a>.
/> </p>
</div>
</div>
{% endblock %} {% endblock %}

Binary file not shown.

After

Width:  |  Height:  |  Size: 484 KiB