Skip to content

London | 26-ITP-May | Chinwe Chukwuma | Sprint 2 | Wireframe#1411

Open
ChinweP wants to merge 8 commits into
CodeYourFuture:mainfrom
ChinweP:feature/wireframe
Open

London | 26-ITP-May | Chinwe Chukwuma | Sprint 2 | Wireframe#1411
ChinweP wants to merge 8 commits into
CodeYourFuture:mainfrom
ChinweP:feature/wireframe

Conversation

@ChinweP
Copy link
Copy Markdown

@ChinweP ChinweP commented Jun 4, 2026

Learners, PR Template

Self checklist

  • I have titled my PR with Region | Cohort | FirstName LastName | Sprint | Assignment Title
  • My changes meet the requirements of the task
  • I have tested my changes
  • My changes follow the style guide

Changelist

I built a webpage using the provided wireframe and added all the required content. The page includes three articles explaining README files, wireframes and Git branches. I added images, alt texts, summaries, "Read more" links, fixed the footer to the bottom, styled everything with CSS file and then checked accessibility with Lighthouse. I also validated my code using the W3C validator.

@netlify
Copy link
Copy Markdown

netlify Bot commented Jun 4, 2026

Deploy Preview for cyf-onboarding-module ready!

Name Link
🔨 Latest commit 51cfd01
🔍 Latest deploy log https://app.netlify.com/projects/cyf-onboarding-module/deploys/6a233d65b33896000888e74c
😎 Deploy Preview https://deploy-preview-1411--cyf-onboarding-module.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
2 paths audited
Performance: 100 (no change from production)
Accessibility: 100 (no change from production)
Best Practices: 100 (no change from production)
SEO: 86 (no change from production)
PWA: -
View the detailed breakdown and full score reports
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@ChinweP ChinweP added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Jun 4, 2026
@akeren akeren added 📅 Sprint 2 Assigned during Sprint 2 of this module Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. Module-Onboarding The name of the module. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Jun 5, 2026
@akeren akeren self-requested a review June 5, 2026 10:23
Copy link
Copy Markdown

@akeren akeren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ChinweP, your codebase is well-structured, simple, and easy to follow, with two files saved in the root directory of your project.

  • As your projects grow, what might happen if you later add more CSS or JavaScript files?

  • How could you organise your folders so the project stays easy to navigate, scalable, and maintainable now and in the future?

Comment thread Wireframe/style.css Outdated
Comment on lines +109 to +112




Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ChinweP, could you explain why you've added these empty lines?

Comment thread Wireframe/index.html
Comment on lines 52 to 57
<footer>
<p>
This is the default, provided code and no changes have been made yet.
Footers usually contain contact links and other information about the site overall
</p>

</footer>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ChinweP, your footer is fixed throughout, which affects the user experience. Could you explain why it's scrolling above the UI and what CSS style would help fix it?

Comment thread Wireframe/index.html
Comment on lines +16 to 52
<!--Top article (full-width)-->
<article class="top-article" id="readme-article">
<img src="placeholder.svg" alt="Illustration of a README file" />
<h2>What is the purpose of a README file?</h2>
<p>
A README file explains what a project is about, how to use it, and any important information someone needs before working with the project code.
</p>
<a href="https://www.makeareadme.com/" target="_blank">Read more</a>
</article>

<!--Bottom two articles side -by-side-->

<section class="bottom-articles">

<article id="wireframe-article">
<img src="placeholder.svg" alt="Example of a webpage wireframe"/>
<h2>What is the purpose of a wireframe?</h2>
<p>
A wireframe is a simple layout plan that shows where content will go on a webpage before you start designing or coding.
</p>

<a href="https://careerfoundry.com/en/blog/ux-design/what-is-a-wireframe/" target="_blank">Read more</a>
</article>

<article id="branch-article">
<img src="placeholder.svg" alt="Diagram showing Git branches"/>
<h2>What is a branch in Git?</h2>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
voluptates. Quisquam, voluptates.
A Git baranch lets developers work on new features without affecting the main project. When finished, the branch can be merged back in.
</p>
<a href="">Read more</a>
<a href="https://www.atlassian.com/git/tutorials/using-branches" target="_blank">Read more</a>
</article>

</section>

</main>
<footer>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ChinweP, how could you improve the code formatting?

Comment thread Wireframe/index.html Outdated
A wireframe is a simple layout plan that shows where content will go on a webpage before you start designing or coding.
</p>

<a href="https://careerfoundry.com/en/blog/ux-design/what-is-a-wireframe/" target="_blank">Read more</a>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ChinweP, why is this resource returning a Not Found (404)?

Copy link
Copy Markdown
Author

@ChinweP ChinweP Jun 5, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The URL is not complete. I missed adding "-guide" at the end of the URL. The complete URL is: https://careerfoundry.com/en/blog/ux-design/what-is-a-wireframe-guide/

@akeren akeren added Reviewed Volunteer to add when completing a review with trainee action still to take. and removed Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. labels Jun 5, 2026
@ChinweP
Copy link
Copy Markdown
Author

ChinweP commented Jun 5, 2026

Thank you @akeren for your review and comment. I will look into all your comments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Module-Onboarding The name of the module. Reviewed Volunteer to add when completing a review with trainee action still to take. 📅 Sprint 2 Assigned during Sprint 2 of this module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants