AnorakWeb/website/templates/about.html

13 lines
706 B
HTML

{% extends "base.html" %} {% block title %}About{% endblock %} {% block
content %}
<div align="center" style="padding:10px;color: #04AA6D;">
<h1>|Some info about me|</h1>
<p><l>Hey there...</l><br><br>
I go by the name <x>Anorak</x> and I'm a Czech variety streamer. <br>
I'm mostly playing indie games(Bright Memory, MewnBase) and <br>
coding Minecraft plugins/minigames or anything in Python. <br><br>
You can currently find me on my <a href="https://www.twitch.tv/an0rak_1" target="_blank" rel="noopener noreferrer"><x>Twitch</x></a> or my <a href="https://gitea.anorak01.top" target="_blank" rel="noopener noreferrer"><x>Gitea</x></a>
</p>
</div>
{% endblock %}