Skip to content

Commit e32c019

Browse files
committed
Replace video download link with embedded YouTube video
1 parent b030702 commit e32c019

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

index.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -705,12 +705,11 @@ <h3 class="text-xl font-semibold gradient-text mb-2">CERTaIN Training Session 2<
705705
<div class="flex-1">
706706
<h3 class="text-xl font-semibold gradient-text mb-2">CERTaIN Training Session 2</h3>
707707
<p class="text-gray-700 mb-4">Video recording of the CERTaIN Training Session 2</p>
708-
<a href="audio/CERPCOR Training Session 2-20251111_215944UTC-Meeting Recording.mp4" download class="text-blue-600 hover:text-blue-800 hover:underline font-medium">
709-
<svg class="w-5 h-5 inline mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24">
710-
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M15 10l4.553-2.276A1 1 0 0121 8.618v6.764a1 1 0 01-1.447.894L15 14M5 18h8a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v8a2 2 0 002 2z"></path>
711-
</svg>
712-
Download Video
713-
</a>
708+
<div class="mt-4">
709+
<div class="relative w-full" style="padding-bottom: 56.25%; height: 0; overflow: hidden;">
710+
<iframe class="absolute top-0 left-0 w-full h-full rounded-lg" src="https://www.youtube.com/embed/JN_WZaRgR4g" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
711+
</div>
712+
</div>
714713
</div>
715714
</div>
716715
</div>

0 commit comments

Comments
 (0)