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-community.html
Matthias Kretschmann 2705fa90e3 updated branding (#99)
- 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
2017-04-10 17:14:35 +02:00

13 lines
453 B
HTML

<section class="section section-cta section-cta--community background--photo text-center">
<div class="row">
<header class="section-header">
<h1 class="section-title">Get involved</h1>
<p class="section-description">There are many ways you can contribute to the BigchainDB project.</p>
</header>
<a class="btn btn-primary" href="/community/">
Community
</a>
</div>
</section>