btcpayserver/BTCPayServer/Views/Home/Home.cshtml

136 lines
5.3 KiB
Text
Raw Normal View History

2017-09-13 15:47:34 +09:00
@{
ViewData["Title"] = "Home Page";
ViewBag.AlwaysShrinkNavBar = false;
2017-09-13 15:47:34 +09:00
}
<header class="masthead">
<div class="header-content">
<div class="header-content-inner text-white">
<h1>Welcome to BTCPay Server</h1>
<hr />
<p>BTCPay Server is a free and open source server for merchants wanting to accept Bitcoin for their business.</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://btcpayserver.org" target="_blank">Official website</a>
</div>
</div>
2017-09-13 15:47:34 +09:00
</header>
<section id="services">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
2019-11-01 21:55:05 +01:00
<h2>A Payment Server for Bitcoin</h2>
<hr class="primary">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6 text-center">
<div class="service-box">
<img src="~/img/lock-logo.png" />
<h3 class="text-dark">Secure</h3>
<p class="text-muted">The payment server does not need to know your private keys, so your money can't be stolen.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 text-center">
<div class="service-box">
<img src="~/img/qr-logo.png" />
<h3 class="text-dark">Easy</h3>
<p class="text-muted">A user-friendly Bitcoin checkout page for your customers.</p>
</div>
</div>
<div class="col-lg-4 col-md-6 text-center">
<div class="service-box">
<img src="~/img/money-logo.png" />
<h3 class="text-dark">Visibility</h3>
<p class="text-muted">Manage, generate reports, and search for your invoices easily.</p>
</div>
</div>
</div>
</div>
2017-09-13 15:47:34 +09:00
</section>
<div class="call-to-action bg-dark text-white">
<div class="container text-center">
2017-11-02 14:03:49 -07:00
<h2>Video tutorials</h2>
<div class="row">
<div class="col-md-2 text-center">
</div>
<div class="col-md-8 text-center">
<a href="https://www.youtube.com/channel/UCpG9WL6TJuoNfFVkaDMp9ug" target="_blank">
<img src="~/img/youtube.png" class="img-fluid" />
</a>
2017-11-02 14:03:49 -07:00
</div>
<div class="col-md-2 text-center">
2017-11-02 14:03:49 -07:00
</div>
</div>
</div>
2017-09-13 15:47:34 +09:00
</div>
2017-09-13 17:42:30 +09:00
<section>
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto text-center">
2019-11-01 21:55:05 +01:00
<h2>Donate</h2>
<hr class="primary">
<p>
BTCPay Server is proudly free and open-source, built and maintained<br /> by a world-wide community of passionate contributors.<br />
Support us by donating through BTCPay Server Foundation<br /> or by directly sending donation to a specific contributor.
</p>
<p>
<a href="https://btcpayserver.org/donate/">
<input type="image" src="~/img/paybutton/donateto.svg" name="submit" style="width:209px" alt="Donate to BtcPayServer">
</a>
</p>
</div>
</div>
</div>
2017-09-13 17:42:30 +09:00
</section>
<div class="container">
<div class="row">
<div class="col-lg-8 mx-auto text-center">
2019-11-01 21:55:05 +01:00
<h2>Let's Get In Touch!</h2>
<hr class="primary">
<p>
An open source project is nothing without its community<br />
Come and get in touch with us!
</p>
</div>
</div>
2019-11-01 21:55:05 +01:00
<br />
<br />
<div class="row">
<div class="col-lg-3 ml-auto text-center">
<a href="https://chat.btcpayserver.org/" target="_blank">
<img src="~/img/mattermost.png" height="100" />
</a>
<p><a href="https://chat.btcpayserver.org/" target="_blank">On Mattermost</a></p>
</div>
<div class="col-lg-3 ml-auto text-center">
<a href="https://slack.btcpayserver.org/" target="_blank">
<img src="~/img/slack.png" height="100" />
</a>
2019-09-02 16:32:38 +09:00
<p><a href="https://slack.btcpayserver.org/" target="_blank">On Slack</a></p>
</div>
<div class="col-lg-3 mr-auto text-center">
<a href="https://twitter.com/BtcpayServer" target="_blank">
<img src="~/img/twitter.png" height="100" />
</a>
<p>
<a href="https://twitter.com/BtcpayServer" target="_blank">On Twitter</a>
</p>
</div>
<div class="col-lg-3 mr-auto text-center">
<a href="https://github.com/btcpayserver/btcpayserver" target="_blank">
<img src="~/img/github.png" height="100" />
</a>
<p>
<a href="https://github.com/btcpayserver/btcpayserver" target="_blank">On Github</a>
</p>
</div>
</div>
</div>