mirror of
https://github.com/LBRYFoundation/lbryorg.git
synced 2025-08-23 20:47:23 +00:00
fix: we don't have a team of monkeys to add all episodes of podcast here, so linked to the channel instead
This commit is contained in:
parent
d4d849a47e
commit
17a07205d8
2 changed files with 10 additions and 61 deletions
|
@ -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-->
|
10
pages/podcast.md
Normal file
10
pages/podcast.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
title : Podcast
|
||||
subhead : The LBRY Foundation Community Podcast🎙️.
|
||||
bg-image : "../img/foundation-podcast-background-art.png"
|
||||
layout : default
|
||||
permalink : /podcast/
|
||||
---
|
||||
|
||||
The LBRY Foundation along with the community holds a weekly podcast on the [LBRY Official Discord Server](https://lbry.com/chat), hosted by Jon Ringo AKA `Jringo_`.
|
||||
The podcast starts every Friday, 2 PM [Eastern Time](https://time.is/ET). Don't worry if you missed an episode, you can always catch up at [lbry://@LBRYFoundation](https://open.lbry.com/@LBRYFoundation:0), the official Foundation LBRY channel.
|
Loading…
Add table
Reference in a new issue