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