diff --git a/_data/payment-processors.yml b/_data/payment-processors.yml new file mode 100644 index 0000000..48b2080 --- /dev/null +++ b/_data/payment-processors.yml @@ -0,0 +1,51 @@ +- name: CoinPayments + description: 'Fees: Transaction 0.50%; Withdrawal Network transaction fee (TX)' + logo_url: "https://www.dash.org/wp-content/uploads/2014/09/coinpayments_logo.png" + type: payment + vendor_id: ledger + vendor_label: CoinPayments + product_id: CoinPayments + product_label: CoinPayments + links: + - + label: coinpayments.net + url: "https://www.coinpayments.net/" + +- name: Cointopay + description: 'Fees: Transaction 0.25% + 0.0005 DASH; Withdrawal 0.01 DASH' + logo_url: "https://www.dash.org/wp-content/uploads/2014/09/cointopay_logo.png" + type: payment + vendor_id: Cointopay + vendor_label: Cointopay + product_id: Cointopay + product_label: Cointopay + links: + - + label: cointopay.com + url: "https://cointopay.com/" + +- name: eDigiCash + description: 'Fees: Transaction 0.5%; Withdrawal Included with transaction fee' + logo_url: "https://www.dash.org/wp-content/uploads/2014/10/edigicash_logo.png" + type: payment + vendor_id: eDigiCash + vendor_label: eDigiCash + product_id: eDigiCash + product_label: eDigiCash + links: + - + label: edigicash.co + url: "https://www.edigicash.co/" + +- name: GoUrl.io + description: 'Fees: N/A' + logo_url: "https://www.dash.org/wp-content/uploads/2015/05/gourlio_logo.png" + type: payment + vendor_id: GoUrl.io + vendor_label: GoUrl.io + product_id: GoUrl.io + product_label: GoUrl.io + links: + - + label: gourl.io + url: "https://gourl.io/" \ No newline at end of file diff --git a/_i18n/en.yml b/_i18n/en.yml index 30aaa9d..35bed55 100755 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -240,9 +240,18 @@ pages: wallets-paper-header: Paper wallets-paper-subtitle: Paper wallets are a form of cold wallet and essentially a bearer instrument. wallets-security-header: Security + wallets-security-subtitle: Please secure your wallets by protecting them with strong, difficult-to-guess passwords and by backing them up in a secure place. Always choose to encrypt your wallet and any backups, because if your funds are lost or stolen, there is no way to recover them. If using a hardware (HD) wallet such as a paper wallet or keepass, please secure your "seeds" just as you would a regular wallet password. They are the only way to recover your wallet. For help on securing passwords, visit modal-platform: Platform - wallets-security-subtitle: Please secure your wallets by protecting them with strong, difficult-to-guess passwords and by backing them up in a secure place. Always choose to encrypt your wallet and any backups, because if your funds are lost or stolen, there is no way to recover them. If using a hardware (HD) wallet such as a paper wallet or keepass, please secure your "seeds" just as you would a regular wallet password. They are the only way to recover your wallet. For help on securing passwords, visit + payments: + title: Dash Payment Processors + hero-heading: Send Payments in DASH + hero-text: To be added...something something about benefits and ease of paying dash + payments-desc-header: Payment Processors + payments-desc-subtitle: To be added... + payments-providers-header: Payment Processors + payments-providers-subtitle: To be added... + modal-header-vendor-label-descriptor: Wallet for Dash modal-download-action-button-label: Download modal-source-code-view: View diff --git a/_includes/hero/merchants.html b/_includes/hero/merchants.html index b7f47ec..1f334c3 100644 --- a/_includes/hero/merchants.html +++ b/_includes/hero/merchants.html @@ -15,9 +15,8 @@
{% t pages.merchants.hero-map-btn %} - {% t pages.merchants.hero-integrate-btn %} + {% t pages.merchants.hero-integrate-btn %} {% t pages.merchants.hero-getlisted-btn %} - {% t pages.merchants.hero-woo-btn %}
diff --git a/_includes/hero/payments.html b/_includes/hero/payments.html new file mode 100644 index 0000000..3ab55b3 --- /dev/null +++ b/_includes/hero/payments.html @@ -0,0 +1,34 @@ +
+ + + +
+ + + +
+ + + {% include nav-desktop.html %} + + +
+

{% t pages.payments.hero-heading %}

+

{% t pages.payments.hero-text %}

+ + + + + + +
+ + +
+
diff --git a/payments/index.html b/payments/index.html new file mode 100644 index 0000000..bac5580 --- /dev/null +++ b/payments/index.html @@ -0,0 +1,39 @@ +--- +layout: default +title: pages.payments.title +description: pages.payments.description +--- + +{% include hero/payments.html %} +{% include modals/win-core.html %} + +{% assign payment-wallets = site.data.payment-processors| sort: "product_label" | where:"type","payment" %} + +{% include wallets_js_data.html %} + +{% for vendor-group in vendor-collection %} +{% include modals/vendor-group-download-collection.html %} +{% endfor %} + +
+ +
+
+

{% t pages.payments.payments-providers-header %}

+

{% t pages.payments.payments-providers-subtitle %}

+
+ {% for wallet in payment-wallets %} + {% include wallet-tile.html %} + {% endfor %} +
+
+
+ +
+
+

+ DISCLAIMER: This list is provided for informational purposes only. Services listed here have not been evaluated or endorsed by the Dash developers and no guarantees are made as to the accuracy of this information. Please exercise discretion when using third-party services. +

+
+
+
diff --git a/src/scss/_junk-drawer.scss b/src/scss/_junk-drawer.scss index 42ed636..a702470 100755 --- a/src/scss/_junk-drawer.scss +++ b/src/scss/_junk-drawer.scss @@ -30,6 +30,8 @@ you're in a hurry or lost or you just need to Make It Work© text-align: left; } + + $wallet-tile-min-height: 20em; $wallet-tile-max-width: 25em; $wallet-tile-logo-container-height: 5.5em; @@ -46,6 +48,9 @@ $wallet-tile-hover-background-base-color: lighten($color-blue-light, 9); margin: $wallet-tile-spacing auto; border: 1px solid $color-gray; min-height: $wallet-tile-min-height; + .payments &{ + min-height: 12em; + } max-width: $wallet-tile-max-width; overflow: hidden; -o-transition: .25s; @@ -78,6 +83,9 @@ $wallet-tile-hover-background-base-color: lighten($color-blue-light, 9); overflow: hidden; img { max-height: 80px; + .payments &{ + max-height: 60px; + } } } & .caption {