diff --git a/_includes/helpers/hero-social.html b/_includes/helpers/hero-social.html deleted file mode 100644 index 0b37b02e..00000000 --- a/_includes/helpers/hero-social.html +++ /dev/null @@ -1,8 +0,0 @@ -{% comment %} -This file is licensed under the MIT License (MIT) available on -http://opensource.org/licenses/MIT. -{% endcomment %} - -
- -
diff --git a/_includes/layout/base-core/footer-license.html b/_includes/layout/base-core/footer-license.html index c6c515c3..beded41f 100644 --- a/_includes/layout/base-core/footer-license.html +++ b/_includes/layout/base-core/footer-license.html @@ -9,9 +9,6 @@ http://opensource.org/licenses/MIT.
© Bitcoin Project 2009-{{ site.time | date: '%Y' }} {% translate footer layout %}
Bitcoin Core pages on Bitcoin.org are maintained separately from the rest of the site. -
- diff --git a/_layouts/development-sidebar.html b/_layouts/development-sidebar.html index 53e8a1e9..23897e7e 100644 --- a/_layouts/development-sidebar.html +++ b/_layouts/development-sidebar.html @@ -16,7 +16,6 @@ end_of_page:

{% translate pagetitle %}

{% if page.lang != 'en' %}

{% translate summary %}

{% endif %} - {% include helpers/hero-social.html %} diff --git a/_layouts/post.html b/_layouts/post.html index b0df5dc0..33efac84 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -26,7 +26,6 @@ end_of_page: |

{{ page.title }}

- {% include helpers/hero-social.html %}
diff --git a/_layouts/release.html b/_layouts/release.html index 2ddbff82..f85f1ccc 100644 --- a/_layouts/release.html +++ b/_layouts/release.html @@ -16,7 +16,6 @@ end_of_page: | {% if page.optional_date %}

{{ page.optional_date | date:"%e %B %Y" }}

{% endif %} - {% include helpers/hero-social.html %} diff --git a/_layouts/sidebar.html b/_layouts/sidebar.html index 2a2c649d..629dd37e 100644 --- a/_layouts/sidebar.html +++ b/_layouts/sidebar.html @@ -16,7 +16,6 @@ end_of_page: | {% else %}

{% translate summary %}

{% endif %} - {% include helpers/hero-social.html %} {% if page.id == 'exchanges' %} diff --git a/_layouts/wallet-container.html b/_layouts/wallet-container.html index eb8442ec..f92cd38e 100644 --- a/_layouts/wallet-container.html +++ b/_layouts/wallet-container.html @@ -15,7 +15,6 @@ max_wallet_text_length: 418 ## Unicode characters

{% translate wallet{{page.wallet.id}} choose-your-wallet %}

- {% include helpers/hero-social.html %} diff --git a/_layouts/wallet-platform.html b/_layouts/wallet-platform.html index 1c0323bd..0283350a 100644 --- a/_layouts/wallet-platform.html +++ b/_layouts/wallet-platform.html @@ -9,7 +9,6 @@ layout: base

{% translate pagetitle choose-your-wallet %}

{% translate pagedesc choose-your-wallet %}

