Closed Dario-DC closed 4 months ago
I was thinking we could use videos from our youtube page https://www.youtube.com/c/Freecodecamp
hundreds of options to choose from there
embeds video lectures from the upcoming frontend certification.
I am not sure how long it will take for the upcoming frontend cert videos to be made available. So using fcc youtube videos will be a better choice because it won't block this project from being added to the superblock in the short term
iframe sizes will be taught in the lecture videos so it is fine to include it here
I would add one thing for accessibility. The iframe
element must have an accessible name to meet WCAG requirements. Usually this is done by adding the title
attribute to the iframe
element, which is what I would recommend here. In this case, because these are going to be videos, the title
attribute would probably be the title of the video with the word "video" at the end.
LGTM if this is ready @Dario-DC 👍
Name suggestion: Video Compilation Page
LGTM if this is ready @Dario-DC 👍
Name suggestion: Video Compilation Page
Done :+1:
Just to clarify, I meant that we could call it Video Compilation Page
on the main site. Then users can make it a freeCodeCamp videos page, or a bike riding videos page, or other.
Checklist:
Update index.md
)Closes #382
I'm not sure about what we want to add here, but I think that we can ask campers to create a page that embeds video lectures from the upcoming frontend certification.