dash-docs/_templates/buy.html
Will Binns 5c2e8415f4
buy-bitcoin: Add 'Buy Bitcoin' page
This adds a 'Buy Bitcoin' page to Bitcoin.org. This page will allow us
to begin ranking and capturing traffic on search engines for the key
phrase 'buy bitcoin' which receives upwards of 100,000 unique searches a
month on Google, alone.

This strategy was employed with our Bitcoin Exchanges page, now the
fourth most-visited page on the site for the last three months. It has
received over 1,000,000 page views since it was added and is now also
the first search result on Google when the search term 'bitcoin
exchange' is used.

Unless others object, this will be merged on Tuesday, August 15th.

Closes #1573
2017-08-13 15:33:08 -06:00

22 lines
728 B
HTML

---
# This file is licensed under the MIT License (MIT) available on
# http://opensource.org/licenses/MIT.
layout: base
id: buy
---
<!-- Note: this file exempt from check-for-subheading-anchors check -->
<h1>{% translate pagetitle %}</h1>
<p class="summary">{% translate summary %}</p>
<h2 id="bitcoin-exchange"><span class="fa fa-bank fa-lg"></span> {% translate bitcoin-exchange %}</h2>
<p>{% translate bitcoin-exchange-text %}</p>
<h2 id="local-bitcoins"><span class="fa fa-map-signs fa-lg"></span> {% translate local-bitcoins %}</h2>
<p>{% translate local-bitcoins-text %}</p>
<h2 id="bitcoin-atm"><span class="fa fa-credit-card fa-lg"></span> {% translate bitcoin-atm %}</h2>
<p>{% translate bitcoin-atm-text %}</p>