2022-05-12 13:29:25 +00:00
|
|
|
<!-- title: Contact | polynom.me -->
|
|
|
|
<!-- description: Contact details for getting in touch with Alexander 'PapaTutuWawa'. -->
|
|
|
|
<!-- render: yes -->
|
2023-07-17 15:01:11 +00:00
|
|
|
<div class="flex flex-col pt-8">
|
|
|
|
<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.
|
|
|
|
</p>
|
2022-05-12 13:29:25 +00:00
|
|
|
|
2023-07-17 15:01:11 +00:00
|
|
|
<div class="w-full pt-8">
|
|
|
|
<table class="text-white w-full">
|
|
|
|
<tr>
|
|
|
|
<td>Fediverse</td>
|
|
|
|
<td><a class="text-indigo-400" href="https://{{ fediverse_instance}}/{{ fediverse_username }}">@{{
|
|
|
|
fediverse_username }}@{{
|
|
|
|
fediverse_instance }}</a></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>E-Mail</td>
|
|
|
|
<td>{{ email_user }} [a with a circle] {{ email_domain }}</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td />
|
|
|
|
<td>
|
|
|
|
Please use my <a class="text-indigo-400" href="https://{{ gpg_key_url }}">GPG public key</a>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>GitHub</td>
|
|
|
|
<td><a class="text-indigo-400" href="https://github.com/{{ github_username }}">{{ github_username }}</a></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Codeberg</td>
|
|
|
|
<td><a class="text-indigo-400" href="https://codeberg.org/{{ codeberg_username }}">{{ codeberg_username }}</a>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td>Gitea</td>
|
|
|
|
<td><a class="text-indigo-400" href="https://{{ gitea_url }}/{{ gitea_username }}">{{ gitea_username }}</a></td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</div>
|
|
|
|
</div>
|