mirror of
https://github.com/bigchaindb/site.git
synced 2024-11-22 09:46:57 +01:00
Merge pull request #179 from ascribe/feature/gitterlink
More prominent Gitter link
This commit is contained in:
commit
2dd65fe989
@ -175,6 +175,28 @@ $menu-height-md: 66px;
|
||||
.release {
|
||||
min-width: 44px;
|
||||
}
|
||||
|
||||
.icon {
|
||||
margin-right: .1rem;
|
||||
}
|
||||
|
||||
.icon--gitter {
|
||||
animation: gitterPulse 5s ease-out infinite;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes gitterPulse {
|
||||
0% {
|
||||
stroke: $brand-main-gray-light;
|
||||
}
|
||||
|
||||
50% {
|
||||
stroke: $brand-main-green;
|
||||
}
|
||||
|
||||
100% {
|
||||
stroke: $brand-main-gray-light;
|
||||
}
|
||||
}
|
||||
|
||||
.hero__community__label {
|
||||
|
@ -28,6 +28,13 @@
|
||||
</svg> Follow
|
||||
</a>
|
||||
|
||||
<a class="social-link btn btn-text btn-sm js-social-link" href="{{ site.social.gitter.url }}" title="Chat on Gitter">
|
||||
<svg class="icon icon--social icon--gitter" aria-labelledby="title">
|
||||
<title>Gitter</title>
|
||||
<use xlink:href="/assets/img/sprite.svg#gitter"></use>
|
||||
</svg> Chat
|
||||
</a>
|
||||
|
||||
<a class="social-link btn btn-text btn-sm js-social-link js-social-link--meetup" href="{{ site.social.meetup.url }}">
|
||||
<svg class="icon icon--social icon--meetup">
|
||||
<use xlink:href="/assets/img/sprite.svg#meetup"></use>
|
||||
|
Loading…
Reference in New Issue
Block a user