website/_includes/contacts.html

14 lines
435 B
HTML
Raw Normal View History

2020-01-03 01:53:42 +01:00
<div class="container pl-0 pr-0 pl-md-3 pr-md-3">
2020-12-30 18:11:45 +01:00
<h1>{% t contacts.title %}</h1>
2019-08-14 15:57:40 +02:00
2020-12-30 18:11:45 +01:00
<hr class="border-primary">
2019-08-14 15:57:40 +02:00
2020-12-30 18:11:45 +01:00
<p class="mt-5">{% t contacts.body %}</p>
<a class="btn btn-primary" href="mailto:info@unitoo.pw">info@unitoo.pw</a>
2020-01-03 01:53:42 +01:00
<br><br>
<small><strong>GPG Fingerprint</strong>: 00F8 1953 CE7B 17C1 E832 53E1 4561 0231 1DEA 49D4</small>
<br>
2020-04-05 14:36:25 +02:00
{% asset info_at_unitoo_qrcode.webp width="200px" %}
2020-01-03 01:53:42 +01:00
</div>