website/_includes/contacts.html

22 lines
712 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-01-13 12:47:49 +01:00
<a class="btn btn-primary" href="mailto:info@unitoo.it"><i class="fa fa-mail"></i> info@unitoo.it</a>
2022-01-21 12:33:34 +01:00
<a class="btn btn-secondary" 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>MD5sum file</strong><br> 3ac43d92daaa845fa3d2c4049d278075
</small>
<br><br>
2020-01-03 01:53:42 +01:00
</div>