diff --git a/_src/_assets/javascripts/page-getstarted.js b/_src/_assets/javascripts/page-getstarted.js index 6e3cffb..add23db 100644 --- a/_src/_assets/javascripts/page-getstarted.js +++ b/_src/_assets/javascripts/page-getstarted.js @@ -1,6 +1,5 @@ //=include bigchain/smoothscroll.js //=include bigchain/newsletter.js -//=include bigchain/wrigley.js jQuery(function($) { diff --git a/_src/_assets/styles/_page-getstarted.scss b/_src/_assets/styles/_page-getstarted.scss index 2a32b7a..9200410 100644 --- a/_src/_assets/styles/_page-getstarted.scss +++ b/_src/_assets/styles/_page-getstarted.scss @@ -76,13 +76,6 @@ .section--community { text-align: center; - position: relative; - // make room for wrigely - padding-bottom: 200px; - - @media ($screen-lg) { - padding-bottom: 0; - } .section-header { .section-description { margin-bottom: ($spacer * 2); } @@ -146,88 +139,8 @@ } } -.text-milestones { - margin-top: ($spacer * 2); -} - - -// -// wrigley: positioned and animated -// -#wrigley { - @extend .img--responsive; - vertical-align: bottom; - width: 400px; - height: 220px; - position: absolute; - bottom: 0; - right: 0; - - #arm { - transform-origin: right; - } - - #head { - transform-origin: center; - } - - #eye { - transform-origin: center; - } - - #arm, - #head, - #eye { - animation: none; - } - - &:hover, - &.is-ready { - #arm, - #head, - #eye { - &.paused { animation: none; } - } - - #arm { - animation: wrigley-wink 1s ease-in-out; - } - - #head { - animation: wrigley-head-nod 1s ease-in-out; - } - - #eye { - &.is-ready { - animation: wrigley-blink .3s ease-in-out forwards; - animation-iteration-count: 2; - } - } - } -} - -@keyframes wrigley-wink { - 0% { transform: rotate(0); } - - 25%, - 50% { transform: rotate(-20deg); } - - 30%, - 100% { transform: rotate(0); } -} - -@keyframes wrigley-head-nod { - 0% { transform: rotate(0); } - - 25%, - 50% { transform: rotate(-2deg); } - - 30%, - 100% { transform: rotate(0); } -} - -@keyframes wrigley-blink { - 0% { transform: scaleY(1); } - 50% { transform: scaleY(0); } - 100% { transform: scaleY(1); } +.community__actions { + border-bottom: 1px solid $gray-dark; + margin-bottom: $spacer * 3; + padding-bottom: $spacer * 3; } diff --git a/_src/start.html b/_src/start.html index 32cfd4f..4460515 100644 --- a/_src/start.html +++ b/_src/start.html @@ -176,12 +176,36 @@ redirect_from:
-

Get Involved

+

Get involved in the community

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.

- - Read The Guidelines
+
+
+
+
+
Chat on Gitter
+

Start a chat with us on Gitter.

+ + Chat on Gitter + +
+
+
Open an issue
+

So you found a bug? Report it!

+ + Open issue + +
+
+
Guidelines
+

Read up on our community guidelines.

+ Read Guidelines +
+
+
+ +

Follow

@@ -199,11 +223,8 @@ redirect_from:
-
- {% include svg/wrigley-with-stage.svg %} -
{% include sections/section-newsletter.html %}