site/_src/community.html

62 lines
2.7 KiB
HTML

---
layout: page
title: Community
description: 'There are many ways you can contribute to the BigchainDB project, some very easy and others more involved.'
js: page-community.min.js
---
<section class="section section-community">
<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, some very easy and others more involved. We welcome all potential contributors, so we ask that everyone participating abide by some simple guidelines.</p>
<a href="https://github.com/{{ site.github.org }}/{{ site.github.repo }}/blob/develop/CONTRIBUTING.md" class="btn btn-primary btn-sm">Read Guidelines</a>
</header>
<div class="grid grid--full grid-small--fit grid--gutters">
<div class="grid__col">
<h1>Google Group</h1>
<p>Participate in our Google Group</p>
<a class="social-link" href="https://groups.google.com/forum/#!forum/{{ site.googlegroup }}">
<svg class="icon icon--social icon--github" aria-labelledby="title">
<title>Google Group</title>
<use xlink:href="/assets/img/sprite.svg#google"></use>
</svg>
</a>
</div>
<div class="grid__col">
<h1>Social</h1>
<p>Follow us for the latest updates</p>
<p>
<a class="social-link" href="https://github.com/{{ site.github.org }}">
<svg class="icon icon--social icon--github" aria-labelledby="title">
<title>GitHub</title>
<use xlink:href="/assets/img/sprite.svg#github"></use>
</svg>
</a>
<a class="social-link" href="https://twitter.com/{{ site.twitter }}">
<svg class="icon icon--social icon--twitter" aria-labelledby="title">
<title>Twitter</title>
<use xlink:href="/assets/img/sprite.svg#twitter"></use>
</svg>
</a>
<a class="social-link" href="https://medium.com/{{ site.medium }}">
<svg class="icon icon--social icon--blog" aria-labelledby="title">
<title>Blog</title>
<use xlink:href="/assets/img/sprite.svg#icon-blog"></use>
</svg>
</a>
</p>
</div>
</div>
</div>
{% include svg/wrigley-with-stage.svg %}
</section>