Do not put youtube on the front page (doing suspicious ads requests from the website)

This commit is contained in:
nicolas.dorier 2018-07-12 00:55:06 +09:00
parent 27b686095c
commit 65c7c85c14
2 changed files with 6 additions and 3 deletions

View file

@ -57,11 +57,14 @@
<div class="container text-center">
<h2>Video tutorials</h2>
<div class="row">
<div class="col-md-6 text-center">
<iframe width="400" height="225" src="https://www.youtube.com/embed/xh3Eac66qc4" frameborder="0" allowfullscreen></iframe>
<div class="col-md-4 text-center">
</div>
<div class="col-md-4 text-center">
<a href="https://www.youtube.com/channel/UCpG9WL6TJuoNfFVkaDMp9ug" target="_blank">
<img src="~/img/youtube.png" height="225" width="400" />
</a>
</div>
<div class="col-md-6 text-center">
<iframe width="400" height="225" src="https://www.youtube.com/embed/Xo_vApXTZBU" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB