website/_includes/contacts.html

22 lines
816 B
HTML
Raw Normal View History

<div class="container">
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.it"><i class="fa fa-mail"></i> info@unitoo.it</a><br>
<a class="btn btn-secondary mt-2" href="tel:+393516172117"><i class="fa fa-phone"></i> +39 351 617 2117</a>
2022-01-13 12:47:49 +01:00
<br><br>
<hr class="mt-4 mb-4">
<a href="/info_at_unitoo_dot_it.gpg">Download the GPG Public Key</a>
2020-01-03 01:53:42 +01:00
<br><br>
<small>
2022-01-13 12:47:49 +01:00
<strong>GPG Fingerprint</strong><br> 732C B3AA B142 22AD 5650 E6E2 0A67 0F04 54EA BD72
<br><br>
<strong>sha512sum </strong><br> 855cc60e031bd0f71d36751f8a28dc96301047b157e9abac34600128be15fffd3f78f1dada60ceb0ef0eab897da459adcdbf19522dd615868831900289216695
</small>
<br><br>
2020-01-03 01:53:42 +01:00
</div>