-
-
Notifications
You must be signed in to change notification settings - Fork 372
London | 26-ITP-Jan | Oussama Mouggal | Sprint 1| Wireframe #968
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?
London | 26-ITP-Jan | Oussama Mouggal | Sprint 1| Wireframe #968
Conversation
✅ Deploy Preview for cyf-onboarding-module ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
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.
Pull request overview
This PR appears to be a coursework submission for a Wireframe assignment. However, the PR title "London >i" does not follow the required format specified in the PR template. The changes include updating the Wireframe project content and styling, but also contain critical issues that prevent the PR from being merged.
Changes:
- Deleted the root index.html landing page (which provided navigation to all coursework projects)
- Updated Wireframe/index.html with actual content about README files, wireframes, and Git branches
- Enhanced footer styling in Wireframe/style.css with fixed positioning and background colors
- Minor whitespace adjustment in Form-Controls/index.html
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
| index.html | Entire file deleted - removes main landing page for coursework navigation |
| Wireframe/index.html | Added meaningful content for three articles about README files, wireframes, and Git branches |
| Wireframe/style.css | Enhanced footer with fixed positioning, full width, and dark background styling |
| Form-Controls/index.html | Added newline at end of file |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| background-color: #333; | ||
| color: white; |
Copilot
AI
Jan 17, 2026
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.
Using hardcoded color values like #333 is inconsistent with the design palette established at the top of the file. Consider using CSS custom properties (e.g., --footer-bg) to maintain consistency with the existing design system that uses variables like --paper, --ink, etc.
| <p> | ||
| The purpose of a README file is to provide essential information about a project, including how to install, use, and contribute to it. | ||
| </p> | ||
| <a href="">Read more</a> |
Copilot
AI
Jan 17, 2026
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.
The "Read more" links have empty href attributes. These should either point to valid URLs or use href="#" if they are placeholders. Empty href attributes can cause accessibility and usability issues.
| <p> | ||
| The purpose of a wireframe is to provide a visual guide that represents the skeletal framework of a website or application, helping to plan layout and functionality. | ||
| </p> | ||
| <a href="">Read more</a> |
Copilot
AI
Jan 17, 2026
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.
The "Read more" links have empty href attributes. These should either point to valid URLs or use href="#" if they are placeholders. Empty href attributes can cause accessibility and usability issues.
| voluptates. Quisquam, voluptates. | ||
| A branch in Git is a separate line of development that allows multiple people to work on different features or fixes simultaneously without affecting the main codebase. | ||
| </p> | ||
| <a href="">Read more</a> |
Copilot
AI
Jan 17, 2026
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.
The "Read more" links have empty href attributes. These should either point to valid URLs or use href="#" if they are placeholders. Empty href attributes can cause accessibility and usability issues.
Co-authored-by: Copilot <[email protected]>

Self checklist
I created a website which explains wireframe, git and readme file