removes hero-social, footer-social, fb & twitter icons
@ -1,8 +0,0 @@
|
||||
{% comment %}
|
||||
This file is licensed under the MIT License (MIT) available on
|
||||
http://opensource.org/licenses/MIT.
|
||||
{% endcomment %}
|
||||
|
||||
<div class="row hero-social">
|
||||
|
||||
</div>
|
||||
@ -9,9 +9,6 @@ http://opensource.org/licenses/MIT.
|
||||
<div class="footerlicense">© Bitcoin Project 2009-{{ site.time | date: '%Y' }} {% translate footer layout %}
|
||||
<br> Bitcoin Core pages on Bitcoin.org are
|
||||
<a href="/en/bitcoin-core/about-site">maintained separately</a> from the rest of the site.
|
||||
</div>
|
||||
<div class="row footer-social">
|
||||
|
||||
</div>
|
||||
<div class="row footer-status-block">
|
||||
<a href="/en/alerts" class="statusmenu{% if site.STATUS == 1 %} alert{% endif %}">{% translate network-status layout %}</a>
|
||||
|
||||
@ -7,9 +7,6 @@ http://opensource.org/licenses/MIT.
|
||||
<div class="container">
|
||||
<div class="row footer-bottom-row">
|
||||
<div class="footerlicense">© Bitcoin Project 2009-{{ site.time | date: '%Y' }} {% translate footer layout %}</div>
|
||||
<div class="row footer-social">
|
||||
|
||||
</div>
|
||||
<div class="row footer-status-block">
|
||||
<a href="/en/alerts" class="statusmenu{% if site.STATUS == 1 %} alert{% endif %}">{% translate network-status layout %}</a>
|
||||
{% include layout/base/head-language-dropdown.html %}
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
<div class="mainvideo">
|
||||
<button class="mainvideo-btn-open" onclick="loadYoutubeVideo(event);" ontouchstart="loadYoutubeVideo(event);" data-youtubeurl="//www.youtube.com/embed/{% if page.lang == 'ro' %}JPNwbWu0tMQ{% else %}Gc2en3nHxA4{% endif %}?rel=0&showinfo=0&wmode=opaque&autoplay=1{% if page.lang != 'en' %}&cc_load_policy=1&hl={{ page.lang }}&cc_lang_pref={{ page.lang }}{% endif %}">{% translate whatisbitcoin faq %}</button>
|
||||
</div>
|
||||
{% include helpers/hero-social.html %}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="mainoverview">
|
||||
|
||||
@ -16,7 +16,6 @@ end_of_page: |
|
||||
<div class="container hero-container">
|
||||
<h1>{% translate pagetitle %}</h1>
|
||||
<p class="summary">{% translate pagedesc %}</p>
|
||||
{% include helpers/hero-social.html %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -34,7 +34,6 @@ end_of_page: |
|
||||
<div class="container hero-container">
|
||||
<h1 class="post-title alerttitle">{{ page.title }}</h1>
|
||||
<p class="summary">{{ page.date | date:"%e %B %Y" }}</p>
|
||||
{% include helpers/hero-social.html %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -25,7 +25,6 @@ end_of_page: |
|
||||
<h1>{% translate pagetitle %}</h1>
|
||||
{% endif %}
|
||||
<p class="summary">{% translate summary %}</p>
|
||||
{% include helpers/hero-social.html %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -16,7 +16,6 @@ end_of_page:
|
||||
<h1>{% translate pagetitle %}</h1>
|
||||
{% if page.lang != 'en' %}
|
||||
<p class="summary">{% translate summary %}</p>{% endif %}
|
||||
{% include helpers/hero-social.html %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -26,7 +26,6 @@ end_of_page: |
|
||||
<header class="hero">
|
||||
<div class="container hero-container">
|
||||
<h1>{{ page.title }}</h1>
|
||||
{% include helpers/hero-social.html %}
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
@ -16,7 +16,6 @@ end_of_page: |
|
||||
{% if page.optional_date %}
|
||||
<p class="summary">{{ page.optional_date | date:"%e %B %Y" }}</p>
|
||||
{% endif %}
|
||||
{% include helpers/hero-social.html %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -16,7 +16,6 @@ end_of_page: |
|
||||
{% else %}
|
||||
<p class="summarytxt">{% translate summary %}</p>
|
||||
{% endif %}
|
||||
{% include helpers/hero-social.html %}
|
||||
</div>
|
||||
</div>
|
||||
{% if page.id == 'exchanges' %}
|
||||
|
||||
@ -15,7 +15,6 @@ max_wallet_text_length: 418 ## Unicode characters
|
||||
<p class="wallet-description">
|
||||
{% translate wallet{{page.wallet.id}} choose-your-wallet %}
|
||||
</p>
|
||||
{% include helpers/hero-social.html %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -9,7 +9,6 @@ layout: base
|
||||
<div class="container hero-container">
|
||||
<h1>{% translate pagetitle choose-your-wallet %}</h1>
|
||||
<p class="summary">{% translate pagedesc choose-your-wallet %}</p>
|
||||
{% include helpers/hero-social.html %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -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 {
|
||||
|
||||
@ -9,7 +9,6 @@ id: bitcoin-for-businesses
|
||||
<div class="container hero-container">
|
||||
<h1>{% translate pagetitle %}</h1>
|
||||
<p class="summary">{% translate summary %}</p>
|
||||
{% include helpers/hero-social.html %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -9,7 +9,6 @@ id: bitcoin-for-developers
|
||||
<div class="container hero-container">
|
||||
<h1>{% translate pagetitle %}</h1>
|
||||
<p class="summary">{% translate summary %}</p>
|
||||
{% include helpers/hero-social.html %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -9,7 +9,6 @@ id: bitcoin-for-individuals
|
||||
<div class="container hero-container">
|
||||
<h1>{% translate pagetitle %}</h1>
|
||||
<p class="summary">{% translate summary %}</p>
|
||||
{% include helpers/hero-social.html %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -9,7 +9,6 @@ id: bitcoin-paper
|
||||
<div class="container hero-container">
|
||||
<h1>{% translate pagetitle %}</h1>
|
||||
<p class="summary">{% translate summary %}</p>
|
||||
{% include helpers/hero-social.html %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -12,7 +12,6 @@ id: buy
|
||||
<div class="container hero-container">
|
||||
<h1>{% translate pagetitle %}</h1>
|
||||
<p class="summary">{% translate summary %}</p>
|
||||
{% include helpers/hero-social.html %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -9,7 +9,6 @@ id: community
|
||||
<div class="container hero-container">
|
||||
<h1>{% translate pagetitle %}</h1>
|
||||
<p class="summary">{% translate pagedesc %}</p>
|
||||
{% include helpers/hero-social.html %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -17,7 +17,6 @@ end_of_page: |
|
||||
<div class="container hero-container">
|
||||
<h1>{% translate pagetitle %}</h1>
|
||||
<p class="summary">{% translate summary %}</p>
|
||||
{% include helpers/hero-social.html %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -20,7 +20,6 @@ show_toc: true
|
||||
<div class="container hero-container">
|
||||
<h1>{% translate pagetitle %}</h1>
|
||||
<p class="summarytxt">{% translate summary %}</p>
|
||||
{% include helpers/hero-social.html %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -34,7 +34,6 @@ lin64: "x86_64-linux-gnu.tar.gz"
|
||||
<!-- <a type="application/rss+xml" href="/en/rss/releases.rss">
|
||||
<img src="/img/icons/icon_rss.svg?{{site.time | date: '%s'}}" alt="rss" class="rssicon">
|
||||
</a> -->
|
||||
{% include helpers/hero-social.html %}
|
||||
</h2>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -12,7 +12,6 @@ id: events
|
||||
<div class="container hero-container">
|
||||
<h1>{% translate pagetitle %}</h1>
|
||||
<p class="summary">{% translate pagedesc %} <a class="rss-link" type="application/rss+xml" href="/en/rss/events.rss">{% translate rsslink %}</a></p>
|
||||
{% include helpers/hero-social.html %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -9,7 +9,6 @@ id: getting-started
|
||||
<div class="container hero-container">
|
||||
<h1>{% translate pagetitle %}</h1>
|
||||
<p class="summary">{% translate pagedesc %}</p>
|
||||
{% include helpers/hero-social.html %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -9,7 +9,6 @@ id: how-it-works
|
||||
<div class="container hero-container">
|
||||
<h1>{% translate pagetitle %}</h1>
|
||||
<p class="summary">{% translate intro %}</p>
|
||||
{% include helpers/hero-social.html %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -9,7 +9,6 @@ id: innovation
|
||||
<div class="container hero-container">
|
||||
<h1>{% translate pagetitle %}</h1>
|
||||
<p class="summarytxt">{% translate summary %}</p>
|
||||
{% include helpers/hero-social.html %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -8,7 +8,6 @@ id: privacy
|
||||
<div class="hero">
|
||||
<div class="container hero-container">
|
||||
<h1>{% translate pagetitle %}</h1>
|
||||
{% include helpers/hero-social.html %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -9,7 +9,6 @@ id: protect-your-privacy
|
||||
<div class="container hero-container">
|
||||
<h1>{% translate pagetitle %}</h1>
|
||||
<p class="summarytxt">{% translate pagedesc %}</p>
|
||||
{% include helpers/hero-social.html %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -9,7 +9,6 @@ id: resources
|
||||
<div class="container hero-container">
|
||||
<h1>{% translate pagetitle %}</h1>
|
||||
<p class="summary">{% translate pagedesc %}</p>
|
||||
{% include helpers/hero-social.html %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -32,7 +32,6 @@ voc:
|
||||
<div class="container hero-container">
|
||||
<h1>{% translate pagetitle %}</h1>
|
||||
<p class="summarytxt">{% translate summary %}</p>
|
||||
{% include helpers/hero-social.html %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -8,8 +8,6 @@ id: spend-bitcoin
|
||||
<div class="hero">
|
||||
<div class="container hero-container">
|
||||
<h1>{% translate pagetitle %}</h1>
|
||||
<p class="summary">{% translate summary %}</p>
|
||||
{% include helpers/hero-social.html %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -9,7 +9,6 @@ id: support-bitcoin
|
||||
<div class="container hero-container">
|
||||
<h1>{% translate pagetitle %}</h1>
|
||||
<p class="summarytxt">{% translate summary %}</p>
|
||||
{% include helpers/hero-social.html %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -32,7 +32,6 @@ voc:
|
||||
<div class="container hero-container">
|
||||
<h1>{% translate pagetitle %}</h1>
|
||||
<p class="summarytxt">{% translate summary %}</p>
|
||||
{% include helpers/hero-social.html %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -9,7 +9,6 @@ id: you-need-to-know
|
||||
<div class="container hero-container">
|
||||
<h1>{% translate pagetitle %}</h1>
|
||||
<p class="summarytxt">{% translate summary %}</p>
|
||||
{% include helpers/hero-social.html %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -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;
|
||||
}
|
||||
|
||||
@ -16,7 +16,6 @@ title: Network status and alerts - Bitcoin
|
||||
<p class="summary">Stay aware of network alerts by
|
||||
<a type="application/rss+xml" href="/en/rss/alerts.rss">subscribing to the RSS feed</a>
|
||||
</p>
|
||||
{% include helpers/hero-social.html %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -17,7 +17,6 @@ breadcrumbs:
|
||||
<div class="container hero-container" markdown="block">
|
||||
|
||||
# About the Bitcoin Core pages on Bitcoin.org
|
||||
{% include helpers/hero-social.html %}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -21,7 +21,6 @@ moved_url: https://bitcoincore.org/en/2015/12/23/capacity-increases-faq/
|
||||
|
||||
# Capacity increases FAQ
|
||||
|
||||
{% include helpers/hero-social.html %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -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 %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -18,7 +18,6 @@ breadcrumbs:
|
||||
<div class="container hero-container" markdown="block">
|
||||
|
||||
# Writing Bitcoin Core Documentation
|
||||
{% include helpers/hero-social.html %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -17,7 +17,6 @@ breadcrumbs:
|
||||
<div class="container hero-container" markdown="block">
|
||||
|
||||
# Contributing To Bitcoin Core
|
||||
{% include helpers/hero-social.html %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -18,7 +18,6 @@ breadcrumbs:
|
||||
<div class="container hero-container" markdown="block">
|
||||
|
||||
# Contribute Bug Reports
|
||||
{% include helpers/hero-social.html %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -18,7 +18,6 @@ breadcrumbs:
|
||||
<div class="container hero-container" markdown="block">
|
||||
|
||||
# Supporting Bitcoin Core Users
|
||||
{% include helpers/hero-social.html %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -18,7 +18,6 @@ breadcrumbs:
|
||||
<div class="container hero-container" markdown="block">
|
||||
|
||||
# Translating Bitcoin Core
|
||||
{% include helpers/hero-social.html %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -21,7 +21,6 @@ end_of_page: |
|
||||
<div class="container hero-container" markdown="block">
|
||||
|
||||
# Bitcoin Core
|
||||
{% include helpers/hero-social.html %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -18,7 +18,6 @@ breadcrumbs:
|
||||
<div class="container hero-container" markdown="block">
|
||||
|
||||
# Donate Bandwidth Using Bitcoin Core
|
||||
{% include helpers/hero-social.html %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -44,7 +44,6 @@ third_party_privacy:
|
||||
<div class="container hero-container" markdown="block">
|
||||
|
||||
# Bitcoin Core's Excellent Privacy
|
||||
{% include helpers/hero-social.html %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -18,7 +18,6 @@ breadcrumbs:
|
||||
<div class="container hero-container" markdown="block">
|
||||
|
||||
# Bitcoin Core Requirements and Warnings
|
||||
{% include helpers/hero-social.html %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -17,7 +17,6 @@ breadcrumbs:
|
||||
<div class="container hero-container" markdown="block">
|
||||
|
||||
# Bitcoin Core's User Interface
|
||||
{% include helpers/hero-social.html %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -17,7 +17,6 @@ breadcrumbs:
|
||||
<div class="container hero-container" markdown="block">
|
||||
|
||||
# Bitcoin Core Validation
|
||||
{% include helpers/hero-social.html %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -20,7 +20,6 @@ end_of_page: |
|
||||
<div class="container hero-container" markdown="block">
|
||||
|
||||
# Getting Help For Bitcoin Core
|
||||
{% include helpers/hero-social.html %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -25,7 +25,6 @@ breadcrumbs:
|
||||
<div class="container hero-container">
|
||||
<h1>Bitcoin Core</h1>
|
||||
<p class="summary">Helping you keep Bitcoin decentralized.</p>
|
||||
{% include helpers/hero-social.html %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -17,7 +17,6 @@ id: site-blog
|
||||
<p class="summary">Discover what's new on Bitcoin.org or
|
||||
<a type="application/atom+xml" href="/en/rss/blog.xml">subscribe to the RSS feed</a>
|
||||
</p>
|
||||
{% include helpers/hero-social.html %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -100,7 +100,6 @@ Core running.
|
||||
|
||||
# Running A Full Node
|
||||
<p class="summary">Support the Bitcoin network by running your own full node</p>
|
||||
{% include helpers/hero-social.html %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@ -17,7 +17,6 @@ breadcrumbs:
|
||||
<div class="container hero-container">
|
||||
<h1>Bitcoin Core version history</h1>
|
||||
<p class="summary"><a type="application/rss+xml" href="/en/rss/releases.rss">{% translate rsslink events%}</a></p>
|
||||
{% include helpers/hero-social.html %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 766 B |
|
Before Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 821 B |
|
Before Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 1.0 KiB |
|
Before Width: | Height: | Size: 2.4 KiB |
|
Before Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 2.4 KiB |