website/_includes/contacts.html

21 lines
712 B
HTML

<div class="container">
<h1>{% t contacts.title %}</h1>
<hr class="border-primary">
<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>
<a class="btn btn-secondary" href="tel:+393516172117"><i class="fa fa-phone"></i> +39 351 617 2117</a>
<br><br>
<hr class="mt-4 mb-4">
<a href="/info_at_unitoo_dot_it.gpg">Download the GPG Public Key</a>
<br><br>
<small>
<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>
</div>