feat: Adjust to blog rework

This commit is contained in:
2023-07-22 21:09:19 +02:00
parent 2a06d6666e
commit 1dd95f2418
5 changed files with 42 additions and 35 deletions

View File

@@ -2,7 +2,7 @@
<!-- description: Alexander 'PapaTutuWawa' 's code repositories. -->
<!-- render: yes -->
<div class="flex flex-col pt-8">
<div class="flex flex-col pt-8 mx-auto">
<p class="prose text-white">
I keep my code mostly on my private Gitea instance <a class="text-indigo-400"
href="https://{{ gitea_url }}/{{ gitea_username }}">here</a>.
@@ -27,4 +27,4 @@
</tr>
</table>
</div>
</div>
</div>

View File

@@ -1,7 +1,7 @@
<!-- title: Contact | polynom.me -->
<!-- description: Contact details for getting in touch with Alexander 'PapaTutuWawa'. -->
<!-- render: yes -->
<div class="flex flex-col pt-8">
<div class="flex flex-col pt-8 mx-auto">
<p class="prose text-white">
If you have any questions about my projects or just want to talk, feel
free to reach out to me.
@@ -40,4 +40,4 @@
</tr>
</table>
</div>
</div>
</div>

View File

@@ -1,7 +1,8 @@
<!-- title: Home | polynom.me -->
<!-- description: The personal website of Alexander 'PapaTutuWawa'. -->
<!-- render: yes -->
<div class="flex flex-col w-full sm:w-4/5">
<div class="flex flex-col mx-auto">
<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
@@ -15,4 +16,4 @@
{{ for_each projects layout/templates/project.html }}
</div>
</div>