Please give me a feedback for my tribute-page project and let me know how i can improve it. Unfortunately i can’t display the image on codepen.io
https://codepen.io/abidemi1/pen/vYxVpYV
1 Like
Welcome to the forums @Abidemi1. Your page looks good. Some things to revisit;
- Keep the test script when forking the pen (
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
)- The test script, with all tests passing, should be included when you submit your projects.
- Run your HTML code through the W3C validator.
- There is an HTML syntax error you should be aware of and address.
- Since copy/paste from codepen you can ignore the first warning and first two errors.
- Accessibility is about being accessible to all users. Review the giving meaningful text to links lesson. For a more thorough explanation read Web Accessibility in Mind.
- “learn more” is not accessible
- Keep all your styling external. Do not use in-line styling.
- a suggestion, to help make reading your code easier click the chevon in the upper right of each editor and click the “format” link
I was able to display your image. Your src
attribute does not point to the image, that is why it doesn’t display.
In the future, when asking for feedback on a project open the topic in the #project-feedback subforum.
I’ve moved this for you.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.