fixed mining page

This commit is contained in:
VitaliyTr 2017-03-11 22:25:52 +07:00
parent c4c145eab8
commit 117f942e22
20 changed files with 22 additions and 3 deletions

View file

@ -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 %}

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

BIN
assets/img/get-dash/woc.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 230 KiB

BIN
assets/img/hero/mining.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 307 KiB

View file

@ -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>

View file

@ -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;
}
}