website/_includes/contacts.html

25 lines
911 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>
2022-09-09 18:11:19 +02:00
<a class="btn btn-primary" href="mailto:info@unitoo.it"><i class="fa fa-mail"></i> info@unitoo.it</a>
{% if site.lang == "it" %}
<br>
<a class="btn btn-secondary mt-2" href="tel:+393516172117"><i class="fa fa-phone"></i> +39 351 617 2117</a>
2022-09-09 18:11:19 +02:00
{% endif %}
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>
2022-05-27 12:43:25 +02:00
<strong>sha512sum </strong><br><span style="word-wrap: break-word;">855cc60e031bd0f71d36751f8a28dc96301047b157e9abac34600128be15fffd3f78f1dada60ceb0ef0eab897da459adcdbf19522dd615868831900289216695</span>
</small>
<br><br>
2020-01-03 01:53:42 +01:00
</div>