mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-23 20:47:23 +00:00
delete
This commit is contained in:
parent
9f10a7b12d
commit
f934a6feaa
1 changed files with 0 additions and 61 deletions
61
podcast.html
61
podcast.html
|
@ -1,61 +0,0 @@
|
|||
---
|
||||
title : Podcast
|
||||
subhead : The LBRY Foundation Community Podcast🎙️.
|
||||
bg-image : "../img/foundation-podcast-background-art.png"
|
||||
layout : default
|
||||
permalink : /podcast/
|
||||
---
|
||||
|
||||
<!--main-row-->
|
||||
<div class="row">
|
||||
<!--main-column-->
|
||||
<div class="col-lg-10 col-xl-8 offset-sm-0 offset-md-0 offset-lg-1 offset-xl-2">
|
||||
|
||||
<!--row-->
|
||||
<div class="row">
|
||||
<!--episode-3-->
|
||||
<div class="col-md-12 col-lg-12 my-5" id="episode3">
|
||||
<h2 class="mb-2 text-white text-center">Episode 3</h2>
|
||||
<hr class="subhead">
|
||||
<br>
|
||||
<div class="podcast">
|
||||
<iframe
|
||||
width="100%" height="100%"
|
||||
src="https://lbry.tv/$/embed/The-LBC-Rewards-Program/0eee1c82f903124590fe69efcac617b5da8dbb52"
|
||||
allowfullscreen></iframe>
|
||||
</div>
|
||||
</div>
|
||||
<!--/episode-3-->
|
||||
|
||||
<!--episode-2-->
|
||||
<div class="col-md-12 col-lg-12 my-5" id="episode2">
|
||||
<h2 class="mb-2 text-white text-center">Episode 2</h2>
|
||||
<hr class="subhead">
|
||||
<br>
|
||||
<div class="podcast">
|
||||
<iframe
|
||||
width="100%" height="100%"
|
||||
src="https://lbry.tv/$/embed/Episode-2/f19f48547361c63bf820ad66fdc36c440b61ddff"
|
||||
allowfullscreen></iframe>
|
||||
</div>
|
||||
</div>
|
||||
<!--/episode-2-->
|
||||
|
||||
<!--episode-1-->
|
||||
<div class="col-md-12 col-lg-12 my-5" id="episode1">
|
||||
<h2 class="mb-2 text-white text-center">Episode 1</h2>
|
||||
<hr class="subhead">
|
||||
<br>
|
||||
<div class="podcast">
|
||||
<iframe
|
||||
width="100%" height="100%"
|
||||
src="https://lbry.tv/$/embed/Episode-1/e7d93d772bd87e2b62d5ab993c1c3ced86ebb396"
|
||||
allowfullscreen></iframe>
|
||||
</div>
|
||||
</div>
|
||||
<!--/episode-1-->
|
||||
|
||||
</div>
|
||||
<!--row-->
|
||||
</div>
|
||||
<!--main-column-->
|
Loading…
Add table
Reference in a new issue