2025-06-11 09:36:54 +03:00
|
|
|
---
|
|
|
|
title: "Home"
|
|
|
|
order: 1
|
|
|
|
icon: "M12 20 L12 30 4 30 4 12 16 2 28 12 28 30 20 30 20 20 Z"
|
|
|
|
---
|
2025-06-18 18:38:20 +03:00
|
|
|
|
|
|
|
<section id="bio">
|
2025-06-25 13:08:50 +03:00
|
|
|
{% for article in collections.articles %}
|
|
|
|
{% if article.fileSlug == 'bio' %}
|
|
|
|
{{ article.content }}
|
|
|
|
{% endif %}
|
|
|
|
{% endfor %}
|
|
|
|
</section>
|
|
|
|
<section id="interests">
|
|
|
|
{% for article in collections.articles %}
|
|
|
|
{% if article.fileSlug == 'interests' %}
|
|
|
|
{{ article.content }}
|
|
|
|
{% endif %}
|
|
|
|
{% endfor %}
|
2025-06-11 09:36:54 +03:00
|
|
|
</section>
|
|
|
|
<section id="collection">
|
|
|
|
<article>
|
|
|
|
<h3>Games</h3>
|
2025-06-18 18:38:20 +03:00
|
|
|
<ul class="games" role="list">
|
|
|
|
{% for item in games.items %}
|
|
|
|
<li>
|
|
|
|
<a href="{{item.src}}">
|
|
|
|
<div>
|
|
|
|
<img src="{{item.cover}}" alt="Game icon for {{item.title}}"/>
|
|
|
|
</div>
|
|
|
|
<span>{{item.title}}</span>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
{% endfor %}
|
|
|
|
</ul>
|
|
|
|
</article>
|
|
|
|
<article>
|
|
|
|
<h3>Albums</h3>
|
|
|
|
<ul class="music" role="list">
|
|
|
|
{% for item in music.items %}
|
|
|
|
<li>
|
|
|
|
<a href="{{item.src}}">
|
|
|
|
<div><img src="{{item.cover}}" /></div>
|
|
|
|
<span>{{item.title}}</span>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
{% endfor %}
|
|
|
|
</ul>
|
|
|
|
</article>
|
2025-06-11 09:36:54 +03:00
|
|
|
</section>
|
|
|
|
<section id="badges">
|
|
|
|
<article>
|
|
|
|
<nav>
|
|
|
|
<h3>My buttons!</h3>
|
2025-06-18 18:38:20 +03:00
|
|
|
<ul role="list">
|
2025-06-11 09:36:54 +03:00
|
|
|
{% for item in 88x31-mine.items %}
|
|
|
|
<li>
|
2025-06-18 18:38:20 +03:00
|
|
|
<a href="{{item.src}}" title="{{item.name}}">
|
|
|
|
<img {%if item.id%}id="{{item.id}}"{%endif%} src="{{item.button}}" alt="{{item.alt}}"/>
|
|
|
|
</a>
|
2025-06-11 09:36:54 +03:00
|
|
|
</li>
|
|
|
|
{% endfor %}
|
|
|
|
</ul>
|
2025-06-16 16:31:53 +03:00
|
|
|
<h3>Critters!</h3>
|
2025-06-18 18:38:20 +03:00
|
|
|
<ul role="list">
|
2025-06-16 16:31:53 +03:00
|
|
|
{% for item in 88x31-critters.items %}
|
2025-06-11 09:36:54 +03:00
|
|
|
<li>
|
2025-06-18 18:38:20 +03:00
|
|
|
<a href="{{item.src}}" title="{{item.name}}">
|
|
|
|
<img {%if item.id%}id="{{item.id}}"{%endif%} src="{{item.button}}" alt="{{item.alt}}"/>
|
|
|
|
</a>
|
2025-06-11 09:36:54 +03:00
|
|
|
</li>
|
|
|
|
{% endfor %}
|
|
|
|
</ul>
|
2025-06-16 16:31:53 +03:00
|
|
|
<h3>Fun!</h3>
|
2025-06-18 18:38:20 +03:00
|
|
|
<ul role="list">
|
2025-06-16 16:31:53 +03:00
|
|
|
{% for item in 88x31.items %}
|
2025-06-11 09:36:54 +03:00
|
|
|
<li>
|
2025-06-18 18:38:20 +03:00
|
|
|
<a href="{{item.src}}" title="{{item.name}}">
|
|
|
|
<img {%if item.id%}id="{{item.id}}"{%endif%} src="{{item.button}}" alt="{{item.alt}}"/>
|
|
|
|
</a>
|
2025-06-11 09:36:54 +03:00
|
|
|
</li>
|
|
|
|
{% endfor %}
|
|
|
|
</ul>
|
2025-06-17 17:42:43 +03:00
|
|
|
<script src="/assets/js/cat.js"></script>
|
|
|
|
<script src="/assets/js/fox.js"></script>
|
|
|
|
<script src="/assets/js/bob.js"></script>
|
2025-06-25 13:08:50 +03:00
|
|
|
<script src="/assets/js/piss.js"></script>
|
2025-06-11 09:36:54 +03:00
|
|
|
</nav>
|
2025-06-18 18:38:20 +03:00
|
|
|
<div id="pkmn" aria-label="Randomized list of my favorite Pokémon">
|
|
|
|
<script src="/assets/js/poke.js"></script>
|
|
|
|
</div>
|
2025-06-11 09:36:54 +03:00
|
|
|
</article>
|
2025-06-18 18:38:20 +03:00
|
|
|
</section>
|