Add video link to homepage

This commit is contained in:
nicolas.dorier 2017-11-02 14:03:49 -07:00
parent dd80263490
commit f2befb7c48

View file

@ -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>