removed video links that were taken down 6ff8e8b6
Steve · 2023-04-19 23:09 1 file(s) · +0 −3
src/pages/videos.astro +0 −3
11 11
	<div class="space-y-6">
12 12
		<h1 class="title">Videos</h1>
13 13
    <p>Here are some samples of video content I've produced to help users!</p>
14 -
    <iframe class="w-full md:h-96 h-full" src="https://www.youtube.com/embed/v4aHaM2S1Dg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
15 14
    <iframe class="w-full md:h-96 h-full" src="https://www.youtube.com/embed/YQMktd0llOo" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
16 -
    <iframe class="w-full md:h-96 h-full" src="https://www.youtube.com/embed/IfvoN-oktI0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
17 -
    <iframe class="w-full md:h-96 h-full" src="https://www.youtube.com/embed/4tmuNOng4XU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
18 15
	</div>
19 16
</PageLayout>