mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 09:46:57 +01:00
minimal community page
This commit is contained in:
parent
a3a7e200a9
commit
51745f921d
@ -14,6 +14,7 @@ twitter: BigchainDB
|
|||||||
facebook: BigchainDB
|
facebook: BigchainDB
|
||||||
github: BigchainDB
|
github: BigchainDB
|
||||||
medium: the-bigchaindb-blog
|
medium: the-bigchaindb-blog
|
||||||
|
googlegroup: bigchaindb
|
||||||
disqus: bigchain
|
disqus: bigchain
|
||||||
|
|
||||||
address:
|
address:
|
||||||
|
6
_src/_assets/images/google.svg
Executable file
6
_src/_assets/images/google.svg
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Generated by IcoMoon.io -->
|
||||||
|
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||||
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
|
||||||
|
<path d="M8.159 6.856v2.744h4.537c-0.184 1.178-1.372 3.45-4.537 3.45-2.731 0-4.959-2.262-4.959-5.050s2.228-5.050 4.959-5.050c1.553 0 2.594 0.663 3.188 1.234l2.172-2.091c-1.394-1.306-3.2-2.094-5.359-2.094-4.422 0-8 3.578-8 8s3.578 8 8 8c4.616 0 7.681-3.247 7.681-7.816 0-0.525-0.056-0.925-0.125-1.325l-7.556-0.003z"></path>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 642 B |
@ -16,6 +16,10 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.section-community {
|
.section-community {
|
||||||
|
.section-header {
|
||||||
|
.section-description { margin-bottom: ($spacer * 2); }
|
||||||
|
}
|
||||||
|
|
||||||
.grid h1 { @extend .h3; }
|
.grid h1 { @extend .h3; }
|
||||||
|
|
||||||
.social-link {
|
.social-link {
|
||||||
|
@ -8,14 +8,21 @@ title: Community
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<header class="section-header">
|
<header class="section-header">
|
||||||
<h1 class="section-title">Get involved</h1>
|
<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>
|
<p class="section-description">We’re happy you’re participating in this project and doing something big that's going to help the world. 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/BigchainDB/bigchaindb/CONTRIBUTING.md" class="btn btn-primary btn-sm">Read Guidelines</a>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<div class="grid grid--full grid-small--fit grid--gutters">
|
<div class="grid grid--full grid-small--fit grid--gutters">
|
||||||
<div class="grid__col">
|
<div class="grid__col">
|
||||||
<h1 class="">Google Group</h1>
|
<h1>Google Group</h1>
|
||||||
<p>Participate in our Google Group</p>
|
<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>
|
<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>
|
||||||
<div class="grid__col">
|
<div class="grid__col">
|
||||||
<h1>Social</h1>
|
<h1>Social</h1>
|
||||||
@ -44,10 +51,11 @@ title: Community
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="section section-conduct">
|
<!-- <section class="section section-contribute">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<header class="section-header">
|
<header class="section-header">
|
||||||
<h1 class="section-title">Community Guidelines</h1>
|
<h1 class="section-title">Community Guidelines</h1>
|
||||||
@ -55,7 +63,7 @@ title: Community
|
|||||||
</header>
|
</header>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<a href="https://github.com/BigchainDB/bigchaindb/CONTRIBUTING.md" class="btn btn-primary btn-sm">Read Guidelines</a>
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section> -->
|
||||||
|
Loading…
Reference in New Issue
Block a user