mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 01:36:55 +01:00
add dummy enterprise CTA section
This commit is contained in:
parent
771858c84c
commit
f260ef7d36
12
_src/_includes/sections/section-cta-enterprise.html
Normal file
12
_src/_includes/sections/section-cta-enterprise.html
Normal 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>
|
@ -38,4 +38,6 @@ cta:
|
||||
|
||||
</section>
|
||||
|
||||
{% include sections/section-cta-enterprise.html %}
|
||||
|
||||
{% include sections/section-cta.html %}
|
||||
|
@ -88,4 +88,6 @@ cta:
|
||||
|
||||
</section>
|
||||
|
||||
{% include sections/section-cta-enterprise.html %}
|
||||
|
||||
{% include sections/section-cta.html %}
|
||||
|
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user