This commit is contained in:
Udit Patel 2020-07-02 20:27:20 +05:30 committed by GitHub
parent 9f10a7b12d
commit f934a6feaa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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