Bitcoin.org/_templates/buy.html

43 lines
1.2 KiB
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 -->
<div class="hero">
<div class="container hero-container">
<h1>{% translate pagetitle %}</h1>
<p class="summary">{% translate summary %}</p>
</div>
</div>
<div class="container">
<div class="row card-row">
<div class="card buy-card">
<img src="/img/icons/ico_exchange.svg?{{site.time | date: '%s'}}" alt="Bank icon">
<h2 id="bitcoin-exchange">
{% translate bitcoin-exchange %}</h2>
<p>{% translate bitcoin-exchange-text %}</p>
</div>
<div class="card buy-card">
<img src="/img/icons/ico_local.svg?{{site.time | date: '%s'}}" alt="Signpost icon">
<h2 id="p2p-directory">
{% translate p2p-bitcoins %}</h2>
<p>{% translate p2p-bitcoins-text %}</p>
</div>
<div class="card buy-card">
<img src="/img/icons/ico_atm.svg?{{site.time | date: '%s'}}" alt="Card icon">
<h2 id="bitcoin-atm">
{% translate bitcoin-atm %}</h2>
<p>{% translate bitcoin-atm-text %}</p>
</div>
</div>
</div>