tools: add section 'payment gateways'

and transfer the content of the old section in the merchants page.
One service was removed (livingroomofsatoshi.com) because doesn't
look like they support Monero.
This commit is contained in:
erciccione 2021-07-30 10:03:53 +02:00
parent 63106d6077
commit e3a0facef6
No known key found for this signature in database
GPG Key ID: 762AF8C608E56CDF
2 changed files with 18 additions and 0 deletions

View File

@ -927,6 +927,7 @@ tools:
monerohow-stats: Statistics
moneropro: Charts and metrics
monerobase: Archive of some older meeting logs
gateways: Payment Gateways
blog:
allposts: All Posts

View File

@ -80,6 +80,23 @@ permalink: /resources/tools/index.html
</div>
</div>
</div>
<div class="right half col-lg-6 col-md-6 col-sm-12 col-xs-12">
<div class="info-block">
<div class="row">
<div class="col">
<h2>{% t tools.gateways %}</h2>
<p><a href="https://www.cdpay.eu/">CDPay</a></p>
<p><a href="https://www.coinpayments.net/">CoinPayments</a></p>
<p><a href="https://globee.com/">GloBee</a></p>
<p><a href="https://www.cryptowoo.com/">CryptoWoo Monero Plugin (WooCommerce)</a></p>
<p><a href="https://github.com/monero-integrations/monerowp">Monero WooCommerce Extension (PHP)</a></p>
<p><a href="https://nowpayments.io/">NOWPayments</a></p>
<p><a href="https://swirlpay.io/">SwirlPay</a></p>
<p><a href="https://vigla.biz/">Vigla</a></p>
</div>
</div>
</div>
</div>
</div>
</section>