remove the youtube playlists
This commit is contained in:
parent
9839072ca2
commit
b2cc872860
2 changed files with 3 additions and 30 deletions
|
@ -39,7 +39,7 @@ video {
|
|||
|
||||
.gallery {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
|
||||
grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
|
||||
}
|
||||
|
||||
.gallery .gallery-item {
|
||||
|
|
|
@ -42,9 +42,6 @@
|
|||
<li class="nav-item">
|
||||
<a class="nav-link" href="#stream">Stream <i class="fas fa-satellite-dish" aria-hidden="true"></i></a>
|
||||
</li>
|
||||
<li class="nav-item d-none d-lg-block">
|
||||
<a class="nav-link" href="#playlists">Playlists <i class="fa fa-hard-drive" aria-hidden="true"></i></a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="#archive">Archive <i class="fa fa-hard-drive" aria-hidden="true"></i></a>
|
||||
</li>
|
||||
|
@ -221,30 +218,6 @@ document.addEventListener('DOMContentLoaded', () => {
|
|||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="content-container bg-dark text-white">
|
||||
<div id="playlists" class="container-fluid p-3 bg-dark text-white">
|
||||
<div class="row">
|
||||
<div class="col-md-1 d-none d-md-block">
|
||||
</div>
|
||||
<div class="col-12 col-md-5 d-none d-lg-block">
|
||||
<div class="content">
|
||||
<iframe width="100%" height="480" src="https://www.youtube.com/embed/videoseries?si=RdMNZq4hYudlCW37&list=PLVB9xwlHyW_LhxubZ9HL8wzx1mmDNBj0z" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
|
||||
</div>
|
||||
<h3>Records</h3>
|
||||
</div>
|
||||
<div class="col-12 col-md-5 d-none d-lg-block">
|
||||
<div class="content">
|
||||
<iframe width="100%" height="480" src="https://www.youtube.com/embed/videoseries?si=SPAsQfxoya_Jeurd&list=PLVB9xwlHyW_LWz1KEmhxXhGbypcpcdHM3" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
|
||||
<h3>Digital</h3>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-1 d-none d-md-block">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="content-container bg-dark text-white">
|
||||
<div id="archive" class="container-fluid p-3 bg-dark text-white">
|
||||
<div class="row">
|
||||
|
|
Loading…
Add table
Reference in a new issue