1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-06-17 18:13:19 +02:00
site/_src/services.html

38 lines
1.1 KiB
HTML
Raw Normal View History

2017-04-06 12:02:25 +02:00
---
2017-04-10 13:25:44 +02:00
layout: base
2017-04-06 12:02:25 +02:00
2018-04-04 12:07:29 +02:00
title: Services
description: "Support for BigchainDB Software"
2017-04-06 12:02:25 +02:00
2018-04-12 11:22:13 +02:00
header: hero-services.jpg
image: share-image-services.jpg
js: page-services.min.js
2018-04-05 15:16:15 +02:00
2017-04-12 16:36:57 +02:00
hero:
title: "Support for BigchainDB software"
description: "To learn about service providers for BigchainDB software, please contact IPDB Foundation."
2017-04-12 16:36:57 +02:00
cta:
- name: IPDB Homepage
link: "https://www.ipdb.io"
2017-04-06 12:02:25 +02:00
---
2017-04-10 13:25:44 +02:00
2018-04-05 13:43:34 +02:00
<header class="hero hero--services" {% if page.header %}style="background-image:url('/assets/img/{{ page.header }}')"{% endif %}>
2017-04-10 13:25:44 +02:00
{% include menu-main.html %}
2018-04-05 13:43:34 +02:00
<div class="hero__content row">
2017-04-10 13:25:44 +02:00
<hgroup>
2018-04-12 12:25:24 +02:00
<svg class="logo logo--services logo--white">
<use xlink:href="/assets/img/sprite.svg#logo-services"></use>
</svg>
2018-04-05 13:43:34 +02:00
<h1 class="hero__title">{{ page.hero.title }}</h1>
<h2 class="hero__subtitle">{{ page.hero.description }}</h2>
2017-04-12 16:36:57 +02:00
{% for cta in page.hero.cta %}
<a class="btn btn-blue-light hero__action" href="{{ cta.link }}">{{ cta.name }}</a>
2017-04-12 16:36:57 +02:00
{% endfor %}
2017-04-10 13:25:44 +02:00
</hgroup>
</div>
</header>