add dummy enterprise CTA section

This commit is contained in:
Matthias Kretschmann 2017-04-20 14:03:05 +02:00
parent 771858c84c
commit f260ef7d36
Signed by: m
GPG Key ID: BD3C1F3EDD7831FC
4 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,12 @@
<section class="section section-cta section-cta--enterprise background--green text-center">
<div class="row">
<header class="section-header">
<h1 class="section-title">Enterprise</h1>
<p class="section-description">Get hands-on production support for your company.</p>
</header>
<a class="btn btn-blue" href="/enterprise/">
Enterprise
</a>
</div>
</section>

View File

@ -38,4 +38,6 @@ cta:
</section>
{% include sections/section-cta-enterprise.html %}
{% include sections/section-cta.html %}

View File

@ -88,4 +88,6 @@ cta:
</section>
{% include sections/section-cta-enterprise.html %}
{% include sections/section-cta.html %}

View File

@ -53,6 +53,8 @@ redirect_from:
{% include sections/section-partners.html %}
{% include sections/section-cta-enterprise.html %}
{% include sections/section-testimonials.html %}
{% include sections/section-cta-features.html %}