minor updates

This commit is contained in:
andmironov 2017-06-02 19:03:49 +03:00
parent cce0c58ca6
commit 4bf171161e
5 changed files with 32 additions and 40 deletions

View File

@ -958,7 +958,7 @@ li.social-link a {
height: 64px;
top: 12px;
left: -32px;
transition-delay: 1.6s;
transition-delay: 1.4s;
transform: translate3d(-60px, 90px, 0); }
.token-wrap:nth-child(3) {
@ -966,7 +966,7 @@ li.social-link a {
height: 46px;
top: 47px;
left: 154px;
transition-delay: 1.8s;
transition-delay: 1.6s;
transform: translate3d(-70px, 140px, 0); }
.token-wrap:nth-child(4) {
@ -974,7 +974,7 @@ li.social-link a {
height: 46px;
top: 25px;
left: 292px;
transition-delay: 1.65s;
transition-delay: 1.45s;
transform: translate3d(-90px, 150px, 0); }
.token-wrap:nth-child(5) {
@ -982,7 +982,7 @@ li.social-link a {
height: 46px;
top: 181px;
left: 79px;
transition-delay: 1.7s;
transition-delay: 1.5s;
transform: translate3d(-40px, 180px, 0); }
.token-wrap:nth-child(6) {
@ -990,7 +990,7 @@ li.social-link a {
height: 54px;
top: 187px;
left: 227px;
transition-delay: 1.8s;
transition-delay: 1.6s;
transform: translate3d(-20px, 100px, 0); }
.token-wrap:nth-child(7) {
@ -998,7 +998,7 @@ li.social-link a {
height: 54px;
top: 130px;
left: 387px;
transition-delay: 1.9s;
transition-delay: 1.7s;
transform: translate3d(-30px, 190px, 0); }
.token-wrap:nth-child(8) {
@ -1006,7 +1006,7 @@ li.social-link a {
height: 62px;
top: 0px;
left: 521px;
transition-delay: 1.6s;
transition-delay: 1.4s;
transform: translate3d(-40px, 180px, 0); }
.token-wrap:nth-child(9) {
@ -1014,7 +1014,7 @@ li.social-link a {
height: 66px;
top: 252px;
left: 442px;
transition-delay: 1.76s;
transition-delay: 1.56s;
transform: translate3d(-40px, 160px, 0); }
.token-wrap:nth-child(10) {
@ -1022,7 +1022,7 @@ li.social-link a {
height: 48px;
top: 69px;
right: 462px;
transition-delay: 1.5s;
transition-delay: 1.3s;
transform: translate3d(20px, 190px, 0); }
.token-wrap:nth-child(11) {
@ -1030,7 +1030,7 @@ li.social-link a {
height: 58px;
top: 170px;
right: 355px;
transition-delay: 1.6s;
transition-delay: 1.4s;
transform: translate3d(30px, 110px, 0); }
.token-wrap:nth-child(12) {
@ -1038,7 +1038,7 @@ li.social-link a {
height: 54px;
top: 101px;
right: 221px;
transition-delay: 1.7s;
transition-delay: 1.5s;
transform: translate3d(20px, 130px, 0); }
.token-wrap:nth-child(13) {
@ -1046,7 +1046,7 @@ li.social-link a {
height: 48px;
top: 50px;
right: 104px;
transition-delay: 1.8s;
transition-delay: 1.6s;
transform: translate3d(20px, 140px, 0); }
.token-wrap:nth-child(14) {
@ -1054,7 +1054,7 @@ li.social-link a {
height: 48px;
top: 237px;
right: 504px;
transition-delay: 1.9s;
transition-delay: 1.7s;
transform: translate3d(40px, 120px, 0); }
.token-wrap:nth-child(15) {
@ -1062,7 +1062,7 @@ li.social-link a {
height: 48px;
top: 233px;
right: 142px;
transition-delay: 2s;
transition-delay: 1.8s;
transform: translate3d(30px, 140px, 0); }
.token-wrap:nth-child(16) {
@ -1070,7 +1070,7 @@ li.social-link a {
height: 64px;
top: 130px;
right: -40px;
transition-delay: 1.6s;
transition-delay: 1.4s;
transform: translate3d(20px, 140px, 0); }
.shown .token-wrap {

View File

@ -82,7 +82,7 @@
<div class="tagline__body">The Status Contribution Period will begin at 2pm (GMT+0) on June 17th 2017</div>
<div class="tagline__buttons">
<a class="button button--bg-white button--color-blue" target="_blank" href="https://status.im/whitepaper.pdf">Read the Whitepaper</a>
<a class="button button--bg-white button--color-purple button--more" href="#">More about Status</a>
<a class="button button--bg-white button--color-purple button--more" target="_blank" href="http://slack.status.im">Join our Slack</a>
</div>
</div>

View File

@ -9971,11 +9971,6 @@ var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol
hideCookiePopup();
}
document.querySelectorAll(".button--more")[0].addEventListener('click', function (event) {
animateScroll(slideAbout, 600, "easeInOutCubic", 0);
event.preventDefault();
});
document.querySelectorAll(".nav__item--features")[0].addEventListener('click', function (event) {
animateScroll(slideTwo, 600, "easeInOutCubic", 0);
event.preventDefault();

View File

@ -19,10 +19,7 @@ if (statusCookiePolicyAccepted == "accepted") {
hideCookiePopup()
}
document.querySelectorAll(".button--more")[0].addEventListener('click', function(event){
animateScroll(slideAbout, 600, "easeInOutCubic", 0)
event.preventDefault()
})
document.querySelectorAll(".nav__item--features")[0].addEventListener('click', function(event){
animateScroll(slideTwo, 600, "easeInOutCubic", 0)

View File

@ -25,7 +25,7 @@
height: 64px;
top: 12px;
left: -32px;
transition-delay: 1.6s;
transition-delay: 1.4s;
transform: translate3d(-60px, 90px, 0);
}
@ -34,7 +34,7 @@
height: 46px;
top: 47px;
left: 154px;
transition-delay: 1.8s;
transition-delay: 1.6s;
transform: translate3d(-70px, 140px, 0);
}
@ -43,7 +43,7 @@
height: 46px;
top: 25px;
left: 292px;
transition-delay: 1.65s;
transition-delay: 1.45s;
transform: translate3d(-90px, 150px, 0);
}
@ -52,7 +52,7 @@
height: 46px;
top: 181px;
left: 79px;
transition-delay: 1.7s;
transition-delay: 1.5s;
transform: translate3d(-40px, 180px, 0);
}
@ -61,7 +61,7 @@
height: 54px;
top: 187px;
left: 227px;
transition-delay: 1.8s;
transition-delay: 1.6s;
transform: translate3d(-20px, 100px, 0);
}
@ -70,7 +70,7 @@
height: 54px;
top: 130px;
left: 387px;
transition-delay: 1.9s;
transition-delay: 1.7s;
transform: translate3d(-30px, 190px, 0);
}
@ -79,7 +79,7 @@
height: 62px;
top: 0px;
left: 521px;
transition-delay: 1.6s;
transition-delay: 1.4s;
transform: translate3d(-40px, 180px, 0);
}
@ -88,7 +88,7 @@
height: 66px;
top: 252px;
left: 442px;
transition-delay: 1.76s;
transition-delay: 1.56s;
transform: translate3d(-40px, 160px, 0);
}
@ -97,7 +97,7 @@
height: 48px;
top: 69px;
right: 462px;
transition-delay: 1.5s;
transition-delay: 1.3s;
transform: translate3d(20px, 190px, 0);
}
@ -106,7 +106,7 @@
height: 58px;
top: 170px;
right: 355px;
transition-delay: 1.6s;
transition-delay: 1.4s;
transform: translate3d(30px, 110px, 0);
}
@ -115,7 +115,7 @@
height: 54px;
top: 101px;
right: 221px;
transition-delay: 1.7s;
transition-delay: 1.5s;
transform: translate3d(20px, 130px, 0);
}
@ -124,7 +124,7 @@
height: 48px;
top: 50px;
right: 104px;
transition-delay: 1.8s;
transition-delay: 1.6s;
transform: translate3d(20px, 140px, 0);
}
@ -133,7 +133,7 @@
height: 48px;
top: 237px;
right: 504px;
transition-delay: 1.9s;
transition-delay: 1.7s;
transform: translate3d(40px, 120px, 0);
}
@ -142,7 +142,7 @@
height: 48px;
top: 233px;
right: 142px;
transition-delay: 2s;
transition-delay: 1.8s;
transform: translate3d(30px, 140px, 0);
}
@ -151,7 +151,7 @@
height: 64px;
top: 130px;
right: -40px;
transition-delay: 1.6s;
transition-delay: 1.4s;
transform: translate3d(20px, 140px, 0);
}