mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-01 07:45:41 +01:00
61 lines
2.5 KiB
HTML
61 lines
2.5 KiB
HTML
---
|
||
layout: page
|
||
|
||
title: Community
|
||
---
|
||
|
||
<section class="section section-community">
|
||
<div class="row">
|
||
<header class="section-header">
|
||
<h1 class="section-title">Get involved</h1>
|
||
</header>
|
||
|
||
<div class="grid grid--full grid-small--fit grid--gutters">
|
||
<div class="grid__col">
|
||
<h1 class="">Google Group</h1>
|
||
<p>Participate in our Google Group</p>
|
||
<a href="https://groups.google.com/forum/#!forum/bigchaindb" class="btn btn-primary btn-sm">Bigchain Google Group</a>
|
||
</div>
|
||
<div class="grid__col">
|
||
<h1>Social</h1>
|
||
<p>Follow us for the latest updates</p>
|
||
<p>
|
||
<a href="https://github.com/{{ site.github }}" class="btn btn-primary btn-sm btn--social">
|
||
<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 href="https://twitter.com/{{ site.twitter }}" class="btn btn-primary btn-sm btn--social">
|
||
<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 href="https://medium.com/{{ site.medium }}" class="btn btn-primary btn-sm btn--social">
|
||
<svg class="icon icon--social icon--blog" aria-labelledby="title">
|
||
<title>Blog</title>
|
||
<use xlink:href="/assets/img/sprite.svg#blog"></use>
|
||
</svg>
|
||
</a>
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="section section-conduct">
|
||
<div class="row">
|
||
<header class="section-header">
|
||
<h1 class="section-title">Community Guidelines</h1>
|
||
<p class="section-description">We’re happy you’re participating in this project and doing something big that's going to help the world. Thanks for abiding by our Community Guidelines.</p>
|
||
</header>
|
||
|
||
<p>
|
||
<a href="https://github.com/bigchaindb/bigchaindb/blob/master/CODE_OF_CONDUCT.md" class="btn btn-primary btn-sm">Read Guidelines</a>
|
||
</p>
|
||
</div>
|
||
</section>
|