add getting started button

This commit is contained in:
NicolasDorier
2017-09-15 14:28:37 +09:00
parent d86e8695a0
commit 6170e5ffd2

View File

@@ -7,9 +7,9 @@
<header class="masthead">
<div class="header-content">
<div class="header-content-inner">
<h1 id="homeHeading">Welcome to BTCPay Server</h1>
<hr>
<h1 id="homeHeading" style="padding-bottom:30px;">Welcome to BTCPay Server</h1>
<p>BTCPay Server is a free and open source server for merchants wanting to accept Bitcoin for their business. The API is compatible with Bitpay service to allow seemless migration.</p>
<a style="background-color: #fff;color: #222;display:inline-block;text-align: center;white-space: nowrap;vertical-align: middle;user-select: none;line-height: 1.25;font-size: 1rem;text-decoration:none;font-weight: 700; text-transform: uppercase;border: none;border-radius: 300px;padding: 15px 30px;" href="https://github.com/btcpayserver/btcpayserver-doc">Getting started</a>
</div>
</div>
</header>