diff --git a/_data/exchanges.yml b/_data/exchanges.yml new file mode 100644 index 0000000..ca2f1ff --- /dev/null +++ b/_data/exchanges.yml @@ -0,0 +1,18 @@ + +- name: alcurEX + trading_pairs: BTC, MRC + fees: N/A + image: qhoster.png + url: https://alcurex.org/ + +- name: alcurEX + trading_pairs: BTC, MRC + fees: N/A + image: qhoster.png + url: https://alcurex.org/ + +- name: alcurEX + trading_pairs: BTC, MRC + fees: N/A + image: qhoster.png + url: https://alcurex.org/ diff --git a/_i18n/en.yml b/_i18n/en.yml index 7593c87..2ae0108 100755 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -1,14 +1,24 @@ # For multiple paragraph content add two line breaks pages: - 404-page: + exchanges: + title: Exchanges + description: Buy Dash at these exchanges and brokers + + hero-heading: Buy Dash + hero-text: | + This lists includes all known exchanges that trade Dash (in alphabetical order), including those with low trading volume. See Market Statistics for more information. + hero-btn: Integrate Dash + hero-getlisted-btn: Get Listed + + disclaimer-text: > + 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. + + 404-page: hero-heading: > 404 - - hero-text: > - Page not Found - + hero-text: Page not Found hero-forum-btn: Official Forums hero-discussion-btn: Discussion hero-social-btn: Social Apps @@ -17,7 +27,6 @@ pages: hero-masternodes-btn: Masternodes hero-video-btn: Video & Audio - mining: title: Dash Official Website | Dash Crypto Currency description: Dash is Digital Cash diff --git a/_includes/exchanges-list.html b/_includes/exchanges-list.html new file mode 100644 index 0000000..e656c55 --- /dev/null +++ b/_includes/exchanges-list.html @@ -0,0 +1,22 @@ +
DASH Trading Pairs:: {{ exchange.trading_pairs }}
+Fees:{{ exchange.fees }}
+{% t pages.exchanges.hero-text %}
+ + +{% t pages.exchanges.disclaimer-text %}
+