diff --git a/_data/get-dash.yml b/_data/get-dash.yml new file mode 100644 index 0000000..da7606d --- /dev/null +++ b/_data/get-dash.yml @@ -0,0 +1,237 @@ +- currencies: + usd: + - Wire Transfer + - SWIFT + - PerfectMoney + - OkPay + - SWIFT + - Capitalist + - Money Polo + - EPAY + - Payeer + - AdvCash + - NixMoney + - MoneyPolo + eur: + - Wire Transfer + - SEPA + - Bancontact + - Giropay + - iDEAL + - Mybank + - Sofort + - TrustPay + btc: + - Cryptocurrency + rur: + - QIWI + - AdvCash + - Payeer + - Capitalist + - Sberbank + - Tinkoff + - VTB24 + cny: + - ChinaUnionPay + cad: + - Flexepin + +- name: Kraken + using: traditional + methods: + - Wire Transfer + - SEPA + - SEPA + - SWIFT + - Wire Transfer + - Cryptocurrency + type: exchange + currency: + - USD + - EUR + - BTC + image: kraken_logo-small.png + url: http://kraken.com/ + +- name: Bitfinex + using: traditional + methods: + - USD + - Cryptocurrency + type: exchange + currency: + - USD + - EUR + - BTC + image: bitfinex_logo-small.png + url: https://www.bitfinex.com/ + +- name: Poloniex + using: traditional + methods: + - Cryptocurrency + type: exchange + currency: + - BTC + image: poloniex_logo-small.png + url: https://poloniex.com/ + +- name: Bithumb + using: traditional + methods: + - Cryptocurrency + type: exchange + currency: + - BTC + image: bithumb_logo-small.png + url: https://www.bithumb.com/ + +- name: Livecoin + using: traditional + methods: + - Payeer + - PerfectMoney + - OkPay + - SWIFT + - Capitalist + - Cryptocurrency + type: exchange + currency: + - BTC + - USD + image: livecoin_logo-small.png + url: https://www.livecoin.net/ + +- name: Bittrex + using: traditional + methods: + - Cryptocurrency + type: exchange + currency: + - BTC + image: bittrex_logo-small.png + url: https://bittrex.com/ + +- name: Exmo + using: traditional + methods: + - Money Polo + - Capitalist + - Perfect Money + - EPAY + - OKPAY + type: exchange + currency: + - BTC + - USD + image: exmo_logo-small.png + url: https://exmo.com/ + +- name: Hitbtc + using: traditional + methods: + - Cryptocurrency + type: exchange + currency: + - BTC + image: hitbtc_logo-small.png + url: https://hitbtc.com/ + +- name: Yobit + using: traditional + methods: + - OKPay + - Payeer + - AdvCash + - PerfectMoney + - Capitalist + type: exchange + currency: + - USD + - RUR + - BTC + image: yobit_logo-small.png + url: https://yobit.net/ + +- name: C-cex + using: traditional + methods: + - Payeer + - Perfect Money + - OKPAY + - NixMoney + - Sberbank + - Wire Transfer + - MoneyPolo + - Cryptocurrency + type: exchange + currency: + - USD + - BTC + image: ccx_logo-small.png + url: https://c-cex.com/ + +- name: ANYCOIN DIRECT + using: traditional + methods: + - Bancontact + - Giropay + - iDEAL + - Mybank + - SEPA + - Sofort + - TrustPay + type: exchange + currency: + - EUR + image: anycoin_logo-small.png + url: https://anycoindirect.eu/ + +- name: ALFACASHIER + using: traditional + methods: + - Cryptocurrency + - Perfect Money + - OkPay + - MoneyPolo + - SWIFT + - SEPA + - Online Bank Transfer + - ChinaUnionPay + - Flexepin + - Tinkoff + - VTB24 + type: exchange + currency: + - USD + - EUR + - BTC + - CNY + - CAD + - RUR + image: alpha_logo-small.png + url: https://www.alfacashier.com/ + +- name: BITPANDA + using: traditional + methods: + - Cryptocurrency + type: exchange + currency: + - BTC + image: bitpanda_logo-small.png + url: https://www.bitpanda.com/ + +- name: LITEBIT.EU + using: traditional + methods: + - iDeal + - SEPA + - Sofort + - GiroPay + - Bancontact + type: exchange + currency: + - EUR + image: litebit-eu_logo-small.jpg + url: https://www.litebit.eu/ diff --git a/_i18n/en.yml b/_i18n/en.yml index 8488d41..6cc18b2 100644 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -761,20 +761,37 @@ pages: title: Get Dash description: Download the wallet and get Dash at an exchange. hero-image: get-dash-n.jpg - hero-heading: Download Dash Wallet - hero-text: Download the latest Dash client to get started + hero-heading: Get Dash + hero-heading-text: | + Buy and Sell Dash every time, when you want. + Dash can be acquired, held and exchanged in many ways + hero-text: | + First time here? Read Dash guide for new users hero-wallet-version: Dash Wallet (Fullclient v12.0.56) for OSX hero-wallet-version-select: Choose Another hero-platform-not-detected: "We're sorry, but your platform could not be automatically detected. Please select \"All Wallets\" to find a compatible version." hero-download-btn: Download hero-all-wallets-btn: All Wallets + download-title: Download wallet + download-text: Your wallet is the software you use to send, receive and store Dash. It’s simple to use and you can choose to send payments anonymously from your wallet using PrivateSend + all-wallets-btn: All wallets + buy-dash-title: Buy Dash + buy-dash-info-text: Select your preferences and we will offer you the best way to buy Dash + dash-select-label: I want to buy with + show-more-btn: Show More + service-type: Service Type + exchange-rate: Exchange Rate + payments-method: Payments Method + tooltip: Tooltip + buy-dash-table: Buy Dash + guide-btn: Setup Guide buy-btn: Buy Dash spend-btn: Spend Dash trade-btn: Trade Dash - - otc-heading: Over the Counter (OTC) + security-btn: Security + otc-heading: Over
the Counter (OTC) otc-text: | Buying or selling large amounts of Dash on exchanges can cause price slippage, resulting in the buyer or seller receiving less value than intended. Large buy orders push the price higher, resulting in overpayment. Sizeable sell orders do the opposite, resulting in less value received for the Dash you sell. Fortunately there are “over the counter” or OTC solutions, where a vendor pairs buyers and sellers, allowing them to conduct large transactions off the exchanges and free from slippage.t things like a new website, pr budget, etc. The benefit to you is, you can get many more coins at the current price, than what are available on any exchange. So you can get into a Dash position much easier/cheaper than would otherwise be possible. otc-btn: Full List diff --git a/_includes/get-dash.html b/_includes/get-dash.html new file mode 100644 index 0000000..0a515d8 --- /dev/null +++ b/_includes/get-dash.html @@ -0,0 +1,46 @@ + 6 %} + style="display:none;" + {% endif %} +> + +
+ +
+
+
{{ exchange.name }}
+ More Information +
+ + + + Click to get price + + + {% for method in exchange.methods %} +
{{ method }}
+ {% endfor %} + + + + Buy + Dash + + + \ No newline at end of file diff --git a/_includes/hero/get-dash.html b/_includes/hero/get-dash.html index e8244ad..493da35 100644 --- a/_includes/hero/get-dash.html +++ b/_includes/hero/get-dash.html @@ -1,7 +1,7 @@
{% capture heroimage %}hero/{% t pages.get-dash.hero-image %}{% endcapture %} - {% srcset hero/get-dash-n.jpg ppi:1,2 class="hero__background-image" %} + {% srcset hero/get-dash.jpg ppi:1,2 class="hero__background-image" %} {% srcset_source width:1920 %} {% srcset_source width:960 %} {% endsrcset %} @@ -17,15 +17,15 @@

