Texts edited, projects redesigned, posts temporarily removed, pkmples project added and more
All checks were successful
Build and Deploy Zola Website / build_and_deploy (push) Successful in 19s
Build Zola Website / build (pull_request) Successful in 15s

This commit is contained in:
2024-02-23 03:06:08 +01:00
parent 2e25a00637
commit 9c4bfc84ff
14 changed files with 76 additions and 108 deletions

View File

@ -6,18 +6,6 @@
{% block content %}
<section class="about content">
<h2>About me</h2>
{{ page.content | safe }}
</section>
<section class="contact content">
<h1>Contact me</h1>
<div class="contact-list">
<p>email: <a href="mailto:hello@filiprojek.cz" target="_blank">hello@filiprojek.cz</a></p>
<p>telegram: <a href="https://t.me/filiprojek" target="_blank">@filiprojek</a></p>
<p>git: <a href="https://git.filiprojek.cz" target="_blank">Personal Gitea</a></p>
<p>github: <a href="https://github.com/filiprojek" target="_blank">GitHub</a></p>
<p>PGP: <a href="https://keys.openpgp.org/vks/v1/by-fingerprint/CA3D9BE28315B49164130CD97E65EA58C6075F09" target="_blank">0x7E65EA58C6075F09</a></p>
</div>
{{ page.content | safe }}
</section>
{% endblock content %}