Skip to content

Commit 854dc0d

Browse files
committed
[fixup] do not embed YT videos to stay clear of any potential GDPR issues
1 parent 47d68f8 commit 854dc0d

File tree

1 file changed

+11
-33
lines changed

1 file changed

+11
-33
lines changed

src/videos.md

Lines changed: 11 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,13 @@
11
# Videos
22

3-
<iframe
4-
width="560"
5-
height="315"
6-
src="https://www.youtube.com/embed/BY7AFh-MnOk?si=9OpvpURqUPl6Xn23"
7-
title="YouTube video player"
8-
frameborder="0"
9-
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
10-
referrerpolicy="strict-origin-when-cross-origin"
11-
allowfullscreen>
12-
</iframe>
13-
14-
<iframe
15-
width="560"
16-
height="315"
17-
src="https://www.youtube.com/embed/HGzqci_THwA?si=2_v08XZ7ReFDsPHN"
18-
title="YouTube video player"
19-
frameborder="0"
20-
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
21-
referrerpolicy="strict-origin-when-cross-origin"
22-
allowfullscreen>
23-
</iframe>
24-
25-
<iframe
26-
width="560"
27-
height="315"
28-
src="https://www.youtube.com/embed/guBnx18EQiA?si=KTznFjm_Z00vgfFF"
29-
title="YouTube video player"
30-
frameborder="0"
31-
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
32-
referrerpolicy="strict-origin-when-cross-origin"
33-
allowfullscreen>
34-
</iframe>
35-
3+
| video link | date | duration
4+
| ------------------------- | ------------| -------
5+
| [0.9.4-release-video] | 27-Feb-2026 | 3:19
6+
| [0.8.3-release-video] | 03-Mar-2025 | 2:35
7+
| [0.7.2-release-video] | 24-May-2024 | 3:17
8+
| [0.6.0-release-video] | 31-Oct-2022 | 2:48
9+
10+
[0.9.4-release-video]: https://youtu.be/BY7AFh-MnOk
11+
[0.8.3-release-video]: https://youtu.be/HGzqci_THwA
12+
[0.7.2-release-video]: https://youtu.be/gNIj6VU-IH8
13+
[0.6.0-release-video]: https://youtu.be/guBnx18EQiA

0 commit comments

Comments
 (0)