{% t pages.get-dash.hero-text %}

-

{% t pages.get-dash.hero-platform-not-detected %}

-
+

{% t pages.get-dash.hero-text %}

-
+
diff --git a/_includes/nav-desktop.html b/_includes/nav-desktop.html index 7930fd3..75d1431 100644 --- a/_includes/nav-desktop.html +++ b/_includes/nav-desktop.html @@ -17,12 +17,12 @@ diff --git a/assets/img/exchanges/hitbtc_logo.png b/assets/img/exchanges/hitbtc_logo.png new file mode 100644 index 0000000..3d4831c Binary files /dev/null and b/assets/img/exchanges/hitbtc_logo.png differ diff --git a/assets/img/get-dash/alfacashier_logo.png b/assets/img/get-dash/alfacashier_logo.png new file mode 100644 index 0000000..8035ee4 Binary files /dev/null and b/assets/img/get-dash/alfacashier_logo.png differ diff --git a/assets/img/get-dash/alpha_logo-small.png b/assets/img/get-dash/alpha_logo-small.png new file mode 100644 index 0000000..c42c3f6 Binary files /dev/null and b/assets/img/get-dash/alpha_logo-small.png differ diff --git a/assets/img/get-dash/anycoin_logo-small.png b/assets/img/get-dash/anycoin_logo-small.png new file mode 100644 index 0000000..9fd7ee4 Binary files /dev/null and b/assets/img/get-dash/anycoin_logo-small.png differ diff --git a/assets/img/get-dash/anycoin_logo.png b/assets/img/get-dash/anycoin_logo.png new file mode 100644 index 0000000..83c1bd2 Binary files /dev/null and b/assets/img/get-dash/anycoin_logo.png differ diff --git a/assets/img/get-dash/bitfinex_logo-small.png b/assets/img/get-dash/bitfinex_logo-small.png new file mode 100644 index 0000000..bdd0934 Binary files /dev/null and b/assets/img/get-dash/bitfinex_logo-small.png differ diff --git a/assets/img/get-dash/bithumb_logo-small.png b/assets/img/get-dash/bithumb_logo-small.png new file mode 100644 index 0000000..eb15dff Binary files /dev/null and b/assets/img/get-dash/bithumb_logo-small.png differ diff --git a/assets/img/get-dash/bitpanda_logo-small.png b/assets/img/get-dash/bitpanda_logo-small.png new file mode 100644 index 0000000..71a3501 Binary files /dev/null and b/assets/img/get-dash/bitpanda_logo-small.png differ diff --git a/assets/img/get-dash/bittrex_logo-small.png b/assets/img/get-dash/bittrex_logo-small.png new file mode 100644 index 0000000..83abbbd Binary files /dev/null and b/assets/img/get-dash/bittrex_logo-small.png differ diff --git a/assets/img/get-dash/c-cex_logo.png b/assets/img/get-dash/c-cex_logo.png new file mode 100644 index 0000000..8434ebb Binary files /dev/null and b/assets/img/get-dash/c-cex_logo.png differ diff --git a/assets/img/get-dash/ccx_logo-small.png b/assets/img/get-dash/ccx_logo-small.png new file mode 100644 index 0000000..64313f1 Binary files /dev/null and b/assets/img/get-dash/ccx_logo-small.png differ diff --git a/assets/img/get-dash/exmo_logo-small.png b/assets/img/get-dash/exmo_logo-small.png new file mode 100644 index 0000000..44ca631 Binary files /dev/null and b/assets/img/get-dash/exmo_logo-small.png differ diff --git a/assets/img/get-dash/exmo_logo.png b/assets/img/get-dash/exmo_logo.png new file mode 100644 index 0000000..0518cb4 Binary files /dev/null and b/assets/img/get-dash/exmo_logo.png differ diff --git a/assets/img/get-dash/hitbtc_logo-small.png b/assets/img/get-dash/hitbtc_logo-small.png new file mode 100644 index 0000000..e981a53 Binary files /dev/null and b/assets/img/get-dash/hitbtc_logo-small.png differ diff --git a/assets/img/get-dash/hitbtc_logo.png b/assets/img/get-dash/hitbtc_logo.png new file mode 100644 index 0000000..3d4831c Binary files /dev/null and b/assets/img/get-dash/hitbtc_logo.png differ diff --git a/assets/img/get-dash/kraken_logo-small.png b/assets/img/get-dash/kraken_logo-small.png new file mode 100644 index 0000000..46d602d Binary files /dev/null and b/assets/img/get-dash/kraken_logo-small.png differ diff --git a/assets/img/get-dash/litebit-eu_logo-small.jpg b/assets/img/get-dash/litebit-eu_logo-small.jpg new file mode 100644 index 0000000..2321aa2 Binary files /dev/null and b/assets/img/get-dash/litebit-eu_logo-small.jpg differ diff --git a/assets/img/get-dash/litebit-eu_logo.png b/assets/img/get-dash/litebit-eu_logo.png new file mode 100644 index 0000000..6f2820e Binary files /dev/null and b/assets/img/get-dash/litebit-eu_logo.png differ diff --git a/assets/img/get-dash/livecoin_logo-small.png b/assets/img/get-dash/livecoin_logo-small.png new file mode 100644 index 0000000..1a4e405 Binary files /dev/null and b/assets/img/get-dash/livecoin_logo-small.png differ diff --git a/assets/img/get-dash/livecoin_logo.png b/assets/img/get-dash/livecoin_logo.png new file mode 100644 index 0000000..76dd524 Binary files /dev/null and b/assets/img/get-dash/livecoin_logo.png differ diff --git a/assets/img/get-dash/poloniex_logo-small.png b/assets/img/get-dash/poloniex_logo-small.png new file mode 100644 index 0000000..14f1bd4 Binary files /dev/null and b/assets/img/get-dash/poloniex_logo-small.png differ diff --git a/assets/img/get-dash/yobit_logo-small.png b/assets/img/get-dash/yobit_logo-small.png new file mode 100644 index 0000000..91aeb28 Binary files /dev/null and b/assets/img/get-dash/yobit_logo-small.png differ diff --git a/assets/img/get-dash/yobit_logo.png b/assets/img/get-dash/yobit_logo.png new file mode 100644 index 0000000..054cd5e Binary files /dev/null and b/assets/img/get-dash/yobit_logo.png differ diff --git a/assets/img/hero/get-dash.jpg b/assets/img/hero/get-dash.jpg new file mode 100644 index 0000000..b26a9cb Binary files /dev/null and b/assets/img/hero/get-dash.jpg differ diff --git a/evolution/index.html b/evolution/index.html index 9e5728a..26ff5d9 100644 --- a/evolution/index.html +++ b/evolution/index.html @@ -18,7 +18,6 @@ description: pages.evolution.description

