diff --git a/_includes/hero/mining.html b/_includes/hero/mining.html index 92ab586..3e6cdab 100644 --- a/_includes/hero/mining.html +++ b/_includes/hero/mining.html @@ -1,6 +1,6 @@
- {% 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:960 %} {% endsrcset %} diff --git a/assets/img/get-dash/Dashous2.png b/assets/img/get-dash/Dashous2.png new file mode 100644 index 0000000..e32cc1f Binary files /dev/null and b/assets/img/get-dash/Dashous2.png differ diff --git a/assets/img/get-dash/bitfinex-logo.jpg b/assets/img/get-dash/bitfinex-logo.jpg deleted file mode 100644 index cf67573..0000000 Binary files a/assets/img/get-dash/bitfinex-logo.jpg and /dev/null differ diff --git a/assets/img/get-dash/bitfinex.png b/assets/img/get-dash/bitfinex.png new file mode 100644 index 0000000..e0762a8 Binary files /dev/null and b/assets/img/get-dash/bitfinex.png differ diff --git a/assets/img/get-dash/btc-e.png b/assets/img/get-dash/btc-e.png new file mode 100644 index 0000000..ac85b46 Binary files /dev/null and b/assets/img/get-dash/btc-e.png differ diff --git a/assets/img/get-dash/btce-logo.jpg b/assets/img/get-dash/btce-logo.jpg deleted file mode 100644 index 1eb95a9..0000000 Binary files a/assets/img/get-dash/btce-logo.jpg and /dev/null differ diff --git a/assets/img/get-dash/changelly-logo.jpg b/assets/img/get-dash/changelly-logo.jpg deleted file mode 100644 index 483b12b..0000000 Binary files a/assets/img/get-dash/changelly-logo.jpg and /dev/null differ diff --git a/assets/img/get-dash/changelly.png b/assets/img/get-dash/changelly.png new file mode 100644 index 0000000..15d101c Binary files /dev/null and b/assets/img/get-dash/changelly.png differ diff --git a/assets/img/get-dash/coinapult-logo.jpg b/assets/img/get-dash/coinapult-logo.jpg deleted file mode 100644 index 8c11574..0000000 Binary files a/assets/img/get-dash/coinapult-logo.jpg and /dev/null differ diff --git a/assets/img/get-dash/coinapult.png b/assets/img/get-dash/coinapult.png new file mode 100644 index 0000000..dff391d Binary files /dev/null and b/assets/img/get-dash/coinapult.png differ diff --git a/assets/img/get-dash/poloniex-logo.jpg b/assets/img/get-dash/poloniex-logo.jpg deleted file mode 100644 index 4057368..0000000 Binary files a/assets/img/get-dash/poloniex-logo.jpg and /dev/null differ diff --git a/assets/img/get-dash/poloniex.png b/assets/img/get-dash/poloniex.png new file mode 100644 index 0000000..f9d8b3e Binary files /dev/null and b/assets/img/get-dash/poloniex.png differ diff --git a/assets/img/get-dash/shapeshift-logo.jpg b/assets/img/get-dash/shapeshift-logo.jpg deleted file mode 100644 index 7eff071..0000000 Binary files a/assets/img/get-dash/shapeshift-logo.jpg and /dev/null differ diff --git a/assets/img/get-dash/shapeshift.png b/assets/img/get-dash/shapeshift.png new file mode 100644 index 0000000..325fae5 Binary files /dev/null and b/assets/img/get-dash/shapeshift.png differ diff --git a/assets/img/get-dash/test.jpg b/assets/img/get-dash/test.jpg deleted file mode 100644 index 6e62a1e..0000000 Binary files a/assets/img/get-dash/test.jpg and /dev/null differ diff --git a/assets/img/get-dash/woc.png b/assets/img/get-dash/woc.png new file mode 100644 index 0000000..6d2d62f Binary files /dev/null and b/assets/img/get-dash/woc.png differ diff --git a/assets/img/hero/mining.jpeg b/assets/img/hero/mining.jpeg new file mode 100644 index 0000000..33e92ca Binary files /dev/null and b/assets/img/hero/mining.jpeg differ diff --git a/assets/img/mining/masternodes.jpeg b/assets/img/mining/masternodes.jpeg new file mode 100644 index 0000000..dd88647 Binary files /dev/null and b/assets/img/mining/masternodes.jpeg differ diff --git a/mining/index.html b/mining/index.html index 1695620..5b8c085 100644 --- a/mining/index.html +++ b/mining/index.html @@ -81,9 +81,8 @@ description: pages.mining.description
-
+
- {% tmd pages.mining.pools-masternode-text %}
diff --git a/src/scss/_junk-drawer.scss b/src/scss/_junk-drawer.scss index aa2a68b..5a98ac5 100755 --- a/src/scss/_junk-drawer.scss +++ b/src/scss/_junk-drawer.scss @@ -502,3 +502,23 @@ a.blog_link { .youtube-small{ 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; + } +}