add cta block back in

This commit is contained in:
czmj 2017-09-23 22:44:05 +01:00
parent 959fab1581
commit 9526c8af89
2 changed files with 4 additions and 3 deletions

View File

@ -2,12 +2,12 @@
<section id="cta" class="wrapper style4"> <section id="cta" class="wrapper style4">
<div class="inner"> <div class="inner">
<header> <header>
<h2>Arcue ut vel commodo</h2> <h2>Get in Touch</h2>
<p>Aliquam ut ex ut augue consectetur interdum endrerit imperdiet amet eleifend fringilla.</p> <p>Aliquam ut ex ut augue consectetur interdum endrerit imperdiet amet eleifend fringilla.</p>
</header> </header>
<ul class="actions vertical"> <ul class="actions vertical">
<li><a href="#" class="button fit special">Activate</a></li> <li><a href="#" class="button fit special">Lorem ipsum</a></li>
<li><a href="#" class="button fit">Learn More</a></li> <li><a href="#" class="button fit">Lorem ispum</a></li>
</ul> </ul>
</div> </div>
</section> </section>

View File

@ -13,6 +13,7 @@
{% include section-one.html %} {% include section-one.html %}
{% include section-two.html %} {% include section-two.html %}
{% include section-three.html %} {% include section-three.html %}
{% include cta.html %}
{% include footer.html %} {% include footer.html %}
</body> </body>