mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-01 15:55:36 +01:00
Matthias Kretschmann
2705fa90e3
- new typeface: Europa, loaded from Typekit - new colors, reduced gray tones - new hero image - new gradient overlay - new buttons - bigger default font sizes - ditch caps for action items
13 lines
411 B
HTML
13 lines
411 B
HTML
<section class="section section-cta section-cta--features background--photo text-center">
|
|
<div class="row">
|
|
<header class="section-header">
|
|
<h1 class="section-title">How BigchainDB Works</h1>
|
|
<p class="section-description">Learn how we scale</p>
|
|
</header>
|
|
|
|
<a class="btn btn-primary" href="/features/">
|
|
Features
|
|
</a>
|
|
</div>
|
|
</section>
|