Added the video tutorials (#382)

This commit is contained in:
Bart Derudder
2022-11-23 15:35:41 +01:00
committed by GitHub
parent ba16599bf2
commit 12dd425c2c
12 changed files with 740 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
---
title: Quick Introduction
---
## Video Tutorial
<div style={{position: 'relative', overflow: 'hidden', width: '100%', paddingTop: '56.25%' }} >
<iframe style={{position: 'absolute', top: '0', left: '0', bottom: '0', right: '0', width: '100%', height: '100%'}}
src="https://www.youtube.com/embed/-9vqxF2UfFU"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; fullscreen"
allowfullscreen>
</iframe>
</div>