From 33da1be5716a929d5de3c6d3ebf3b340ae1e183e Mon Sep 17 00:00:00 2001
From: Priem19 <969@criptext.com>
Date: Sat, 4 Jan 2020 10:02:50 +0100
Subject: [PATCH] removes hero-social, footer-social, fb & twitter icons
---
_includes/helpers/hero-social.html | 8 ------
.../layout/base-core/footer-license.html | 3 --
_includes/layout/base/footer-license.html | 3 --
_includes/templates/index.html | 2 +-
_layouts/about-sidebar.html | 1 -
_layouts/alert.html | 1 -
_layouts/devdoc-category.md | 1 -
_layouts/development-sidebar.html | 1 -
_layouts/post.html | 1 -
_layouts/release.html | 1 -
_layouts/sidebar.html | 1 -
_layouts/wallet-container.html | 1 -
_layouts/wallet-platform.html | 1 -
_sass/screen.scss | 27 +-----------------
_templates/bitcoin-for-businesses.html | 1 -
_templates/bitcoin-for-developers.html | 1 -
_templates/bitcoin-for-individuals.html | 1 -
_templates/bitcoin-paper.html | 1 -
_templates/buy.html | 1 -
_templates/community.html | 1 -
_templates/developer-documentation.html | 1 -
_templates/developer-guide.md | 1 -
_templates/download.html | 1 -
_templates/events.html | 1 -
_templates/getting-started.html | 1 -
_templates/how-it-works.html | 1 -
_templates/innovation.html | 1 -
_templates/privacy.html | 1 -
_templates/protect-your-privacy.html | 1 -
_templates/resources.html | 1 -
_templates/scams.html | 1 -
_templates/spend-bitcoin.html | 2 --
_templates/support-bitcoin.html | 1 -
_templates/vocabulary.html | 1 -
_templates/you-need-to-know.html | 1 -
css/rtl.scss | 6 ----
en/alerts.html | 1 -
en/bitcoin-core/about-site.md | 1 -
en/bitcoin-core/capacity-increases-faq.md | 1 -
en/bitcoin-core/capacity-increases.md | 1 -
en/bitcoin-core/contribute/documentation.md | 1 -
en/bitcoin-core/contribute/index.md | 1 -
en/bitcoin-core/contribute/issues.md | 1 -
en/bitcoin-core/contribute/support.md | 1 -
en/bitcoin-core/contribute/translations.md | 1 -
en/bitcoin-core/features/index.md | 1 -
en/bitcoin-core/features/network-support.md | 1 -
en/bitcoin-core/features/privacy.md | 1 -
en/bitcoin-core/features/requirements.md | 1 -
en/bitcoin-core/features/user-interface.md | 1 -
en/bitcoin-core/features/validation.md | 1 -
en/bitcoin-core/help.md | 1 -
en/bitcoin-core/index.md | 1 -
en/blog.html | 1 -
en/full-node.md | 1 -
en/version-history.html | 1 -
img/icons/ico_facebook_bright.png | Bin 766 -> 0 bytes
img/icons/ico_facebook_bright.svg | Bin 1643 -> 0 bytes
img/icons/ico_facebook_dark.png | Bin 821 -> 0 bytes
img/icons/ico_facebook_dark.svg | Bin 1644 -> 0 bytes
img/icons/ico_twitter_bright.png | Bin 1069 -> 0 bytes
img/icons/ico_twitter_bright.svg | Bin 2408 -> 0 bytes
img/icons/ico_twitter_dark.png | Bin 1164 -> 0 bytes
img/icons/ico_twitter_dark.svg | Bin 2459 -> 0 bytes
64 files changed, 2 insertions(+), 98 deletions(-)
delete mode 100644 _includes/helpers/hero-social.html
delete mode 100644 img/icons/ico_facebook_bright.png
delete mode 100644 img/icons/ico_facebook_bright.svg
delete mode 100644 img/icons/ico_facebook_dark.png
delete mode 100644 img/icons/ico_facebook_dark.svg
delete mode 100644 img/icons/ico_twitter_bright.png
delete mode 100644 img/icons/ico_twitter_bright.svg
delete mode 100644 img/icons/ico_twitter_dark.png
delete mode 100644 img/icons/ico_twitter_dark.svg
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.
-
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: |
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 %}
- {% 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:
diff --git a/img/icons/ico_facebook_bright.png b/img/icons/ico_facebook_bright.png
deleted file mode 100644
index 7127e5a2d398e04ce6b3ddca296ae648cdf8b0a4..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 766
zcmVPx%xJg7oRA>e5o6l<#K@`WoZ<4Kz#T;5Fh0=;16fb({KOpwdo)x_6O^_VKi)a4;
zK~NF@0YMMyL5~#$&t8NI0R?|lQ8d(AY?5a4oY_O^rW2cSXR^E5c`&du`*!Ai-gjm)
z3mby8=B?Q~Ail_qgQ`A?MuZSdFAosTQ*G_1*t$Kt$l%MP46THed?m?wrU_h8bpgVh
zx+suEyrMwBF;ov8OGg1JUhx8m97FVq$I?-NN=6kY=cz9{A7Q@%M1a!qa}YfXa6i4rh&C@NGvYy>rkb86r;
zeG+45AA!o_gT!gwC!IAer?OHyEoha+RKTM(U7feCqDhCTOm%T&sc(!d-ygC01uTo)
z;UYh7)cgAX?~Qc8XBM>a@>T=wrx(EAUTg2$Y)oOQ%irkAq?RFEy+0IaHTdwsg9?cB
z!}9ujZ9-f$>LYM5(oUcKPh}jocD!6)qyX+3X|Vna3+{GTpO}G|JQkPWA15_2bpn`c
z#QkMWt$qIec~5(i2B+Yq`O^p%Zwwq?d7%cV(qr2zR}sE_(9@c%nv1F4{q-RkrRM2e
zfb+&jP3Xy*G7rvSTOMJ*CZp6moqh0VQph_KR!i)}O@OT~#ta)jhc740y#YCp7cjdBrm?k>vor
z;+7Md`R=^pnU~0NfL?LS3C(D{hvr{CgKzamJ_o>t{p|@rp`q
wZH0*L%D*7WkHbgT)L$$K^jv-`eN$2X1s#o&B%BEx-T(jq07*qoM6N<$f>m*G+yDRo
diff --git a/img/icons/ico_facebook_bright.svg b/img/icons/ico_facebook_bright.svg
deleted file mode 100644
index c00be7e4b5fc2fdf1de2bec95f8d7b1e60dab127..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 1643
zcmah}OK;ma5We?UuS;!
zY3lCrk|8+f@<~fK?+C8)eU_1LzVm$*Lw`elJo>mh66MH84V;TlBqNEx`*8GaU7eF-
zyU^yt{706Z31b}_zj>&3{yv1qGN0wy+1?Mk&28_i==WHPcs%=KWj?7EtA}ATBKVn+
z1F83G`r~JNADV%ZA@xcvud6Gxz<(!kJ%yQd-p|}iL$B~E&Ljvu*5?0$UC7Jc
z@8ZhsI}m>E4H}aT31ZK;wO&xaxg%t3baAvKo`oA+XOC{lgb%T1T-^NI;^Qi
z&%m`1hF}9gS#1kQ(OYm#7+Y{GQ(}xw6dDSPRnklwY=ptQlh!63|C>%DxQus}W!uoj
rFDE~Q7N3IoE%~sW);MG109~K4GCy2aUR3-CdPx%?@2^KRA>e5Tg__|K@@-c5fWp;1gc;^4z&~|fq;UDisA?KU_FbV2SvOI9(xiE
zB2oz=RPiME4~VGHDm9jZ2kAwqP^nNgSd&JPrmbz$#NBl!NZB-#*6rr)PIu?Qz|5PE
z_kQp9GI>ch5)eu3JNf{?xL_C%reiOPBuN^4p=>jzB!N8=}z&P@Se}u(VW!`T5^4lpcZ9-TUjDWNq42;PKcVNZm<7Ys=0W
zuN6gsrlzfx*51}qGjCVn8t@ol_wl2C2nK_8F>GkRE0>$9Dv;_+x(1p?$`#-}r@Eo7
zwejg|g?d*~onB=1#2{Y^^}0sMP5$MW5lj(gzca+#E{
zKW%|zZRQ?0z0_#^-e^I++?Govn3*Y5`AkdJNS%^(VPO$UWRF=UK24g34eO%<9~c}0
z+RPFTZ-IAjUzt@a{hPN^F!1vA${4f5eX3)D7r?P1%j>yADW%A17E-FgrKL)MF?e2VN{L!`X9}F|b%V
z)3>QEfLqEF4=fgpdw@hs5Cr3v!sUU*f^iR!XbFN~+)}tauvnH1)wyS^I0%>|Lj|uq
z_I@}`9*ciSe#Bhlz%Mix=wB>JdlOUw_o$J-nxmidv=iYK00000NkvXXu0mjf;Ax1m
diff --git a/img/icons/ico_facebook_dark.svg b/img/icons/ico_facebook_dark.svg
deleted file mode 100644
index d4e9ae42c082d7f4ee36dd232dd279af7813788a..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 1644
zcmah}OLN;c5WeSEpvWbe5kM>+1mK~RX`FE{>7{8ez0ndZaZC{&61ALv-z6y~uq#b*
z0I}aLzkLGLrupcg)dGn|IalyeFq-mkw*H;OT{u
zLumGggpwGg=O&y!$Cot~L=Xi;Ax%aKl%Sh#SkpsFPd7zzI-U4Q@!0PRDTFAH{%msd
z(l*`WB}4Gu7n7E5-Vt2YFN~4jLKpfv#r}qTdkkrNAlj1;2856w2_u=m`*;Y)ramXf
zxA9mE^B;_z2~(5Wuz9Gr;XcO4s+i^3*)9y*&21m*6n0pObU6FtRWYd+tA}ATBKVn+
zJ!y7p`tAGiKDGlTL+ayWSko?cVUgImvRI~vrfnDHcxL@SEn0`?(8b;EocNUd%v%(9
zF{aS7Q@CeDXe-ADDHTW36$m2rGp-3m-Gm3&d}iS|l=Nr=6h~$xoJVHy@%CFi
z)i`xHOutLPjnd$uTp3b1)Z&f?Cv^SCqEbK@kKQaf^+!6o-fdkdO?;npdS
zH8toNgptw`YyfCyTnRaP3!Y2sN`Ym{jIoK*KoPwk@9(BH&e%9W*JrFM_Lr3x75@QW0Y8N4P>m1#=3i$EkiY-{
diff --git a/img/icons/ico_twitter_bright.png b/img/icons/ico_twitter_bright.png
deleted file mode 100644
index 5ab095af562fdc11fa1d3fcab72aa3551c8cfb6e..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 1069
zcmV+|1k(G7P)Px&=Sf6CRA>e5TS;gXK@@#eJw1tuf<_a!s0eX4iW}&`U0iTQK?Fs}K~IV&5z&Je
zFN&auE2xMFdQb%Qpoqrh;u72yH^d~k;f7m6rn|~t6Gxnx%%o?gdT4sOAoO(o->?4r
zud2GLLIVX>So7Y>IntH~0a@v9?yQj+Y&C1z-Mhj6WMfjYMqW5%6=_*XgbS+#g#E5}
zpm3nD&oU5nX`cz2L?=)5N~fmetzOw6xs;0u0t~pl=qtsbJ}*W((Z8t?dN9@soh8kh=BK-3f^}LtScMH
zN5=VObEAiFNjbtx&mnSoJ;bw9j^f}|3lN^YuT5WL;3DuolYnq3**PL-SI{+gvZ^sH
zlNP5g$&4bHGj_rlvP|KoFU4grCvQ#b!#b3KKw;nA57vDYc-6eL{!Wcr2qWAv+8$#Z
z=JXvfXVa-~hi)ljP+c@iD5XcMf$E^#(>!z)H4)upPi?jJ(r;+j#MlN84)!nZb4B^9n4vKsY}iW
zD;q>?P5N^_b=Z%O6Rw`|s{*8h_+DDjc<%`?7oG&;MjY|P8!2qSY6AN^3=-{$_sxe#
z0lz;cR%d;$MPc55CMmdp#@X3+15pWaN>)k%G<|9pGZP2reJc&B{N8|2^~y9J*_q_`
zdg{$YT4T|ou>AZK;=^5yVYNbu`m5S8wGdWOMXqjwZ26@%Kv7?-6;FX_BP?mAZaKY}
zX6u()f|NhsL%gZgg7rU$Ho`Gb`_VBi-P^i%fY#D2F<5O^Et6I(8u{}rLgP1pnI*BR
ztgcF3l{hzwUWJ>#L{~+Uwt3kW^(u;7S{Hp+XN!^UIlY9bCGq+KjpZc}@9v~)H>J(4
z+XK;fBc(l8gSM4cTY<3h;Rw$?0@krtTjr!X>)}yYG~4T3N+vd-H{KH@E$RaO+3zgu|U+3|JW54zkj6@E&8px($QcDmp3ZHD+Dg4AF4iiF?jI
zxf5>r0h`8cX!M#WakWcwQpA_%u%DcO{oru)D96b&I(+nwVcPns%{}iqj!r4)6r`jA
ztf(_&gjQg`-Xpr0AVtNi^N?R(=!idK484RiZa)7HI2&mBkIS_d1H!JQ)+4}y!X6RA
zwJ-vOT}!P;fCGg+B7|#U1PZ&BT8{t+3VTEd*TM)Cb}h9Y0WL&^S))gipNBB$LoM}r
n8vS3q07$ofikFA1daH>){VV+_o?rzx00000NkvXXu0mjfAfE4L
diff --git a/img/icons/ico_twitter_bright.svg b/img/icons/ico_twitter_bright.svg
deleted file mode 100644
index b3e02795b68568848eb7c260dce821e6a33b10fd..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 2408
zcmZ`*+iu%N5Pi>AY?+q?5UHKL&Ki<}M6J_@76p>_rEjXlNQ5QQAX&@(`<`7=HhmKW
zi+eacGjrxbFFxI$j^eItyQ-;|85J@UWxZ{7RlQ$kfBku#bM|TVZqeQC#ktz`hh?Va
z?R_Q=Wwk%_I8i*^Rpt3hbHB`_kV4~2z#d6)f}6TqW{1ANy_(O@=W}t^Mbqx*N=i8g
z{b+J^f2``8*9<9yFi&^0)jNUD;-@?pU(32|H+|DyiSIXMzdZ;O#0N`Ks*fTU6Mz3S
zhw@Zy#^j1^bDDR<6L~%o_Emo@SN*x_`?6ikhvVRDS9aUgx-B<-xq}k@VRTn4=IPeO
z>PNSV2z~}+FRI-#`r6wSMS(}ExqUEel0L_TQ=NE6^2XA@)bJ^YW&21+7c2jphn)bBJ(&Z89e8@?&
zEl>u0W+GP)hmR9S6KC`JufKfz;|((TKy;ye&N5-@nr*c?=BIL3ZQkH}5*q~`>0cwA
z5RWB%gYz*)R)tM@zr~k0+j85dGJeCwrrsaR++J$*{@MpkpV7T&{!ILr{yt2~WKM9i
zg$-rsk4QN5N92G0S=?^WUg(f1R5okG=%4oelXxt(bj6O1NlfWL7g?$2lEW|p1ku<8C;=_4MC7Ez{J7u
z3{=J$71#Qa*pl5JE9O%YpES#A}-i^f;2G!WrGQ1B1(z_
zIVIMy9$qq}OR&@|jT7LN-gplXYACCX4k8p@lV#*GBL_05jU+Zhni*P$D|7r#x70h99vd4QPkYdFfI;RNMk4<R>V=4P
z!A4VXoRXHF$)H9+(Mz$PK><}PIu2oIw3b0{XavVnfm#l|izapIDM|$@s2riur^Zx}
z#8VtI2^!&;C_RQI#c2>5dFh=*?*UatGo(YECH4cda%lvajp3kTQ$zu@Pf-MG17QG6
zf#j{x;MH+L;Sf?pc+fje8+)ZlqaX(T3Yh~%)H#I~OB55-3>8Zh4=@Vp;5U#!$ru7_
z?`NnZDA97P6ef2#uVcSD>7m7F06mbnjdK$l6{(XJmWxSsM_eWrtpOOtflWjW
zJBS*W0rK<6JZa=0sMg|f9pMox8QU;z2&C#+C12LFgYt1N7|VztZmvr`;0chl4Bg_o
z!^)CSJ{luUg8(p?NDRFb8A9xQ0@M25;ou!36z6bD5yl(3L^SSJr6W+JO
i>-GJ0`ox7CH}2~Tc`@I=yzv5j0z4ej#UlQ5v-%%wlP*dC
diff --git a/img/icons/ico_twitter_dark.png b/img/icons/ico_twitter_dark.png
deleted file mode 100644
index 27baeb18efc4efd9f6effa7293d1bb02b07522fd..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001
literal 1164
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