1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-01 07:45:41 +01:00
site/_src/community.html

61 lines
2.5 KiB
HTML
Raw Normal View History

2016-01-21 11:51:05 +01:00
---
layout: page
title: Community
---
<section class="section section-community">
<div class="row">
<header class="section-header">
2016-01-21 12:44:47 +01:00
<h1 class="section-title">Get involved</h1>
2016-01-21 11:51:05 +01:00
</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>
2016-01-30 13:34:11 +01:00
<a href="https://groups.google.com/forum/#!forum/bigchain" class="btn btn-primary btn-sm">Bigchain Google Group</a>
2016-01-21 11:51:05 +01:00
</div>
<div class="grid__col">
<h1>Social</h1>
<p>Follow us for the latest updates</p>
<p>
2016-02-07 23:40:26 +01:00
<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>
2016-02-07 23:40:26 +01:00
</a>
<a href="https://facebook.com/{{ site.facebook }}" class="btn btn-primary btn-sm btn--social">
<svg class="icon icon--social icon--facebook" aria-labelledby="title">
<title>Facebook</title>
<use xlink:href="/assets/img/sprite.svg#facebook"></use>
</svg>
</a>
2016-01-21 11:51:05 +01:00
</p>
</div>
</div>
</div>
</section>
<section class="section section-conduct">
<div class="row">
<header class="section-header">
<h1 class="section-title">Community Guidelines</h1>
2016-02-07 23:40:26 +01:00
<p class="section-description">Were happy youre participating in this project and doing something big that's going to help the world. Thanks for abiding by our Community Guidelines.</p>
2016-01-21 11:51:05 +01:00
</header>
<p>
<a href="https://github.com/ascribe/bigchain/blob/master/CODE_OF_CONDUCT.md" class="btn btn-primary btn-sm">Read Guidelines</a>
2016-01-21 11:51:05 +01:00
</p>
</div>
</section>