Submit Project error - Freecodecamp New Dashboard

Tell us what’s happening:
I just finished the freecodecamp Tribute Page project and as far I know they want a live link to submit the project. I upload the project in my portfolio and when I tried to submit that link, I noticed that the freecodecamp dashboard have changed and want to write code instead of live link I tried to copy and paste my previously created code but I faced some issue lik css code is not work properly here.

  1. Do I need any link tag to add css file in html? If no, then I don’t know my css code is not working. If yes, what’s the location of css file?
  2. Is there still any way to submit live link?
  3. What about the lesson I completed so far? I don’t see any completion symbol in my dashboard. Just some date. How can I understand that which task I have completed? Note: I already completed all the task except Projects.

Your code so far

WARNING

The challenge seed code and/or your solution exceeded the maximum length we can port over from the challenge.

You will need to take an additional step here so the code you wrote presents in an easy to read format.

Please copy/paste all the editor code showing in the challenge from where you just linked.

Replace these two sentences with your copied code.
Please leave the ``` line above and the ``` line below,
because they allow your code to properly format in the post.

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36

Challenge: Build a Tribute Page

Link to the challenge:

HI @mr-teslaa !

The new Responsive Web Design curriculum content has been released which means that the way to submit projects has changed.

  • You need to link your 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" />
    • You are encouraged to include the DOCTYPE, html, head and body tags for each project.

As of right now no.
You will need to submit your code using the run tests button.

You can still build all of your projects in your local development and then copy and paste that code into the project editors to submit them.

Hope that helps!

1 Like
  1. What about the lesson I completed so far? I don’t see any completion symbol in my dashboard. Just some date. How can I understand that which task I have completed? Note: I already completed all the task except Projects.

The projects are what you need for the certifications. You can submit the projects to the legacy or new curriculum and get the certification.

Your old progress has been transferred to the legacy curriculum.

I just want to complete my old curriculum and get the certificate according the old curriculum. How can I do that? how can I undo this new changes?

You can submit your projects under the legacy curriculum. You still need to paste your HTML and CSS into the freeCodeCamp editor though.

How can I select legacy curriculum? I can’t find it. I only find the new one in my dashboard. Do you mean just submit the project and we are all good to get a certificate?

Just scroll down you will find the legacy curriculum.

1 Like

Right, only the projects are needed for the certifications, the challenges are optional.

The legacy curriculum is listed at the bottom of the list of courses.

2 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.