1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-01 15:55:36 +01:00
site/_src/_includes/sections/section-cta-enterprise.html

22 lines
866 B
HTML

<section class="section section-cta section-cta--enterprise background--green text-center">
<div class="row">
<header class="section-header">
<div class="logo-enterprise">
<svg class="logo logo--white" aria-labelledby="title">
<title>Logo</title>
<use xlink:href="/assets/img/sprite.svg#logo"></use>
</svg>
<span class="logo-enterprise--text">Enterprise</span>
</div>
<h1 class="section-title">Hands-on production support</h1>
<p class="section-description">From ideation to production, we have the team and technology to help you build enterprise-grade applications and platforms.</p>
</header>
<a class="btn btn-blue" href="/enterprise/">
Enterprise
</a>
</div>
</section>