Skip to content

Commit

Permalink
talks: add tc39er podcast and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ryzokuken committed Jan 22, 2021
1 parent df5db09 commit 7c0e3b3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion talks.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ title: Ryzokuken's Talks

## Podcasts

<audio data-theme="night" data-src="https://changelog.com/jsparty/86/embed" src="https://cdn.changelog.com/uploads/jsparty/86/js-party-86.mp3" preload="none" class="changelog-episode" controls></audio><p><a href="https://changelog.com/jsparty/86">JS Party 86: How to get into OSS</a> – Listen on <a href="https://changelog.com/">Changelog.com</a></p><script async src="https://cdn.changelog.com/embed.js"></script>
<audio data-theme="night" data-src="https://changelog.com/jsparty/86/embed" src="https://cdn.changelog.com/uploads/jsparty/86/js-party-86.mp3" preload="none" class="changelog-episode" controls></audio><script async src="https://cdn.changelog.com/embed.js"></script>

<iframe id="tc39ers" src="https://anchor.fm/hemanth-hm/embed/episodes/Ujjwal-Sharma-ep12mg/a-a1plh1" frameborder="0" scrolling="no"></iframe>

<div id="tables">

Expand Down Expand Up @@ -69,6 +71,10 @@ title: Ryzokuken's Talks
width: 100%;
}

#tc39ers {
width: 100%;
}

#flags {
font-size: 3rem;
}
Expand Down

0 comments on commit 7c0e3b3

Please sign in to comment.