{% t pages.home.hero-heading %}
+{% t pages.home.hero-text %}
+ +diff --git a/_colors/site-colors.html b/_colors/site-colors.html index 6ba4450..2122724 100644 --- a/_colors/site-colors.html +++ b/_colors/site-colors.html @@ -18,3 +18,7 @@ type: colors
$dark-blue
$gray-light
+{% t pages.home.hero-text %}
- - - \ No newline at end of file + diff --git a/_i18n/en.yml b/_i18n/en.yml index 24afb72..76a346c 100644 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -52,7 +52,7 @@ pages: evolution-text: What's next? We are working on a new decentralized service hosted on the masternode network that will open up Dash to web and mobile while being as easy to use as PayPal but still fully decentralized. Stay tuned... evolution-btn: Learn More - news-heading: Lastest News + news-heading: Latest News news-btn: View All News get-started-heading: Get Started diff --git a/_i18n/en/home/hero.html b/_i18n/en/home/hero.html index 736fb6d..498f658 100644 --- a/_i18n/en/home/hero.html +++ b/_i18n/en/home/hero.html @@ -11,11 +11,12 @@ {% include nav-desktop.html %} -{% t pages.home.hero-text %}
- - - \ No newline at end of file + diff --git a/_i18n/es/home/hero.html b/_i18n/es/home/hero.html index 4a641ba..a64d784 100644 --- a/_i18n/es/home/hero.html +++ b/_i18n/es/home/hero.html @@ -11,11 +11,12 @@ {% include nav-desktop.html %} -{% t pages.home.hero-text %}
- - - \ No newline at end of file + diff --git a/_i18n/it/home/hero.html b/_i18n/it/home/hero.html index 736fb6d..498f658 100644 --- a/_i18n/it/home/hero.html +++ b/_i18n/it/home/hero.html @@ -11,11 +11,12 @@ {% include nav-desktop.html %} -{% t pages.home.hero-text %}
- - - \ No newline at end of file + diff --git a/_i18n/pt/home/hero.html b/_i18n/pt/home/hero.html index 736fb6d..498f658 100644 --- a/_i18n/pt/home/hero.html +++ b/_i18n/pt/home/hero.html @@ -11,11 +11,12 @@ {% include nav-desktop.html %} -{% t pages.home.hero-text %}
- - - \ No newline at end of file + diff --git a/_i18n/ru/home/hero.html b/_i18n/ru/home/hero.html index 736fb6d..498f658 100644 --- a/_i18n/ru/home/hero.html +++ b/_i18n/ru/home/hero.html @@ -11,11 +11,12 @@ {% include nav-desktop.html %} -{% t pages.home.hero-text %}
- - - \ No newline at end of file + diff --git a/_sass/_1024.scss b/_sass/_1024.scss deleted file mode 100644 index 87662fd..0000000 --- a/_sass/_1024.scss +++ /dev/null @@ -1,40 +0,0 @@ -@media (max-width: 1279px) { - .content { - width: 1000px; - margin: 0 auto; - } - h1 { - font-size: 34px; - } - - h2 { - font-size: 20px; - } - #background-video { - top: -40px; - max-height: 600px; - } - #key-features { - padding: 0 30px 0 30px; - .col { - width: 50%; - } - .feature { - margin-right: 0px; - .icon { - width: 40px; - height: auto; - margin: 0 30px 100px 0; - } - } - .screenshot { - padding: 40px 30px 30px 10px; - } - } - .feature { - img { - width: 60px; - height: auto; - } - } -} \ No newline at end of file diff --git a/_sass/_480.scss b/_sass/_480.scss deleted file mode 100644 index 7a22580..0000000 --- a/_sass/_480.scss +++ /dev/null @@ -1,113 +0,0 @@ -@media (max-width: 600px) { - .content { - width: 100%; - margin: 0 auto; - padding: 0; - } - h1 { - font-size: 30px; - } - - h2 { - font-size: 18px; - } - #hero { - padding-left: 30px; - padding-right: 30px; - } - #sign-in-cta { - form { - input { - display: block; - width: 100%; - margin-bottom: 10px; - } - } - } - #info { - .col { - width: 100%; - box-sizing: border-box; - margin-top: 10px; - margin-bottom: 20px; - border-right: none; - h2 { - font-size: 24px; - margin-bottom: 10px; - } - span { - color: #999999; - text-transform: uppercase; - font-weight: bold; - font-size: 12px; - } - } - } - #key-features { - padding: 30px; - .col { - width: 100%; - box-sizing: border-box; - } - .feature { - margin-bottom: 50px; - margin-right: 20px; - text-align: center; - .icon { - float: none; - width: 55px; - height: auto; - margin: 0; - } - p { - text-align: left; - } - } - } - #news { - padding: 30px 0 30px 0; - .news-post { - width: 100%; - img { - width: 100%; - max-width: 600px; - height: auto; - } - } - } - #get-started-cta { - padding: 50px 30px; - .col { - width: 100%; - padding: 0px; - margin-top: 20px; - margin-bottom: 20px; - } - } - iframe { - min-height: 300px; - } - .feature { - text-align: center; - img { - width: 75px; - height: auto; - } - .col { - float: none; - display: inline-block; - width: 100%; - p { - text-align: left; - } - ul { - text-align: left; - } - - ol { - text-align: left; - } - } - } - -} diff --git a/_sass/_640.scss b/_sass/_640.scss deleted file mode 100644 index a2a5e32..0000000 --- a/_sass/_640.scss +++ /dev/null @@ -1,62 +0,0 @@ -@media (max-width: 760px) { - .content { - width: 600px; - margin: 0 auto; - } - h1 { - font-size: 32px; - } - - h2 { - font-size: 18px; - } - .second-line{ - display: block; - } - #info { - .col { - width: 33%; - box-sizing: border-box; - padding: 0 10px; - h2 { - font-size: 18px; - margin-bottom: 10px; - } - span { - font-size: 10px; - } - } - } - footer { - padding-top: 0px; - text-align: center; - .nav { - float: none; - text-align: center; - li { - display: block; - margin-left: 0px; - padding-top: 10px; - padding-bottom: 10px; - border-bottom: 1px solid $gray; - } - } - .social { - float: none; - text-align: center; - margin-top: 15px; - } - .logo { - margin-top: 20px; - float: none; - width: 56px; - height: auto; - } - .copyright { - margin-top: 13px; - float: none; - font-size: 12px; - color: #999; - } - } -} \ No newline at end of file diff --git a/_sass/_768.scss b/_sass/_768.scss deleted file mode 100644 index 86623e5..0000000 --- a/_sass/_768.scss +++ /dev/null @@ -1,91 +0,0 @@ -@media (max-width: 1020px) { - .content { - width: 750px; - margin: 0 auto; - } - h1 { - font-size: 34px; - } - - h2 { - font-size: 20px; - } - .desktop { - display: none; - width: 0; - height: 0; - } - .button_container { - display: inline-block; - } - #hero { - #top { - margin-bottom: 100px; - padding: 0 !important; - } - } - #info { - .col { - padding: 0px 20px; - h2 { - font-size: 20px; - } - span { - font-size: 12px; - } - } - } - #key-features { - .col { - width: 100%; - } - .screenshot { - text-align: center !important; - padding: 0; - } - } - #news { - .news-post { - width: 50%; - } - } - #get-started-cta { - .col { - width: 50%; - } - } - #top{ - padding: 0 30px 0 30px; - } - #title{ - padding: 0 30px 0 30px; - } - .main-col { - float: none; - width: 100%; - padding: 0 30px 0 30px; - } - .sidebar { - float: none; - width: 100%; - padding: 0 30px 0 30px; - } - .single-col { - padding: 0 30px 0 30px; - } - .feature { - img { - margin-top: 10px; - width: 40px; - height: auto; - } - } - - .col-2{ - .col { - width: 100%; - border-right: none !important; - padding: 0; - } - } -} \ No newline at end of file diff --git a/_sass/_colors.scss b/_sass/_colors.scss index 73bc7ad..924602d 100644 --- a/_sass/_colors.scss +++ b/_sass/_colors.scss @@ -8,32 +8,34 @@ $red: #ec2227; $green: #1dd68a; $gray: #f0f0f0; $dark-blue: #0b3b5a; +$gray-light: #f7f9fa; // for the style guide: @function contrast-color($color, $dark, $light, $threshold: 50) { - @if (lightness(scale-color($color, $green: 30%, $blue: -6%, $red: 4%)) > $threshold) { // perceptual luminance http://www.workwithcolor.com/color-luminance-2233.htm - @return $dark; // Lighter background, return dark color - } @else { - @return $light; // Darker background, return light color - } + @if (lightness(scale-color($color, $green: 30%, $blue: -6%, $red: 4%)) > $threshold) { // perceptual luminance http://www.workwithcolor.com/color-luminance-2233.htm + @return $dark; // Lighter background, return dark color + } @else { + @return $light; // Darker background, return light color + } } $color: - ('black', $black), - ('white', $white), + ('black', $black), + ('white', $white), - ('blue', $blue), - ('red', $red), - ('green', $green), + ('blue', $blue), + ('red', $red), + ('green', $green), - ('gray', $gray), - ('dark-blue', $dark-blue); + ('gray', $gray), + ('dark-blue', $dark-blue), + ('gray-light', $gray-light); @each $name, $bgcolor in $color { - .color__tile--#{$name}-bg { - background-color: $bgcolor; - color: contrast-color($bgcolor, #000, #fff); - box-shadow: 0 0 10px -4px contrast-color($bgcolor, black, transparent, 80) inset; - } + .color__tile--#{$name}-bg { + background-color: $bgcolor; + color: contrast-color($bgcolor, #000, #fff); + box-shadow: 0 0 10px -4px contrast-color($bgcolor, black, transparent, 80) inset; + } } diff --git a/_sass/_directives.scss b/_sass/_directives.scss index 51e43a0..57b5f2c 100644 --- a/_sass/_directives.scss +++ b/_sass/_directives.scss @@ -3,9 +3,9 @@ This is for time-saving base classes that get @extend -ed */ %clearfix { - &:after { - content: ""; - display: table; - clear: both; - } + &:after { + content: ""; + display: table; + clear: both; + } } diff --git a/_sass/_footer.scss b/_sass/_footer.scss index 43febab..66997b1 100644 --- a/_sass/_footer.scss +++ b/_sass/_footer.scss @@ -1,46 +1,44 @@ /* footer - nav.content - section x5 -{{ post.excerpt | strip_html | truncate: 250 }}
+ Read More... +{{ post.excerpt | strip_html | truncatewords: 20 }}
- Read More... -