28 lines
999 B
HTML
28 lines
999 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 -->
|
|
|
|
<div class="hero">
|
|
<div class="container hero-container">
|
|
<h1>{% translate pagetitle %}</h1>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="container">
|
|
<div class="row card-row" style="justify-content: center;">
|
|
<div class="card buy-card" style="height: 600px;width: 500px;margin-top: -30px;">
|
|
<iframe allow="accelerometer; autoplay; camera; gyroscope; payment" src="https://buy.moonpay.io?apiKey=pk_live_QWvwDl3WJAq7S8fDjsOUMfjn09DSw8R&currencyCode=btc&colorCode=%23F7931A" width="100%" height="100%" frameborder="0"></iframe>
|
|
</div>
|
|
<div style="margin-top: 50px;text-align: center;">
|
|
<b>The above widget is provided by a third party provider (MoonPay) and is not associated with bitcoin.org. Fees may be higher than some other Bitcoin exchanges.</b>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|