{% t pages.evolution.video-heading %}

{% tmd pages.evolution.video-text %}
-
{% t pages.evolution.video-btn %} diff --git a/get-dash/index.html b/get-dash/index.html index 7a84579..2277a8e 100644 --- a/get-dash/index.html +++ b/get-dash/index.html @@ -7,25 +7,171 @@ description: pages.get-dash.description {% include hero/get-dash.html %} {% include wallets_js_data.html %} -
+{% assign currencies = site.data.get-dash | map: "currency" | join: ',' | split: ',' | uniq %} +{% assign currencies_total = site.data.get-dash | where_exp: "item", "item.name == nil" %} +{% assign exchanges = site.data.get-dash | where_exp: "item", "item.name != nil" %} -
+{% assign methods = methods | join: ',' | split: ',' %} +{% for cur in currencies_total %} + {% for i in cur['currencies'] %} + {% for x in i[1] %} + {% assign methods = methods | push: x %} + {% endfor %} + {% endfor %} +{% endfor %} +{% assign methods = methods | uniq %} + +
+
-
- Dash-Pile - - -
-

{% t pages.get-dash.claim-heading %}

-

{% t pages.get-dash.claim-subline %}

-
- {% t pages.get-dash.buy-btn %} - {% t pages.get-dash.spend-btn %} - {% t pages.get-dash.trade-btn %} +
1
+

