Skip to content

Manchester | 26-ITP-May | Yee Man Tsang | Sprint 2 | Wireframe to Web Code#1349

Open
lintsang wants to merge 11 commits into
CodeYourFuture:mainfrom
lintsang:feature/wireframe
Open

Manchester | 26-ITP-May | Yee Man Tsang | Sprint 2 | Wireframe to Web Code#1349
lintsang wants to merge 11 commits into
CodeYourFuture:mainfrom
lintsang:feature/wireframe

Conversation

@lintsang
Copy link
Copy Markdown

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 finished this exercise by updating the html and css files provided by following all requirements and wireframe.

@netlify
Copy link
Copy Markdown

netlify Bot commented May 24, 2026

Deploy Preview for cyf-onboarding-module ready!

Name Link
🔨 Latest commit 746f7a9
🔍 Latest deploy log https://app.netlify.com/projects/cyf-onboarding-module/deploys/6a1f1289a810c0000895c159
😎 Deploy Preview https://deploy-preview-1349--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.

@lintsang lintsang added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label May 24, 2026
Copy link
Copy Markdown

@LonMcGregor LonMcGregor left a comment

Choose a reason for hiding this comment

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

Good start on this task. There are a few things left to have another look at - see my comments.

Comment thread Wireframe/index.html Outdated
<article>
<img src="placeholder.svg" alt="" />
<h2>Title</h2>
<div id="wrapper">
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

What is the purpose of this wrapper div?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Thanks for your reminder and it has been improved.

Comment thread Wireframe/index.html Outdated
<main>
<article>
<div class="image-wrapper">
<img src="https://cdn.iconscout.com/icon/free/png-512/free-readme-logo-icon-svg-download-png-3029134.png" alt="" />
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Should the alt attribute in these images be empty?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Thanks for your reminder and it has been modified.

Comment thread Wireframe/index.html Outdated
<p>
This is the default, provided code and no changes have been made yet.
</p>
<div id="wrapper">
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

What is this wrapper div here doing?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Thanks for your reminder and it has been improved.

Comment thread Wireframe/index.html Outdated
</p>
<div id="wrapper">
<p>
By Lin Tsang. This webpage serves as a test environment. Some images and media displayed on this site are sourced from external websites for demonstrative and educational purposes. All copyrights, trademarks, and intellectual property regarding these images remain the property of their respective owners. https://iconscout.com/
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Are you sure this footer is fixed to the bottom of the viewport?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Thanks for your reminder and it has been fixed.

@LonMcGregor LonMcGregor added Reviewed Volunteer to add when completing a review with trainee action still to take. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels May 30, 2026
@lintsang lintsang added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label May 31, 2026
Copy link
Copy Markdown

@LonMcGregor LonMcGregor left a comment

Choose a reason for hiding this comment

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

Thanks. The rest of the issues are fixed now. But the footer is still not fixed to the bottom of the viewport. Can you find out what that means?
Also, the footer is now wider than the page so it creates an unnecessary scrollbar. Can you figure out why that happens and resolve it?

@LonMcGregor LonMcGregor removed the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Jun 1, 2026
@lintsang
Copy link
Copy Markdown
Author

lintsang commented Jun 2, 2026

Thanks. The rest of the issues are fixed now. But the footer is still not fixed to the bottom of the viewport. Can you find out what that means? Also, the footer is now wider than the page so it creates an unnecessary scrollbar. Can you figure out why that happens and resolve it?

Thanks for the comments! I have fixed the footer issue and hope it works.

@lintsang lintsang added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Jun 2, 2026
@LonMcGregor
Copy link
Copy Markdown

The issue with the scrollbar is gone now, great!

There is still the other problem: Your footer is fixed to the bottom of the page right now. The viewport is the part of the screen that the browser shows, and we want to see the footer always visible at the bottom of the viewport (and ensuring you can scroll to see anything it might be hiding).

(Hint: To see an example of what this means, if you scroll this current github PR page down, you always see a header fixed to the top of the viewport. We want to achieve the same effect with the footer at the bottom)

@LonMcGregor LonMcGregor removed the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Jun 2, 2026
@lintsang
Copy link
Copy Markdown
Author

lintsang commented Jun 2, 2026

The issue with the scrollbar is gone now, great!

There is still the other problem: Your footer is fixed to the bottom of the page right now. The viewport is the part of the screen that the browser shows, and we want to see the footer always visible at the bottom of the viewport (and ensuring you can scroll to see anything it might be hiding).

(Hint: To see an example of what this means, if you scroll this current github PR page down, you always see a header fixed to the top of the viewport. We want to achieve the same effect with the footer at the bottom)

Thanks for your explanation. I understood and fixed it.

@lintsang lintsang added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Jun 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. Reviewed Volunteer to add when completing a review with trainee action still to take.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants