mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 01:36:13 +00:00
Merge pull request #1584 from JustAHappyKid/spend-updates
New "Spending Bitcoins" page (plus few other minor tweaks, wording fixes, etc.)
This commit is contained in:
commit
175654afa2
5 changed files with 38 additions and 8 deletions
|
@ -31,7 +31,7 @@ id: getting-started
|
|||
</div><div>
|
||||
<h2 id="spend"><span>4.</span> {% translate spend %}</h2>
|
||||
<p>{% translate spendtxt %}</p>
|
||||
<div><a href="http://usebitcoins.info">{% translate spendbut %}</a></div>
|
||||
<div><a href="/en/spend-bitcoin">{% translate spendbut %}</a></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -58,7 +58,7 @@ id: getting-started
|
|||
</div><div>
|
||||
<h2 id="visibility"><span>4.</span> {% translate visibility %}</h2>
|
||||
<p>{% translate visibilitytxt %}</p>
|
||||
<div><a href="http://usebitcoins.info">{% translate visibilitybut %}</a></div>
|
||||
<div><a href="/en/spend-bitcoin">{% translate visibilitybut %}</a></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -27,7 +27,6 @@ id: resources
|
|||
<p><a href="https://spendabit.co/">{% translate linkmerchants %}</a> - spendabit.co</p>
|
||||
<p><a href="https://airbitz.co/">{% translate linkmerchants %}</a> - airbitz.co</p>
|
||||
<p><a href="https://99bitcoins.com/who-accepts-bitcoins-payment-companies-stores-take-bitcoins/">{% translate linkmerchants %}</a> - 99Bitcoins.com</p>
|
||||
<p><a href="http://usebitcoins.info/">{% translate linkmerchants %}</a> - usebitcoins.info</p>
|
||||
<p><a href="https://www.buybitcoinworldwide.com/">{% translate linkexchanges %}</a> - buybitcoinworldwide.com</p>
|
||||
<p><a href="https://en.bitcoin.it/wiki/Category:Shopping_Cart_Interfaces">{% translate linkmerchantstools %}</a> - en.bitcoin.it</p>
|
||||
</div>
|
||||
|
|
19
_templates/spend-bitcoin.html
Normal file
19
_templates/spend-bitcoin.html
Normal file
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
# This file is licensed under the MIT License (MIT) available on
|
||||
# http://opensource.org/licenses/MIT.
|
||||
|
||||
layout: base
|
||||
id: spend-bitcoin
|
||||
---
|
||||
<h1>{% translate pagetitle %}</h1>
|
||||
<p class="summary">{% translate summary %}</p>
|
||||
|
||||
<h2 id="products-online"><span class="fa fa-shopping-cart fa-lg"></span> {% translate products-online %}</h2>
|
||||
<p>{% translate products-online-text %}</p>
|
||||
|
||||
<h2 id="directory"><span class="fa fa-book fa-lg"></span> {% translate directory %}</h2>
|
||||
<p>{% translate directory-text %}</p>
|
||||
|
||||
<h2 id="map"><span class="fa fa-globe fa-lg"></span> {% translate business-map %}</h2>
|
||||
<p>{% translate business-map-text %}</p>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue