-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathexchanges.html
40 lines (40 loc) · 1.92 KB
/
exchanges.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
permalink: "/exchanges"
layout: external
ref: exchanges
title: '{{ site.translations[site.lang].seo.meta.exchanges.title }}'
description: '{{ site.translations[site.lang].seo.meta.exchanges.desc }}'
---
<section id="exchanges" class="section gray-bg">
<div class="container">
<p>{% t exchanges.description %}</p>
<div class="row mt-3 mb-3">
<div class="col-lg-4 col-sm-12 d-flex align-items-stretch">
<div class="card">
<img src="/images/icons/exchanges/tradeogre.png" class="p-2 card-img-top w-50 mx-auto d-block" alt="Buy Masari on TradeOgre">
<div class="card-body">
<h5 class="card-title text-center">{% t exchanges.tradeogre.title %}</h5>
<p class="card-text">{% t exchanges.tradeogre.desc %}</p>
<p class="text-muted font-weight-light">{% t pairs %}: <a href="https://tradeogre.com/exchange/BTC-MSR" target="_blank">{% t exchanges.pairs.BTC %}</a></p>
</div>
<div class="card-footer bg-transparent">
<a href="https://tradeogre.com/" target="_blank" class="btn btn-lg btn-block masari">{% t visit %} {%t exchanges.tradeogre.title %}</a>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-12 d-flex align-items-stretch">
<div class="card">
<img src="/images/icons/exchanges/southxchange.png" class="p-2 card-img-top w-50 mx-auto d-block" alt="Buy Masari on SouthXChange">
<div class="card-body">
<h5 class="card-title text-center">{% t exchanges.southxchange.title %}</h5>
<p class="card-text">{% t exchanges.southxchange.desc %}</p>
<p class="text-muted font-weight-light">{% t pairs %}: <a href="https://www.southxchange.com/Market/Book/MSR/BTC" target="_blank">{% t exchanges.pairs.BTC %}</a></p>
</div>
<div class="card-footer bg-transparent">
<a href="https://www.southxchange.com" class="btn btn-lg btn-block masari">{% t visit %} {% t exchanges.southxchange.title %}</a>
</div>
</div>
</div>
</div>
</div>
</section>