Add content for contact section.

This commit is contained in:
Luke Murphy 2017-09-29 20:35:49 +02:00
parent f620ac886e
commit ff5dbc84a6
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 11 additions and 10 deletions

View File

@ -1,11 +1,12 @@
<section id="cta" class="wrapper style4">
<div class="inner">
<header>
<h2>Get in Touch</h2>
<p>Contact us to discuss your project's needs and arrange a consultation.</p>
</header>
<ul class="actions vertical">
<li><a href="{{ "/contact" | relative_url }}" class="button fit special">Contact</a></li>
</ul>
</div>
<a class="named-anchor" name="contact"></a>
<section id="contact" class="wrapper style5 special">
<header class="major">
<h2>Get in Touch</h2>
<p>Contact us to discuss your project's needs and arrange a consultation.</p>
<p>We're available at <a href="mailto:autonomic@posteo.net">autonomic@posteo.net</a></p>
<p>
If you use encrypted email, here is our <a href="{{ "/assets/pgp/autonomic-key.asc" | relative_url }}">PGP key</a>.
Our key fingerprint is: <br/><code id="fingerprint">82FC 87C5 1A71 902F DC10 2CF5 4F90 D55B B24B 1147</code>
</p>
</header>
</section>