Hey guys!
Just completed my first project with FCC. Any criticisms good or bad are most welcome!
Thanks and have a great day!
Hey guys!
Just completed my first project with FCC. Any criticisms good or bad are most welcome!
Thanks and have a great day!
First I want to welcome you to fCC. I like the retro look of your tribute. With the grayscale colors and the older school typeface it looks good together. You did a good job. I canât wait to see more of your work.
Thanks Mike! I really appreciate that you can see what I was going for.
And thanks for taking the time to have a look!
Oh, no problem. Weâre all in this together. Iâm glad I could encourage you today. You did a great job.
Welcome to the forum @johnathan.cody1992. Your page looks good. Some things to revisit;
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
).
<body> </body>
element in HTML. (No need to include the body tags). For anything you want to add to <head>
click on the âSettingsâ button, then HTML and add it into the âStuff for <head>â box.
div
would be inside the body
element. You have header
level tags incorrectly inside of the head
element.<br>
to force spacing anyway. Use margin and/or padding in CSS.Hey Roma!
Thank you for taking the time to make a thorough response.
I do have a question related to forking. Is forking just like having a different versions (prototypes of your project) of your project?
And when you say keep the test script when forking the project what do you mean?
Thanks in advance!
Johnathan
So this is a good question that you can either Google. Or you can read codepenâs official documentation. The answer is very easy to find and saves me a lot of typing. (Or cutting/pasting )
In my response I gave you the test script. You can paste that whole thing into the HTML section of your pen. It will create a hamburger menu in the upper left. You select the project and it runs tests to ensure that each of the user stories for the project has passed. If any fail, the button will be red. Click on the red button to read a synopsis of which test(s) failed and why.
Btw, if you click the âreplyâ link in my post (rather than the reply button at the bottom) and/or put an @ sign before my name I get notified that youâve replied. I just stumbled across this by accident.
Fantastic!
Thank you for the responses