freeCodeCamp / CurriculumExpansion

Creative Commons Attribution Share Alike 4.0 International
315 stars 105 forks source link

chore: add HTML only video page project to frontend cert #382

Closed jdwilkin4 closed 4 months ago

jdwilkin4 commented 4 months ago

The basic HTML section will have a few labs for campers to do. Labs are defined as short projects campers build on their own. It will consist of a blank editor and user stories. Here is an example for the format: https://www.freecodecamp.org/learn/the-odin-project/top-build-a-recipe-project/top-build-a-recipe-project

In the previous section of the course, campers will have learned about working with audio and videos. So they will have learned how to work with iframes and embedding videos onto a page.

For this issue, we need a lab that covers the following basic HTML topics:

Note about length of project

This is still early on in the cert. So this should still be a smaller scale project. So we could probably just have them add maybe 3-4 videos on the page.

Note about adding new images

For adding new images, make sure they are free to use. You will also need to be add that image to our CDN repo here https://github.com/freeCodeCamp/cdn

Once the new image has been added to the CDN repo, then you will need to reference that cdn link in your project.

If you are not sure about if an image can be used, reach out on staff chat.

Acceptance criteria