Skip to content

Commit

Permalink
feature: Highlight that there's a whole playlist of video goodness there
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenseacat committed Jan 31, 2025
1 parent 260df59 commit bf14fb8
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions lib/ash_hq_web/templates/home/media.html.heex
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,21 @@
<div class="grid grid-cols-2 gap-4">
<div class="col-span-2 flex-col flex items-center">
<div class="text-3xl font-bold mt-8 mb-8 text-center">Youtube</div>
<iframe
width="560"
height="315"
class="rounded-xl"
src="https://www.youtube.com/embed/videoseries?si=efbL8kHjj7GQjOav&amp;list=PLFiGINXG7oyFh5B_2SiHI9LtdQ_f1k7pz"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
/>
<div class="relative">
<iframe
width="560"
height="315"
class="rounded-xl"
src="https://www.youtube.com/embed/videoseries?si=efbL8kHjj7GQjOav&amp;list=PLFiGINXG7oyFh5B_2SiHI9LtdQ_f1k7pz"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
/>
<span class="absolute top-4 -right-32 text-xs text-primary-dark-500 italic w-28">
<span class="hero-arrow-left size-4" /><br />(this is a whole playlist of videos!)
</span>
</div>
</div>
<div class="col-span-2 flex-col flex space-y-4 items-center justify-center">
<div class="text-3xl font-bold mt-8 mb-8 text-center">Podcasts</div>
Expand Down

0 comments on commit bf14fb8

Please sign in to comment.