lbryorg/podcast.html
2020-07-02 15:55:29 +05:30

61 lines
2.3 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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