Just completed my first project. I’m open for your feedbacks and recommendations.
Here’s the link: https://codepen.io/florence-ocon/pen/YzWBEGv
Thank you in advance
Just completed my first project. I’m open for your feedbacks and recommendations.
Here’s the link: https://codepen.io/florence-ocon/pen/YzWBEGv
Thank you in advance
@FOcon That looks very good! One thing I noticed though is that you don’t have the tests going on your page. To do that at the bottom of you html file do this.
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
</body>
You should add that script
tag to the very last line of your body
tag. You were failing one test when I ran them. Look over it one more time and try to fix the test! Happy Coding!
Hey @FOcon!
I think your page looks good.
A couple of things.
Make sure to include the test suite in your page like @landon.h.lloyd suggested and make sure all tests are passing before submitting your project.
Remember to give meaningful descriptive names to links. You could change wikipedia entry to Carlo Acutis’ Biography. (or something like that)
https://www.freecodecamp.org/learn/responsive-web-design/applied-accessibility/give-links-meaning-by-using-descriptive-link-text
Hope that helps!
Your page looks good @FOcon. Some things to revisit;
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
).
There are additional comments that could be made but it’s best if you create an original page first and then ask for feedback.
thank you so much for your input
thank you so much for your input
I made some changes hopefully I get it right.
Here’s the link : https://codepen.io/florence-ocon/pen/YzWBEGv
Thank you guys
Remember to leave the test script in your html page.
You still need to pass test no.6.
User Story #6: I should see an element with a corresponding id="tribute-info"
, which contains textual content describing the subject of the tribute page.
Thank you once again @jwilkins.oboe. I revised it again hopefully I get it right. Hera’s the link: https://codepen.io/florence-ocon/pen/YzWBEGv
@FOcon, things to revisit;
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
).
<br>
element to force line breaks or spacing. That’s what CSS is for.