Uh oh!
There was an error while loading. Please reload this page.
Manchester | 26-ITP-May | Abid Akhtar | Sprint 2 | Wireframe - #1398
Manchester | 26-ITP-May | Abid Akhtar | Sprint 2 | Wireframe#1398AbidAkhtar-tech wants to merge 10 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
AbidAkhtar-tech
commented
Jun 8, 2026
I have made the required changes. Your review is appreciated. Thanks |
AbidAkhtar-tech
commented
Jun 9, 2026
Thanks for the feedback. I updated the layout so that Articles 2 and 3 are displayed side-by-side using a grid container. |
cjyuan
commented
Jun 9, 2026
These requirements do not need to be treated as mutually exclusive. Can you find a way to ensure that both conditions are satisfied simultaneously? |
AbidAkhtar-tech
commented
Jun 9, 2026
Thanks for the feedback. I restored the fixed footer to meet the assignment requirements and added additional spacing to the main content area so that the article content remains visible and does not overlap with the footer on smaller screen sizes. |
cjyuan
commented
Jun 9, 2026
Looks good. Well done. |
AbidAkhtar-tech
commented
Jun 9, 2026
Thank You! |
illicitonion
commented
Aug 24, 2026
Closing PR because the May ITP run has finished. Feel free to re-open if you're still working on it. |


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.