mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-09 12:00:37 -04:00
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:
@@ -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": [
|
||||
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user