bigger update
This commit is contained in:
14
templates/contact.html
Normal file
14
templates/contact.html
Normal file
@ -0,0 +1,14 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<section class="contact content">
|
||||
<h1>Contacts</h1>
|
||||
<div class="contact-list">
|
||||
<p>email: <a href="mailto:filip@filiprojek.cz">filip@filiprojek.cz</a></p>
|
||||
<p>telegram: <a href="https://t.me/filiprojek">@filiprojek</a></p>
|
||||
<p>git: <a href="https://git.filiprojek.cz">https://git.filiprojek.cz</a></p>
|
||||
<p>github: <a href="https://github.com/filiprojek">https://github.com/filiprojek</a></p>
|
||||
<p>PGP: <a href="#">fc37b989787acf8cbce7c0c2a56a345efe321161</a></p>
|
||||
</div>
|
||||
</section>
|
||||
{% endblock content %}
|
Reference in New Issue
Block a user