mirror of
https://github.com/bigchaindb/site.git
synced 2025-02-14 21:10:28 +01:00
cta section for end of features page
This commit is contained in:
parent
4171082fdb
commit
deb3eab4c1
@ -1,3 +1,10 @@
|
|||||||
|
.page-features {
|
||||||
|
.section-cta {
|
||||||
|
background: url('../img/nosprite/starbase-drivers.svg') no-repeat center bottom;
|
||||||
|
background-size: contain;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.feature {
|
.feature {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-bottom: $spacer * 2;
|
margin-bottom: $spacer * 2;
|
||||||
|
@ -1,18 +1,12 @@
|
|||||||
{% if layout %}
|
<section class="section section-cta background--photo text-center">
|
||||||
{% assign context = layout %}
|
|
||||||
{% else %}
|
|
||||||
{% assign context = page %}
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
<section class="section section-cta section-cta--features background--photo text-center">
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<header class="section-header">
|
<header class="section-header">
|
||||||
<h1 class="section-title">{{ context.cta.title }}</h1>
|
<h1 class="section-title">{{ page.cta.title }}</h1>
|
||||||
<p class="section-description">{{ context.cta.description }}</p>
|
<p class="section-description">{{ page.cta.description }}</p>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<a class="btn btn-primary" href="/">
|
<a class="btn btn-primary" href="{{ page.cta.button_link }}">
|
||||||
{{ context.cta.button }}
|
{{ page.cta.button }}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
@ -38,6 +38,12 @@ features:
|
|||||||
text: "Roll out your own public or private networks for specific industry use cases."
|
text: "Roll out your own public or private networks for specific industry use cases."
|
||||||
icon: "icon-lock"
|
icon: "icon-lock"
|
||||||
|
|
||||||
|
cta:
|
||||||
|
title: Get started
|
||||||
|
description: Explore drivers, tools & documentation
|
||||||
|
button: Get started
|
||||||
|
button_link: /developers/getstarted
|
||||||
|
|
||||||
quotes: set2
|
quotes: set2
|
||||||
js: page-features.min.js
|
js: page-features.min.js
|
||||||
---
|
---
|
||||||
@ -182,4 +188,4 @@ js: page-features.min.js
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
{% include sections/section-newsletter.html %}
|
{% include sections/section-cta.html %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user