18 lines
825 B
HTML
18 lines
825 B
HTML
<!-- title: Home | polynom.me -->
|
|
<!-- description: The personal website of Alexander 'PapaTutuWawa'. -->
|
|
<!-- render: yes -->
|
|
<div class="flex flex-col w-full sm:w-4/5">
|
|
<p class="text-white prose py-8 self-center">
|
|
Hello! My online pseudonym is <i>PapaTutuWawa</i> and I am
|
|
just some random person on the Internet who is passionate about
|
|
topics like XMPP, federated Internet services and privacy. Linux system
|
|
administration, Linux tinkering and programming are my favourite things to do.
|
|
</p>
|
|
|
|
<h1 class="prose text-2xl text-indigo-400 self-start">Projects</h1>
|
|
<p class="prose text-white text-left self-start">This is a small selection of my projects. More are available <a
|
|
class="text-indigo-400" href="code.html">here.</a></p>
|
|
|
|
{{ for_each projects layout/templates/project.html }}
|
|
|
|
</div> |