Skip to content

London | 26-ITP-May | Chun Yan Wong | Sprint 2 | Wireframe#1376

Open
cywong-dev wants to merge 8 commits into
CodeYourFuture:mainfrom
cywong-dev:sprint2-branch
Open

London | 26-ITP-May | Chun Yan Wong | Sprint 2 | Wireframe#1376
cywong-dev wants to merge 8 commits into
CodeYourFuture:mainfrom
cywong-dev:sprint2-branch

Conversation

@cywong-dev

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 completed the changed based on the requirement

@netlify

netlify Bot commented May 30, 2026

Copy link
Copy Markdown

Deploy Preview for cyf-onboarding-module ready!

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

@cywong-dev cywong-dev added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label May 30, 2026

@cjyuan cjyuan left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

  • According to https://validator.w3.org/, there are errors in your code. Can you fix them?

  • To better match the layout in the wireframe, can you make the title and the "Read More" links in articles 2 and 3 fully aligned horizontally?

Image
  • Note: If you have not yet enabled "Format on save" on VS Code, 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.

Comment thread Wireframe/index.html Outdated
Comment thread Wireframe/index.html
Comment thread Wireframe/index.html Outdated
Comment thread Wireframe/style.css
@cjyuan cjyuan 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
@cywong-dev cywong-dev added the Module-Onboarding The name of the module. label Jun 3, 2026
Changed the html file with <nav> for better display

Changed the css file to the footer control with relative position instead of fixed position
@cywong-dev cywong-dev added Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. and removed Reviewed Volunteer to add when completing a review with trainee action still to take. labels Jun 3, 2026

@cjyuan cjyuan left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

  • According to https://validator.w3.org/, there are errors in your code. Can you fix them?

  • The footer now no longer fixed at the bottom of the page. Can you address this issue so that the implementation meets all the requirement?

  • Your code is well formatted. In case you haven't yet enabled "Format on save" in VS Code, please consider to do so.

Comment thread Wireframe/index.html Outdated
Comment thread Wireframe/index.html Outdated
@cjyuan cjyuan 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 Jun 3, 2026
Comment thread Wireframe/index.html Outdated
replace the <br> with css margin

correct the space in the href

fixed the footer so that it can be displayed at the bottom of the page
@cywong-dev cywong-dev added Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. and removed Reviewed Volunteer to add when completing a review with trainee action still to take. labels Jun 4, 2026

@cjyuan cjyuan left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

The footer is now fixed at the bottom of the page. Can you also ensure:

  • The footer content is centered
  • The footer content and the article content won't overlap

@cjyuan cjyuan 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 Jun 4, 2026
@cywong-dev

Copy link
Copy Markdown
Author

The comments -
the footer content is not centered
the footer content and the article content overlap
has been fixed

- The footer is not centered
- The footer and article content overlapped
@cywong-dev cywong-dev added Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. and removed Reviewed Volunteer to add when completing a review with trainee action still to take. labels Jun 5, 2026
@cjyuan

cjyuan commented Jun 5, 2026

Copy link
Copy Markdown
Contributor
  • The footer content is not always centered; its placement changes depending on the browser window width.
  • The footer and the article content can still overlap (see pic), depending on the browser window size.

Can you try another way to address the issue?
image

@cjyuan cjyuan 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 Jun 5, 2026
Update the css stylesheet to center the footer
@cywong-dev

Copy link
Copy Markdown
Author

Updated the css stylesheet to center the footer

@cywong-dev cywong-dev added Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. and removed Reviewed Volunteer to add when completing a review with trainee action still to take. labels Jun 5, 2026
@cjyuan

cjyuan commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

Now the footer no longer "fixed at the bottom of the viewport".

Can you find a way to ensure that all of these three conditions are satisfied simultaneously?

  • The footer is fixed at the bottom of the viewport (to meet a requirement)
  • The footer content is centered, (to match the wireframe)
  • The footer text content should not overlap the article content (to be user friendly)

@cjyuan cjyuan 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 Jun 5, 2026
To clear the problem by satisfying all conditions
@cywong-dev

Copy link
Copy Markdown
Author

I misunderstood the problem.
Please kindly check it again.
Thanks

@cywong-dev cywong-dev added Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. and removed Reviewed Volunteer to add when completing a review with trainee action still to take. labels Jun 5, 2026
@cjyuan

cjyuan commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

All good now. well done.

@cjyuan cjyuan added Complete Volunteer to add when work is complete and all review comments have been addressed. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Jun 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Complete Volunteer to add when work is complete and all review comments have been addressed. Module-Onboarding The name of the module.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants