1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-22 17:50:07 +01:00
site/_src/_includes/sections/section-cta-services.html

18 lines
640 B
HTML
Raw Normal View History

2018-04-13 14:29:41 +02:00
<section class="section section-cta section-cta--services background--blue--light">
2018-04-05 15:34:17 +02:00
<div class="row">
<header class="section-header">
<svg class="logo logo--services logo--white" aria-labelledby="title">
2018-04-12 12:25:24 +02:00
<title>Logo BigchainDB Services</title>
<use xlink:href="/assets/img/sprite.svg#logo-services"></use>
</svg>
2018-04-05 15:34:17 +02:00
<h1 class="section-title">Hands-on consulting and production support by blockchain experts.</h1>
</header>
2018-04-13 14:45:17 +02:00
<a class="btn btn-blue" href="{% link services.html %}">
2018-04-05 15:34:17 +02:00
Explore Services
</a>
</div>
</section>