- {% include helpers/hero-social.html %}
diff --git a/_sass/screen.scss b/_sass/screen.scss index 4afaaf0e..0af59a36 100644 --- a/_sass/screen.scss +++ b/_sass/screen.scss @@ -489,13 +489,6 @@ h1 span.fa, h2 span.fa, h3 span.fa, h4 span.fa, h5 span.fa, h6 span.fa { .hero h1 { margin-bottom: 20px; } -.hero-social { - flex-direction: column; - position: absolute; - top: 50%; - right: 0; - transform: translateY(-50%); -} .footer { position: relative; padding-top: 60px; @@ -632,12 +625,6 @@ h1 span.fa, h2 span.fa, h3 span.fa, h4 span.fa, h5 span.fa, h6 span.fa { top: 0; transform: translateY(-100%); } -.footer-social-link { - height: 30px; -} -.footer-social-link:not(:last-child) { - margin-right: 10px; -} .statusmenu { color: inherit; } @@ -3521,12 +3508,6 @@ br.big { .footerlicense { max-width: 410px; } - .footer-social { - order: 1; - width: 100%; - margin-top: 20px; - justify-content: flex-end; - } .home-title { margin: 0 0 43px; } @@ -3611,7 +3592,7 @@ br.big { .mainhero { padding: 110px 0 100px; } - .mainhero .hero-social { + .mainhero { top: auto; right: 30px; bottom: 0; @@ -3926,9 +3907,6 @@ br.big { max-width: 100%; text-align: center; } - .footer-social { - justify-content: center; - } .maindesc-text { max-width: 90%; } @@ -4312,9 +4290,6 @@ br.big { .own-timeline-number::after { width: 80px; } - .hero-social { - display: none; - } } @media handheld, only screen and ( max-width: 40em ), only screen and ( max-device-width: 40em ){ p { diff --git a/_templates/bitcoin-for-businesses.html b/_templates/bitcoin-for-businesses.html index e1854e78..1fc680d3 100644 --- a/_templates/bitcoin-for-businesses.html +++ b/_templates/bitcoin-for-businesses.html @@ -9,7 +9,6 @@ id: bitcoin-for-businesses

{% translate pagetitle %}

{% translate summary %}

- {% include helpers/hero-social.html %}
diff --git a/_templates/bitcoin-for-developers.html b/_templates/bitcoin-for-developers.html index 6f1c4e8c..cb1d5cbe 100644 --- a/_templates/bitcoin-for-developers.html +++ b/_templates/bitcoin-for-developers.html @@ -9,7 +9,6 @@ id: bitcoin-for-developers

{% translate pagetitle %}

{% translate summary %}

- {% include helpers/hero-social.html %}
diff --git a/_templates/bitcoin-for-individuals.html b/_templates/bitcoin-for-individuals.html index 4f1c5338..09301a14 100644 --- a/_templates/bitcoin-for-individuals.html +++ b/_templates/bitcoin-for-individuals.html @@ -9,7 +9,6 @@ id: bitcoin-for-individuals

{% translate pagetitle %}

{% translate summary %}

- {% include helpers/hero-social.html %}
diff --git a/_templates/bitcoin-paper.html b/_templates/bitcoin-paper.html index 23a7c71b..78048879 100644 --- a/_templates/bitcoin-paper.html +++ b/_templates/bitcoin-paper.html @@ -9,7 +9,6 @@ id: bitcoin-paper

{% translate pagetitle %}

{% translate summary %}

- {% include helpers/hero-social.html %}
diff --git a/_templates/buy.html b/_templates/buy.html index 661529ad..d6b22f9d 100644 --- a/_templates/buy.html +++ b/_templates/buy.html @@ -12,7 +12,6 @@ id: buy

{% translate pagetitle %}

{% translate summary %}

- {% include helpers/hero-social.html %}
diff --git a/_templates/community.html b/_templates/community.html index 8898aed0..89d578e2 100644 --- a/_templates/community.html +++ b/_templates/community.html @@ -9,7 +9,6 @@ id: community

{% translate pagetitle %}

{% translate pagedesc %}

- {% include helpers/hero-social.html %}
diff --git a/_templates/developer-documentation.html b/_templates/developer-documentation.html index 57aad2c8..cb85bd5c 100644 --- a/_templates/developer-documentation.html +++ b/_templates/developer-documentation.html @@ -17,7 +17,6 @@ end_of_page: |

{% translate pagetitle %}

{% translate summary %}

- {% include helpers/hero-social.html %}
diff --git a/_templates/developer-guide.md b/_templates/developer-guide.md index f6a71fc0..b0f8159e 100644 --- a/_templates/developer-guide.md +++ b/_templates/developer-guide.md @@ -20,7 +20,6 @@ show_toc: true

{% translate pagetitle %}

{% translate summary %}

- {% include helpers/hero-social.html %}
diff --git a/_templates/download.html b/_templates/download.html index 546fa478..7f6e09bc 100644 --- a/_templates/download.html +++ b/_templates/download.html @@ -34,7 +34,6 @@ lin64: "x86_64-linux-gnu.tar.gz" - {% include helpers/hero-social.html %} diff --git a/_templates/events.html b/_templates/events.html index 89b69c25..99c28a2c 100644 --- a/_templates/events.html +++ b/_templates/events.html @@ -12,7 +12,6 @@ id: events

{% translate pagetitle %}

{% translate pagedesc %} {% translate rsslink %}

- {% include helpers/hero-social.html %}
diff --git a/_templates/getting-started.html b/_templates/getting-started.html index 7ab2d3f2..3b77347f 100644 --- a/_templates/getting-started.html +++ b/_templates/getting-started.html @@ -9,7 +9,6 @@ id: getting-started

{% translate pagetitle %}

{% translate pagedesc %}

- {% include helpers/hero-social.html %}
diff --git a/_templates/how-it-works.html b/_templates/how-it-works.html index 143e0a28..8f5bf8dc 100644 --- a/_templates/how-it-works.html +++ b/_templates/how-it-works.html @@ -9,7 +9,6 @@ id: how-it-works

{% translate pagetitle %}

{% translate intro %}

- {% include helpers/hero-social.html %}
diff --git a/_templates/innovation.html b/_templates/innovation.html index b8cea9fa..8a940dc4 100644 --- a/_templates/innovation.html +++ b/_templates/innovation.html @@ -9,7 +9,6 @@ id: innovation

{% translate pagetitle %}

{% translate summary %}

- {% include helpers/hero-social.html %}
diff --git a/_templates/privacy.html b/_templates/privacy.html index ef5a2dde..42c88656 100644 --- a/_templates/privacy.html +++ b/_templates/privacy.html @@ -8,7 +8,6 @@ id: privacy

{% translate pagetitle %}

- {% include helpers/hero-social.html %}
diff --git a/_templates/protect-your-privacy.html b/_templates/protect-your-privacy.html index 87f8e7b0..72e2f880 100644 --- a/_templates/protect-your-privacy.html +++ b/_templates/protect-your-privacy.html @@ -9,7 +9,6 @@ id: protect-your-privacy

{% translate pagetitle %}

{% translate pagedesc %}

- {% include helpers/hero-social.html %}
diff --git a/_templates/resources.html b/_templates/resources.html index 2bad3601..777f575c 100644 --- a/_templates/resources.html +++ b/_templates/resources.html @@ -9,7 +9,6 @@ id: resources

{% translate pagetitle %}

{% translate pagedesc %}

- {% include helpers/hero-social.html %}
diff --git a/_templates/scams.html b/_templates/scams.html index b8924bdd..57e164f2 100644 --- a/_templates/scams.html +++ b/_templates/scams.html @@ -32,7 +32,6 @@ voc:

{% translate pagetitle %}

{% translate summary %}

- {% include helpers/hero-social.html %}
diff --git a/_templates/spend-bitcoin.html b/_templates/spend-bitcoin.html index 99ccef59..3f85e395 100644 --- a/_templates/spend-bitcoin.html +++ b/_templates/spend-bitcoin.html @@ -8,8 +8,6 @@ id: spend-bitcoin

{% translate pagetitle %}

-

{% translate summary %}

- {% include helpers/hero-social.html %}
diff --git a/_templates/support-bitcoin.html b/_templates/support-bitcoin.html index 8912ea20..fa757059 100644 --- a/_templates/support-bitcoin.html +++ b/_templates/support-bitcoin.html @@ -9,7 +9,6 @@ id: support-bitcoin

{% translate pagetitle %}

{% translate summary %}

- {% include helpers/hero-social.html %}
diff --git a/_templates/vocabulary.html b/_templates/vocabulary.html index fbd9dc39..17c52e5c 100644 --- a/_templates/vocabulary.html +++ b/_templates/vocabulary.html @@ -32,7 +32,6 @@ voc:

{% translate pagetitle %}

{% translate summary %}

- {% include helpers/hero-social.html %}
diff --git a/_templates/you-need-to-know.html b/_templates/you-need-to-know.html index 7b4389a2..dba4bd5c 100644 --- a/_templates/you-need-to-know.html +++ b/_templates/you-need-to-know.html @@ -9,7 +9,6 @@ id: you-need-to-know

{% translate pagetitle %}

{% translate summary %}

- {% include helpers/hero-social.html %}
diff --git a/css/rtl.scss b/css/rtl.scss index de6b286f..7bae5daf 100644 --- a/css/rtl.scss +++ b/css/rtl.scss @@ -51,9 +51,6 @@ p{ margin-right:0; margin-left:15px; } -.footer-social-link:not(:last-child) { - margin-left: 10px; -} .statusmenu{ padding-left:0; padding-right:20px; @@ -698,9 +695,6 @@ h2 .rssicon{ .tablehalf div{ margin-right:0; } - .footer-social { - justify-content: center; - } .organizations-item { margin-left: 0; } diff --git a/en/alerts.html b/en/alerts.html index 95eff403..7519a4a8 100644 --- a/en/alerts.html +++ b/en/alerts.html @@ -16,7 +16,6 @@ title: Network status and alerts - Bitcoin

Stay aware of network alerts by subscribing to the RSS feed

- {% include helpers/hero-social.html %} diff --git a/en/bitcoin-core/about-site.md b/en/bitcoin-core/about-site.md index 26ab9af3..4b6b2a7e 100644 --- a/en/bitcoin-core/about-site.md +++ b/en/bitcoin-core/about-site.md @@ -17,7 +17,6 @@ breadcrumbs:
# About the Bitcoin Core pages on Bitcoin.org -{% include helpers/hero-social.html %}
diff --git a/en/bitcoin-core/capacity-increases-faq.md b/en/bitcoin-core/capacity-increases-faq.md index 2e183ce2..42655be0 100644 --- a/en/bitcoin-core/capacity-increases-faq.md +++ b/en/bitcoin-core/capacity-increases-faq.md @@ -21,7 +21,6 @@ moved_url: https://bitcoincore.org/en/2015/12/23/capacity-increases-faq/ # Capacity increases FAQ -{% include helpers/hero-social.html %} diff --git a/en/bitcoin-core/capacity-increases.md b/en/bitcoin-core/capacity-increases.md index 3f3ce891..764c9c7c 100644 --- a/en/bitcoin-core/capacity-increases.md +++ b/en/bitcoin-core/capacity-increases.md @@ -19,7 +19,6 @@ moved_url: https://bitcoincore.org/en/2015/12/21/capacity-increase # Capacity increases for the Bitcoin system -{% include helpers/hero-social.html %} diff --git a/en/bitcoin-core/contribute/documentation.md b/en/bitcoin-core/contribute/documentation.md index 6cc1b437..30a528a2 100644 --- a/en/bitcoin-core/contribute/documentation.md +++ b/en/bitcoin-core/contribute/documentation.md @@ -18,7 +18,6 @@ breadcrumbs:
# Writing Bitcoin Core Documentation -{% include helpers/hero-social.html %}
diff --git a/en/bitcoin-core/contribute/index.md b/en/bitcoin-core/contribute/index.md index b81603ec..fefd3a03 100644 --- a/en/bitcoin-core/contribute/index.md +++ b/en/bitcoin-core/contribute/index.md @@ -17,7 +17,6 @@ breadcrumbs:
# Contributing To Bitcoin Core -{% include helpers/hero-social.html %}
diff --git a/en/bitcoin-core/contribute/issues.md b/en/bitcoin-core/contribute/issues.md index dac0a88e..ce9e0e2c 100755 --- a/en/bitcoin-core/contribute/issues.md +++ b/en/bitcoin-core/contribute/issues.md @@ -18,7 +18,6 @@ breadcrumbs:
# Contribute Bug Reports -{% include helpers/hero-social.html %}
diff --git a/en/bitcoin-core/contribute/support.md b/en/bitcoin-core/contribute/support.md index 73fe848e..3e79dc0b 100644 --- a/en/bitcoin-core/contribute/support.md +++ b/en/bitcoin-core/contribute/support.md @@ -18,7 +18,6 @@ breadcrumbs:
# Supporting Bitcoin Core Users -{% include helpers/hero-social.html %}
diff --git a/en/bitcoin-core/contribute/translations.md b/en/bitcoin-core/contribute/translations.md index dd5dce89..7ab24b88 100644 --- a/en/bitcoin-core/contribute/translations.md +++ b/en/bitcoin-core/contribute/translations.md @@ -18,7 +18,6 @@ breadcrumbs:
# Translating Bitcoin Core -{% include helpers/hero-social.html %}
diff --git a/en/bitcoin-core/features/index.md b/en/bitcoin-core/features/index.md index 2656fa94..af9be743 100644 --- a/en/bitcoin-core/features/index.md +++ b/en/bitcoin-core/features/index.md @@ -21,7 +21,6 @@ end_of_page: |
# Bitcoin Core -{% include helpers/hero-social.html %}
diff --git a/en/bitcoin-core/features/network-support.md b/en/bitcoin-core/features/network-support.md index e35767a5..27a132b0 100644 --- a/en/bitcoin-core/features/network-support.md +++ b/en/bitcoin-core/features/network-support.md @@ -18,7 +18,6 @@ breadcrumbs:
# Donate Bandwidth Using Bitcoin Core -{% include helpers/hero-social.html %}
diff --git a/en/bitcoin-core/features/privacy.md b/en/bitcoin-core/features/privacy.md index 129a2283..d982a5fc 100644 --- a/en/bitcoin-core/features/privacy.md +++ b/en/bitcoin-core/features/privacy.md @@ -44,7 +44,6 @@ third_party_privacy:
# Bitcoin Core's Excellent Privacy -{% include helpers/hero-social.html %}
diff --git a/en/bitcoin-core/features/requirements.md b/en/bitcoin-core/features/requirements.md index 38ade94c..0c2f1a50 100644 --- a/en/bitcoin-core/features/requirements.md +++ b/en/bitcoin-core/features/requirements.md @@ -18,7 +18,6 @@ breadcrumbs:
# Bitcoin Core Requirements and Warnings -{% include helpers/hero-social.html %}
diff --git a/en/bitcoin-core/features/user-interface.md b/en/bitcoin-core/features/user-interface.md index 2e9f1ca5..0b8013b9 100644 --- a/en/bitcoin-core/features/user-interface.md +++ b/en/bitcoin-core/features/user-interface.md @@ -17,7 +17,6 @@ breadcrumbs:
# Bitcoin Core's User Interface -{% include helpers/hero-social.html %}
diff --git a/en/bitcoin-core/features/validation.md b/en/bitcoin-core/features/validation.md index 56e6869a..70d37c93 100644 --- a/en/bitcoin-core/features/validation.md +++ b/en/bitcoin-core/features/validation.md @@ -17,7 +17,6 @@ breadcrumbs:
# Bitcoin Core Validation -{% include helpers/hero-social.html %}
diff --git a/en/bitcoin-core/help.md b/en/bitcoin-core/help.md index 19f524b3..e41460f3 100644 --- a/en/bitcoin-core/help.md +++ b/en/bitcoin-core/help.md @@ -20,7 +20,6 @@ end_of_page: |
# Getting Help For Bitcoin Core -{% include helpers/hero-social.html %}
diff --git a/en/bitcoin-core/index.md b/en/bitcoin-core/index.md index c7057a02..5f801d7f 100644 --- a/en/bitcoin-core/index.md +++ b/en/bitcoin-core/index.md @@ -25,7 +25,6 @@ breadcrumbs:

Bitcoin Core

Helping you keep Bitcoin decentralized.

- {% include helpers/hero-social.html %}
diff --git a/en/blog.html b/en/blog.html index 3cd42160..bd6f0c41 100644 --- a/en/blog.html +++ b/en/blog.html @@ -17,7 +17,6 @@ id: site-blog

Discover what's new on Bitcoin.org or subscribe to the RSS feed

- {% include helpers/hero-social.html %} diff --git a/en/full-node.md b/en/full-node.md index 25be087b..6ed42228 100644 --- a/en/full-node.md +++ b/en/full-node.md @@ -100,7 +100,6 @@ Core running. # Running A Full Node

Support the Bitcoin network by running your own full node

-{% include helpers/hero-social.html %} diff --git a/en/version-history.html b/en/version-history.html index 72787ed3..f4854af6 100644 --- a/en/version-history.html +++ b/en/version-history.html @@ -17,7 +17,6 @@ breadcrumbs:

Bitcoin Core version history

{% translate rsslink events%}

- {% include helpers/hero-social.html %}
diff --git a/img/icons/ico_facebook_bright.png b/img/icons/ico_facebook_bright.png deleted file mode 100644 index 7127e5a2..00000000 Binary files a/img/icons/ico_facebook_bright.png and /dev/null differ diff --git a/img/icons/ico_facebook_bright.svg b/img/icons/ico_facebook_bright.svg deleted file mode 100644 index c00be7e4..00000000 Binary files a/img/icons/ico_facebook_bright.svg and /dev/null differ diff --git a/img/icons/ico_facebook_dark.png b/img/icons/ico_facebook_dark.png deleted file mode 100644 index d652fc5c..00000000 Binary files a/img/icons/ico_facebook_dark.png and /dev/null differ diff --git a/img/icons/ico_facebook_dark.svg b/img/icons/ico_facebook_dark.svg deleted file mode 100644 index d4e9ae42..00000000 Binary files a/img/icons/ico_facebook_dark.svg and /dev/null differ diff --git a/img/icons/ico_twitter_bright.png b/img/icons/ico_twitter_bright.png deleted file mode 100644 index 5ab095af..00000000 Binary files a/img/icons/ico_twitter_bright.png and /dev/null differ diff --git a/img/icons/ico_twitter_bright.svg b/img/icons/ico_twitter_bright.svg deleted file mode 100644 index b3e02795..00000000 Binary files a/img/icons/ico_twitter_bright.svg and /dev/null differ diff --git a/img/icons/ico_twitter_dark.png b/img/icons/ico_twitter_dark.png deleted file mode 100644 index 27baeb18..00000000 Binary files a/img/icons/ico_twitter_dark.png and /dev/null differ diff --git a/img/icons/ico_twitter_dark.svg b/img/icons/ico_twitter_dark.svg deleted file mode 100644 index d51e8597..00000000 Binary files a/img/icons/ico_twitter_dark.svg and /dev/null differ