diff --git a/_includes/bitcoin-core/download-bitcoin-core.html b/_includes/bitcoin-core/download-bitcoin-core.html index 01b6ca34..6dcd5f52 100644 --- a/_includes/bitcoin-core/download-bitcoin-core.html +++ b/_includes/bitcoin-core/download-bitcoin-core.html @@ -13,4 +13,5 @@ http://opensource.org/licenses/MIT. Linux +
diff --git a/_sass/screen.scss b/_sass/screen.scss index 064544ea..cc8d559f 100644 --- a/_sass/screen.scss +++ b/_sass/screen.scss @@ -159,6 +159,10 @@ hr { font-weight: normal; color: #FF7E00; } +.separator { + height: 1px; + background: #dfdfdf; +} .banner-message, .banner-message a, .banner-message a:link, @@ -1614,16 +1618,23 @@ button.active { justify-content: space-between; margin-top: 10px; } +.callout-text { + color: #9D9D9D; +} +.callout-separator { + margin: 44px 0 20px; +} .show_less { margin-bottom: 50px; } .show_less_more { - margin-bottom: 70px; + padding-bottom: 70px; } .show_less_more p { font-size: 125%; color: #4D5060; line-height: 34px; + text-align: left; } .show_more-row { justify-content: space-between; @@ -1660,20 +1671,25 @@ button.active { .news-title { margin: 0 0 28px; } +.core-content { + margin: 70px auto 80px; +} .core-column-left { float: left; max-width: 272px; } .core-column-right { float: right; - width: 70%; + width: 66%; + padding-left: 90px; + border-left: 1px solid #dfdfdf; } .corecard { position: relative; padding: 15px 20px 15px 70px; margin-bottom: 5px; width: 270px; - height: 120px; + min-height: 120px; text-align: left; border: 1px solid #DADADA; box-sizing: border-box; @@ -1685,6 +1701,13 @@ button.active { line-height: 30px; font-weight: 600; } +.corecard-label { + margin-bottom: 10px; + font-size: 81.25%; + color: #9D9D9D; + letter-spacing: 0.43px; + text-transform: uppercase; +} .features-card::before { content: ''; position: absolute; @@ -1712,10 +1735,26 @@ button.active { height: 30px; background: url(../img/bitcoin-core/contribute.svg) 50% 50% no-repeat; } +.releases-card::before { + content: ''; + position: absolute; + top: 15px; + left: 20px; + width: 30px; + height: 30px; + background: url(../img/bitcoin-core/news.svg) 50% 50% no-repeat; +} +.rss-card::before { + content: ''; + position: absolute; + top: 15px; + left: 20px; + width: 30px; + height: 30px; + background: url(../img/bitcoin-core/rss.svg) 50% 50% no-repeat; +} .bitcoin-core-separator { - height: 1px; margin: 0 0 70px; - background: #dfdfdf; } .wallet_accordion img { float: left; diff --git a/en/bitcoin-core/index.md b/en/bitcoin-core/index.md index 7a64513f..e619781c 100644 --- a/en/bitcoin-core/index.md +++ b/en/bitcoin-core/index.md @@ -19,14 +19,14 @@ breadcrumbs: -
+

Bitcoin Core

Helping you keep Bitcoin decentralized.

-
+
{% include bitcoin-core/download-bitcoin-core.html %}
@@ -79,9 +79,28 @@ breadcrumbs:

-
-
+
+

Shortcut:

+
+ [Features][bcc features] + Discover what Bitcoin Core offers +
+ +
+ [Get help][bcc help] + Documentation, forums, chat rooms +
+ +
+ [Contribute][bcc contribute] + Code, translations, and more +
+
+ +
+ +

News

@@ -103,23 +122,17 @@ breadcrumbs:
-
-
- [Features][bcc features] - Discover what Bitcoin Core offers +
+
+ [Bitcoin Core Releases][bcc contribute] + For more News, see the complete list
- -
- [Get help][bcc help] - Documentation, forums, chat rooms -
- -
- [Contribute][bcc contribute] - Code, translations, and more +
+ [Subscribe to the RSS feed][bcc contribute] + For more notifications of new releases
- +
diff --git a/img/bitcoin-core/news.png b/img/bitcoin-core/news.png new file mode 100644 index 00000000..e24707e1 Binary files /dev/null and b/img/bitcoin-core/news.png differ diff --git a/img/bitcoin-core/news.svg b/img/bitcoin-core/news.svg new file mode 100644 index 00000000..552c5f9f Binary files /dev/null and b/img/bitcoin-core/news.svg differ diff --git a/img/bitcoin-core/rss.png b/img/bitcoin-core/rss.png new file mode 100644 index 00000000..ee3b1e74 Binary files /dev/null and b/img/bitcoin-core/rss.png differ diff --git a/img/bitcoin-core/rss.svg b/img/bitcoin-core/rss.svg new file mode 100644 index 00000000..11487773 Binary files /dev/null and b/img/bitcoin-core/rss.svg differ