-
-
Notifications
You must be signed in to change notification settings - Fork 389
Sheffield | 26-ITP-Jan | Daniel Aderibigbe | Sprint 1 | Wireframe to Web Code #950
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
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.
This comment has been minimized.
This comment has been minimized.
cjyuan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1
According to https://validator.w3.org/, there are errors in your code. Can you fix them?
2
It's ok to keep the ### Changelist header in the PR description.
3
One of the acceptance criteria, "The page footer is fixed to the bottom of the viewport", has not yet been satisfied. Can you make the necessary change? (Suggestion: Ask ChatGPT what that requirement means).
4
When a wireframe is provided, our implementation should closely reflect its appearance and layout to ensure consistency with design expectations. You're off to a solid start, but to better align with the wireframe, here are a few areas where the layout and appearance could be refined:
- Center the PAGE TITLE and the SHORT DESCRIPTION beneath the title
- Align the height of the images in the 2nd and 3rd articles
Optional change:
The spacing in the second article appears to be slightly different from that in the third. In particulars,
- The vertical gap before and after the article title
- The margin/padding size around the "Read More" link
With the original CSS, this spacing issues appears to be affected by the content length. Can you modify the CSS code to make the spacing more consistent in all articles regardless of content length?
Suggestion
After you have made all the changes, try asking AI for possible improvements in terms of semantic, accessibility, typo, and consistency.
It can often help us catch errors, improve consistency, and reinforce best practices.

Self checklist
I built the wireframe webcode using semantic HTML and CSS grid layout, Added 3 articles and Achieved a 100 in Lighthouse Accessibility.