Manchester | 26-ITP-May | Abid Akhtar | Sprint 2 | Wireframe#1398
Manchester | 26-ITP-May | Abid Akhtar | Sprint 2 | Wireframe#1398AbidAkhtar-tech wants to merge 8 commits into
Conversation
✅ Deploy Preview for cyf-onboarding-module ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This comment has been minimized.
This comment has been minimized.
cjyuan
left a comment
There was a problem hiding this comment.
- The footer and the article content could overlap, making the text difficult to read. Could you find a way to prevent the text from overlapping?
-
Could you look up the benefits of using a code formatter? I strongly recommend following this guide
to enable VS Code's "Format on Save" option or use its "Format Document" command. This will help ensure your code is consistently formatted and easier to read and maintain. -
You did a good job keeping your code error-free. However, the W3C Validator (https://validator.w3.org/) identifies a warning in your code. Could you revise your code to resolve this warning?
-
Could you restore the "Changelist" header in your PR description? It should be a level 2 header that looks like this:
Changelist
|
I have made the required changes. Your review is appreciated. Thanks |


Self checklist
Changelist
This PR completes the Wireframe task by creating a webpage that matches the provided wireframe layout. I used semantic HTML elements such as header, main, article, section, and footer.