Skip to content

Commit

Permalink
Proper links to youtube embeded videos.
Browse files Browse the repository at this point in the history
  • Loading branch information
imqqmi committed May 17, 2024
1 parent 05015d9 commit 8a1126d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/video-tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ This tutorial guides you through the steps to setup the environment for creating
The following three tutorials Can be watched in sequence for the best viewer experience (they were recorded in that way). Each followup video assumes knowledge from the previous. It's split up for quick reference.

Quick setup and build
<iframe width="100%" height="444" src="https://youtu.be/CHLU_C6YVqE" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<iframe width="100%" height="444" src="https://www.youtube.com/embed/CHLU_C6YVqE" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

Ampersand Folder Structure Explanation
<iframe width="100%" height="444" src="https://youtu.be/9_0oqzi8bOA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<iframe width="100%" height="444" src="https://www.youtube.com/embed/9_0oqzi8bOA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

Ampersand Local Setup
<iframe width="100%" height="444" src="https://youtu.be/zzPhi4RV3m0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<iframe width="100%" height="444" src="https://www.youtube.com/embed/zzPhi4RV3m0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

Prerequisites
- Git and how to clone a repository or a git manager
Expand All @@ -24,11 +24,11 @@ Prerequisites
## Ampersand Enrollment Tutorial

Ampersand Enrollment Ch. 1 Code Explanation
<iframe width="100%" height="444" src="https://youtu.be/ucU8B4_ytpc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<iframe width="100%" height="444" src="https://www.youtube.com/embed/ucU8B4_ytpc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

Ampersand Enrollment Ch. 2 Using And Modifying
<iframe width="100%" height="444" src="https://youtu.be/5EaTT94JZYY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<iframe width="100%" height="444" src="https://www.youtube.com/embed/5EaTT94JZYY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

Ampersand Enrollment Ch. 3 Questions and CRUD
<iframe width="100%" height="444" src="https://youtu.be/sikU81nIG4A" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
<iframe width="100%" height="444" src="https://www.youtube.com/embed/sikU81nIG4A" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

0 comments on commit 8a1126d

Please sign in to comment.