feat(curriculum): add iframe video workshop (#62053)

Co-authored-by: Sem Bauke <sem@freecodecamp.org>
Co-authored-by: Ilenia <26656284+ilenia-magoni@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Jessica Wilkins <67210629+jdwilkin4@users.noreply.github.com>
This commit is contained in:
Kolade Chris
2025-09-30 09:41:45 +01:00
committed by GitHub
parent d7505e9833
commit b60dc22ea2
12 changed files with 504 additions and 0 deletions

View File

@@ -2151,6 +2151,12 @@
"In these lectures, you will learn how to work with the <code>iframe</code> element which is used to embed an external site on your web page."
]
},
"workshop-build-a-video-display-using-iframe": {
"title": "Build a Video Display Using iframe",
"intro": [
"In this workshop, you'll learn how to work with the <code>iframe</code> element by building a video display."
]
},
"lab-video-compilation-page": {
"title": "Build a Video Compilation Page",
"intro": [

View File

@@ -0,0 +1,9 @@
---
title: Introduction to the Build a Video Display Using iframe
block: workshop-build-a-video-display-using-iframe
superBlock: full-stack-developer
---
## Introduction to the Build a Video Display Using iframe
This workshop focuses on how to build a video display feature with the `iframe` element.