mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-23 22:46:49 +01:00
Add video link to homepage
This commit is contained in:
parent
dd80263490
commit
f2befb7c48
1 changed files with 9 additions and 2 deletions
|
@ -54,8 +54,15 @@
|
||||||
|
|
||||||
<div class="call-to-action bg-dark">
|
<div class="call-to-action bg-dark">
|
||||||
<div class="container text-center">
|
<div class="container text-center">
|
||||||
<h2>You don't want to depend on us? Self-Host it yourself!</h2>
|
<h2>Video tutorials</h2>
|
||||||
<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">Read The Doc!</a>
|
<div class="row">
|
||||||
|
<div class="col-md-6 text-center">
|
||||||
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/npFMOu6tTpA" frameborder="0" allowfullscreen></iframe>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-6 text-center">
|
||||||
|
<iframe width="560" height="315" src="https://www.youtube.com/embed/6rd8ZpLrz-4" frameborder="0" allowfullscreen></iframe>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue