Replaced twitch embed with youtube embed for the LJ2024 recap show.
This commit is contained in:
parent
4568def378
commit
71d236f1c2
|
@ -58,17 +58,15 @@
|
|||
|
||||
{{ define "after-jam" }}
|
||||
{{ template "jam_2024_lj_description.html" . }}
|
||||
{{ with .TwitchEmbedUrl }}
|
||||
<div class="ph3 pv4 bb b--rich-gray">
|
||||
<h2 class="dib c--theme-gradient-light">Recap show</h2>
|
||||
<p>
|
||||
Watch the livestream celebrating all the submissions:
|
||||
</p>
|
||||
<div class="mt3" style="aspect-ratio: 16 / 9;">
|
||||
<iframe src="{{ . }}" allowfullscreen width="100%" height="100%" frameborder="0"></iframe>
|
||||
</div>
|
||||
<div class="ph3 pv4 bb b--rich-gray">
|
||||
<h2 class="dib c--theme-gradient-light">Recap show</h2>
|
||||
<p>
|
||||
Watch the recap show celebrating all the submissions:
|
||||
</p>
|
||||
<div class="mt3" style="aspect-ratio: 16 / 9;">
|
||||
<iframe width="100%" height="100%" src="https://www.youtube-nocookie.com/embed/MCrt472DkxE?si=PGWFnM8rK4GqCjH7" title="HMN Learning Jam 2024 Recap Stream" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
<div class="ph3 pv4 bb b--rich-gray">
|
||||
<div class="flex justify-between items-baseline">
|
||||
<h2 class="c--theme-gradient-light mb0">Submitted projects</h2>
|
||||
|
|
Reference in New Issue