{% t pages.get-dash.download-title %}

+
{% t pages.get-dash.download-text %}
+
+
+
+
+
+ +
+
+

Dash Core Win/64 Installer

+
Desktop Wallet
+
+ Official Dash Core fully featured Wallet and P2P Client, including InstantSend, PrivateSend, Governance and Masternode management features +
+
+ +
+
+
+ +
+
+
+
+ +
+
+

Dash Wallet
by Hash Engineering

+
Android wallet
+
+ Official Dash Core fully featured Wallet and P2P Client, including InstantSend, PrivateSend, Governance and Masternode management features +
+
+ +
+
+
+ +
+
+
+
+ +
+
+

Jaxx

+
Desktop Wallet
+
+ All keys are created on your local device and never sent to any servers. This means you have full control of your wallet and Jaxx neither holds nor has access to your funds. + +
+
+ +
+
+
+ {% t pages.get-dash.all-wallets-btn %}
- +
+
+
2
+

{% t pages.get-dash.buy-dash-table %}

+
{% t pages.get-dash.dash-select-label%}
+
+
+ + +
+
+ + +
+
+ + + + + + + + + + + {% for exchange in exchanges %} + {% include get-dash.html %} + {% endfor %} + + + + +
+ + + + {% t pages.get-dash.exchange-rate %} + + ? + {% t pages.get-dash.tooltip %} + + {% t pages.get-dash.payments-method %}{% t pages.get-dash.buy-dash-table %}
+
{% t pages.get-dash.show-more-btn %}
+
+
+ +
@@ -128,10 +274,16 @@ description: pages.get-dash.description
-
-

{% t pages.get-dash.otc-heading %}

+
-
+
+

{% t pages.get-dash.otc-heading %}

+ {% tmd pages.get-dash.otc-text %} + +
+ -
- {% tmd pages.get-dash.otc-text %} - -
-
-