Use better name for contact form HTML.

This commit is contained in:
Luke Murphy
2017-09-29 19:35:50 +02:00
parent 6c83f37c96
commit 4836fc528e
2 changed files with 1 additions and 2 deletions

View File

@ -0,0 +1,11 @@
<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>
</section>