Use better name for contact form HTML.
This commit is contained in:
11
src/_includes/contact.html
Normal file
11
src/_includes/contact.html
Normal 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>
|
Reference in New Issue
Block a user