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

add Gitter link for #62

This commit is contained in:
Matthias Kretschmann 2016-02-18 16:27:54 +01:00
parent b9b10fcfb8
commit bc8681c816
6 changed files with 43 additions and 3 deletions

View File

@ -17,6 +17,7 @@ github:
repo: bigchaindb repo: bigchaindb
medium: the-bigchaindb-blog medium: the-bigchaindb-blog
googlegroup: bigchaindb googlegroup: bigchaindb
gitter: bigchaindb
disqus: bigchain disqus: bigchain
address: address:

View File

@ -0,0 +1,19 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20">
<defs>
<style>
.cls-1 {
fill: none;
stroke: #ed1a55;
stroke-linecap: square;
stroke-width: 2px;
}
</style>
</defs>
<title>gitter</title>
<g id="gitter">
<path class="cls-1" d="M8,4V19.5"/>
<path class="cls-1" d="M12,4V19.5"/>
<path class="cls-1" d="M16,4v7"/>
<path class="cls-1" d="M4,1V11"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 457 B

View File

@ -46,6 +46,10 @@
fill: lighten($brand-primary, 10%); fill: lighten($brand-primary, 10%);
filter: drop-shadow(0 1px 4px rgba($brand-main-blue-dark, .4)); filter: drop-shadow(0 1px 4px rgba($brand-main-blue-dark, .4));
transform: translateY(-1px); transform: translateY(-1px);
&.icon--gitter {
stroke: lighten($brand-primary, 10%);
}
} }
} }
@ -63,6 +67,10 @@
fill: $brand-primary; fill: $brand-primary;
width: 1.5rem; width: 1.5rem;
height: 1.5rem; height: 1.5rem;
&.icon--gitter {
stroke: $brand-primary;
}
} }
} }
} }

View File

@ -18,6 +18,10 @@
stroke: none; stroke: none;
fill: $text-color; fill: $text-color;
margin-bottom: -2px; margin-bottom: -2px;
.icon--gitter {
stroke: $text-color;
}
} }
.icon--sm { .icon--sm {

View File

@ -22,6 +22,8 @@ community:
url: https://github.com/bigchaindb url: https://github.com/bigchaindb
- title: Twitter - title: Twitter
url: https://twitter.com/BigchainDB url: https://twitter.com/BigchainDB
- title: Gitter
url: https://gitter.im/bigchaindb
- title: Google Group - title: Google Group
url: https://groups.google.com/forum/#!forum/bigchaindb url: https://groups.google.com/forum/#!forum/bigchaindb

View File

@ -18,8 +18,14 @@ js: page-community.min.js
<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>Google Group</h1> <h1>Join the discussion</h1>
<p>Participate in our Google Group</p> <p>Participate via Gitter or Google Group</p>
<a class="social-link" href="https://gitter.im/{{ site.gitter }}">
<svg class="icon icon--social icon--gitter" aria-labelledby="title">
<title>Gitter</title>
<use xlink:href="/assets/img/sprite.svg#gitter"></use>
</svg>
</a>
<a class="social-link" href="https://groups.google.com/forum/#!forum/{{ site.googlegroup }}"> <a class="social-link" href="https://groups.google.com/forum/#!forum/{{ site.googlegroup }}">
<svg class="icon icon--social icon--github" aria-labelledby="title"> <svg class="icon icon--social icon--github" aria-labelledby="title">
<title>Google Group</title> <title>Google Group</title>
@ -28,7 +34,7 @@ js: page-community.min.js
</a> </a>
</div> </div>
<div class="grid__col"> <div class="grid__col">
<h1>Social</h1> <h1>Follow</h1>
<p>Follow us for the latest updates</p> <p>Follow us for the latest updates</p>
<p> <p>
<a class="social-link" href="https://github.com/{{ site.github.org }}"> <a class="social-link" href="https://github.com/{{ site.github.org }}">