update + some 88x31s
This commit is contained in:
parent
3b6e441d48
commit
9ee8582390
26 changed files with 89 additions and 14 deletions
|
@ -4,9 +4,10 @@
|
|||
<h1 class="title">
|
||||
{{ section.title }}
|
||||
</h1>
|
||||
<ul>
|
||||
{{ section.content | safe }}
|
||||
<ul id="post-list">
|
||||
{% for page in section.pages %}
|
||||
<li>{{ page.date }} <a href="{{ page.permalink | safe }}">{{ page.title }}</a></li>
|
||||
<li>{{ page.date }} - <a href="{{ page.permalink | safe }}">{{ page.title }}</a></li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% endblock content %}
|
|
@ -3,15 +3,44 @@
|
|||
{% block content %}
|
||||
|
||||
<br>
|
||||
Hey! You found my little personal page!
|
||||
|
||||
I'm a professional waster of time, purveyor of useless activities, and chronic avoider of productivity.
|
||||
Hey!
|
||||
<br>
|
||||
You found my little personal page!
|
||||
<br>
|
||||
<br>
|
||||
I'm an expert waster of time, enjoyer of useless activities, and chronic avoider of productivity.
|
||||
<!-- br brr brrrrr (bad) -->
|
||||
<br>
|
||||
<br>
|
||||
I also sometimes write bad code for fun and play games.
|
||||
<br>
|
||||
<br>
|
||||
<a href="/about">More about me</a>.
|
||||
|
||||
<br>
|
||||
<br>
|
||||
Since I don't know what else to put here and have to fill the space somehow, here's an 88x31 dumping ground, because why not?
|
||||
<br>
|
||||
<hr>
|
||||
<div>
|
||||
<img src="/assets/88x31/catview.png">
|
||||
<img src="/assets/88x31/gnu-linux.gif">
|
||||
<img src="/assets/88x31/ieburnbtn.gif">
|
||||
<img src="/assets/88x31/javascript-zero.gif">
|
||||
<img src="/assets/88x31/cssdif.gif">
|
||||
<a href="https://catsta.red"><img src="/assets/88x31/squishstare.gif"></a>
|
||||
<img src="/assets/88x31/msoffice97.gif">
|
||||
<a href="https://www.thunderbird.net/"><img src="/assets/88x31/thunderbird.gif"></a>
|
||||
<a href="https://archlinux.org/"><img src="/assets/88x31/arch.png"></a>
|
||||
<a href="https://jellyfin.org/"><img src="/assets/88x31/jellyfin.gif"></a>
|
||||
<img src="/assets/88x31/right2repair.gif">
|
||||
<a href="https://wikipedia.org"><img src="/assets/88x31/wikipedia.png"></a>
|
||||
<a href="https://www.libsdl.org/"><img src="/assets/88x31/sdl.gif"></a>
|
||||
<a href="https://librewolf.net/"><img src="/assets/88x31/anythingbut.gif"></a>
|
||||
<img src="/assets/88x31/nocookie.gif">
|
||||
<a href="https://www.youtube.com/watch?v=cErgMJSgpv0"><img src="/assets/88x31/webvirus.gif"></a>
|
||||
<a href="https://librewolf.net/"><img src="/assets/88x31/firefox.gif"></a>
|
||||
<a href="https://adoptium.net/"><img src="/assets/88x31/java.gif"></a>
|
||||
<a href="https://store.steampowered.com/"><img src="/assets/88x31/steam.gif"></a>
|
||||
<a href="https://ublockorigin.com"><img src="/assets/88x31/ublock.png"></a>
|
||||
</div>
|
||||
<p style="font-size: x-small">(If one of these is yours and you want credit, let me know. I just found them Wherever™)</p>
|
||||
<hr>
|
||||
{% endblock content %}
|
Loading…
Add table
Add a link
Reference in a new issue