fixed mining page
|
@ -1,6 +1,6 @@
|
||||||
<div class="hero" id="hero">
|
<div class="hero" id="hero">
|
||||||
<div class="hero__background">
|
<div class="hero__background">
|
||||||
{% srcset hero/community.jpg ppi:1,2 class="hero__background-image" %}
|
{% srcset hero/mining.jpeg ppi:1,2 class="hero__background-image" %}
|
||||||
{% srcset_source width:1920 %}
|
{% srcset_source width:1920 %}
|
||||||
{% srcset_source width:960 %}
|
{% srcset_source width:960 %}
|
||||||
{% endsrcset %}
|
{% endsrcset %}
|
||||||
|
|
BIN
assets/img/get-dash/Dashous2.png
Normal file
After Width: | Height: | Size: 39 KiB |
Before Width: | Height: | Size: 15 KiB |
BIN
assets/img/get-dash/bitfinex.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
assets/img/get-dash/btc-e.png
Normal file
After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 28 KiB |
BIN
assets/img/get-dash/changelly.png
Normal file
After Width: | Height: | Size: 104 KiB |
Before Width: | Height: | Size: 32 KiB |
BIN
assets/img/get-dash/coinapult.png
Normal file
After Width: | Height: | Size: 123 KiB |
Before Width: | Height: | Size: 52 KiB |
BIN
assets/img/get-dash/poloniex.png
Normal file
After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 24 KiB |
BIN
assets/img/get-dash/shapeshift.png
Normal file
After Width: | Height: | Size: 106 KiB |
Before Width: | Height: | Size: 15 KiB |
BIN
assets/img/get-dash/woc.png
Normal file
After Width: | Height: | Size: 230 KiB |
BIN
assets/img/hero/mining.jpeg
Normal file
After Width: | Height: | Size: 152 KiB |
BIN
assets/img/mining/masternodes.jpeg
Normal file
After Width: | Height: | Size: 307 KiB |
|
@ -81,9 +81,8 @@ description: pages.mining.description
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="b-get-section">
|
<section class="b-mining-section bottom-space">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<img src="/assets/img/update/woocommerce.png" alt="">
|
|
||||||
|
|
||||||
{% tmd pages.mining.pools-masternode-text %}
|
{% tmd pages.mining.pools-masternode-text %}
|
||||||
<div>
|
<div>
|
||||||
|
|
|
@ -502,3 +502,23 @@ a.blog_link {
|
||||||
.youtube-small{
|
.youtube-small{
|
||||||
min-height: 315px;
|
min-height: 315px;
|
||||||
}
|
}
|
||||||
|
.b-mining-section {
|
||||||
|
background-image: url(../../assets/img/mining/masternodes.jpeg);
|
||||||
|
color: white;
|
||||||
|
padding: 40px 0;
|
||||||
|
overflow: hidden;
|
||||||
|
position: relative;
|
||||||
|
text-align: center;
|
||||||
|
z-index: 1;
|
||||||
|
&:after {
|
||||||
|
content: '';
|
||||||
|
background-image: -webkit-linear-gradient(315deg, rgba(40,61,129,0.7) 0%, rgba(28,117,188,0.8) 100%);
|
||||||
|
background-image: linear-gradient(-225deg, rgba(40,61,129,0.7) 0%, rgba(28,117,188,0.8) 100%);
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
z-index: -1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|