London | 26-ITP-May | Jorvan White | Sprint 2 | Wireframe#1320
London | 26-ITP-May | Jorvan White | Sprint 2 | Wireframe#1320JorvanW wants to merge 16 commits into
Conversation
…Wireframe and Git Branch.
… some changes to the style.css file to make it look better.
✅ 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.
|
When Committing changes from VSCode, the commits would go to my main branch instead of feature/wireframe branch. By the time I realised, for me to change it, the feature/wirerframe branch would show no consistent commits made. In the future I need to make sure the commits aren't being made to the main branch or to just create a new branch in VSCode. |
|
Hi @JorvanW |
This comment has been minimized.
This comment has been minimized.
|
Hi Jorvan, I think it might need your "Self checklist" to look like a H2 tag in the markdown. Or perhaps needs a H1 at the top of "Learners, PR Template" |
|
Hello, I have just added the ## to Self Checklist. Would I need to re-add the needs review tag |
|
Yes Jorvan - re-add it in, if in doubt, if it isn't in the labels section on the right hand side add it in :D |
cjyuan
left a comment
There was a problem hiding this comment.
-
According to https://validator.w3.org/, there are errors in your code. Can you fix them?
-
I noticed the following issues in the text content:
- Some words are misspelled or use incorrect letter casing.
- Some minor grammar mistakes.
Could you run the content of your HTML document (including HTML code) through an AI tool to identify any potential improvements, even minor ones, to help ensure the content is fully polished?
-
In terms of the page layout, I'd like you to carefully compare your page against the wireframe and identify any differences in alignment, consistency of element sizing, and whether any elements from the wireframe are missing, omitted, or implemented differently.
For examples,
- Are all the text content properly centered or left-justified?
- Are the articles centered on the page?
- Between the two articles at the bottom of the page, do their image and title fully align horizontally?
- Do all "Read more" links look identical?
Once you've done that review, revisit your implementation and make adjustments where needed to bring the layout closer to the wireframe.
| <p> | ||
| Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, | ||
| voluptates. Quisquam, voluptates. | ||
| ReadME file is a plain text document that is used as a user manual or official document for a project. This file is useful because it helps communicate important information to those using or collaborating the project. | ||
| </p> |
There was a problem hiding this comment.
Note: VS Code formatter could be used to keep our code consistently formatted, including breaking long
lines of HTML text into multiple lines for easier editing and maintenance.
As a best practice, consider following this guide to enable VS Code's
"Format on Save" option or to use its "Format Document" command to ensure your code is always consistently formatted.
Please note that code formatters may not work correctly when the source code contains syntax errors.
| <h3>Wireframe</h3> | ||
| <p> | ||
| A wireframe is a minimal skeletal blueprint of a website or app interface. It is important in order to plan a project in advance. | ||
| </p> | ||
| <a href="https://balsamiq.com/blog/what-are-wireframes/">Read more</a> | ||
| </article> | ||
| <article> | ||
| <img src="https://miro.medium.com/v2/resize:fit:1100/format:webp/1*nQXC89lqQnqvICtb3J6XWw.png" alt="GitBranch" /> | ||
| <h4>Git Branch </h4> |
There was a problem hiding this comment.
Why are the articles given different headings?
Could you look up how headings (h1 to h6) should be used in an HTML document?
fixed error in --space: clamp(6px, 6px + 2vw, 15px); Where "2vw" was missing "2" before "vw"
added "margin-top: 55px;" to the "Git-Branch-image" to match the article next to it.
descriptive alt text to the images.
and added a meta description tag for better SEO.
cjyuan
left a comment
There was a problem hiding this comment.
The code is greatly improved. Well done.
I only have a few minor requests.
| <p> | ||
| This is the default, provided code and no changes have been made yet. | ||
| </p> | ||
| <p>London | May-2026 | Jorvan White | Wireframe Task </p> |
There was a problem hiding this comment.
To better match the wireframe, can you keep the footer content centered, and ensure the article content and the footer content won't overlap?
| --container: 1280px; | ||
| } | ||
|
|
||
| H1 { |
There was a problem hiding this comment.
Normal practice is to consistently use lowercase letters for the element names.
| #git-branch-image { | ||
| height: 107% | ||
| } | ||
|
|
||
| #git-branch-article h2 { | ||
| margin-top: 55px; | ||
| } |
There was a problem hiding this comment.
Indentation is a bit inconsistent.
I strongly recommend enabling
"Format on Save" option in VS Code or to use its "Format Document" command to keep your code consistently formatted.

Self checklist
Changelist
This Pull request is for the wireframe project, ensuring that it meets the requirements.