Hi all,
I am completing the projects for the certification and now the curriculum changed. I am a bit concerned, my work is not finish yet, to get the certification, do I have to do start from again all the new exercises?
Hi all,
I am completing the projects for the certification and now the curriculum changed. I am a bit concerned, my work is not finish yet, to get the certification, do I have to do start from again all the new exercises?
No the challenges/lessons do not matter for the certification.
Only the projects are needed for the certifications
It’s not that the curriculum changed its just that a new curriculum came(It was the beta responsive web design
now responsive web design
), you can still find the old curriculum if you scroll down the curriculum section(Legacy Responsive web design)
thank you so much, I feel much better now. =)
The projects will be submitted on freeCodeCamp instead of using a third party tool like CodePen. Other than that, it you should be all set to finish the projects.
The new Responsive Web Design curriculum content has been released.
FAQ:
index.html
and styles.css
tabs which you should use for the respective code.styles.css
file to your HTML (just like you would in real web-development), by adding the following line to the head
of your HTML:<link href="styles.css" />
DOCTYPE
, html
, head
and body
tags for each project.This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.