Skip to content

Glasgow | 26-ITP-May | Chan Yat Long | Sprint 2 | Wireframe#1239

Open
Motorcycle-lab wants to merge 15 commits into
CodeYourFuture:mainfrom
Motorcycle-lab:Wireframe
Open

Glasgow | 26-ITP-May | Chan Yat Long | Sprint 2 | Wireframe#1239
Motorcycle-lab wants to merge 15 commits into
CodeYourFuture:mainfrom
Motorcycle-lab:Wireframe

Conversation

@Motorcycle-lab
Copy link
Copy Markdown

@Motorcycle-lab Motorcycle-lab commented May 8, 2026

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

Page made according to specification. However, I was not able to remove the trailing slash on HTML tags ( /> ) as I couldn't configure prettier to stop adding them.

Questions

Before I forgot how to open a new branch, I have saved all my previous commit in the main branch, How can I move these commits to the newest branch that I created.

@netlify
Copy link
Copy Markdown

netlify Bot commented May 8, 2026

Deploy Preview for cyf-onboarding-module ready!

Name Link
🔨 Latest commit e4b2713
🔍 Latest deploy log https://app.netlify.com/projects/cyf-onboarding-module/deploys/6a0b35eb4d3546000827bb0e
😎 Deploy Preview https://deploy-preview-1239--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: 99 (🔴 down 1 from production)
Accessibility: 100 (no change from production)
Best Practices: 100 (no change from production)
SEO: 73 (🔴 down 13 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.

@github-actions

This comment has been minimized.

@Motorcycle-lab Motorcycle-lab added 📅 Sprint 1 Assigned during Sprint 1 of this module Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. Module-Onboarding The name of the module. labels May 8, 2026
@github-actions

This comment has been minimized.

1 similar comment
@github-actions

This comment has been minimized.

@github-actions github-actions Bot removed the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label May 8, 2026
@github-actions

This comment has been minimized.

@Motorcycle-lab Motorcycle-lab changed the title Glasgow | ITP-May | Chan Yat Long | Sprint 1 | Wireframe Glasgow | 26-ITP-May | Chan Yat Long | Sprint 1 | Wireframe May 8, 2026
@github-actions

This comment has been minimized.

@Motorcycle-lab Motorcycle-lab added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label May 8, 2026
@github-actions

This comment has been minimized.

@github-actions github-actions Bot removed the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label May 8, 2026
@Motorcycle-lab Motorcycle-lab added NotCoursework Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. and removed NotCoursework labels May 8, 2026
@github-actions github-actions Bot removed the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label May 9, 2026
@Motorcycle-lab Motorcycle-lab added 📅 Sprint 2 Assigned during Sprint 2 of this module Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. and removed 📅 Sprint 1 Assigned during Sprint 1 of this module labels May 9, 2026
@github-actions

This comment has been minimized.

@github-actions github-actions Bot removed the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label May 9, 2026
@github-actions

This comment has been minimized.

1 similar comment
@github-actions

This comment has been minimized.

@Motorcycle-lab Motorcycle-lab added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label May 9, 2026
@github-actions

This comment has been minimized.

@github-actions github-actions Bot removed the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label May 9, 2026
@Motorcycle-lab Motorcycle-lab added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label May 9, 2026
@github-actions

This comment has been minimized.

@github-actions github-actions Bot removed the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label May 9, 2026
@github-actions

This comment has been minimized.

@LonMcGregor LonMcGregor added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label May 9, 2026
@cjyuan cjyuan added Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels May 16, 2026
@cjyuan
Copy link
Copy Markdown
Contributor

cjyuan commented May 16, 2026

Your main is 5 commits ahead of CYF's main, meaning you have "polluted" your main branch and those changes can propagate to future branches based on main.

One way to delete the latest 5 commits is to run these commands on terminal in VSCode:

git checkout main
git reset --hard HEAD~5
git push --force

Note: Please backup all your files (in all branches) before you executed these command. You may lose your files if you are not careful.

Copy link
Copy Markdown
Contributor

@cjyuan cjyuan left a comment

Choose a reason for hiding this comment

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

Can you improve the Lighthouse score from 98 to 100?

Image

Comment thread Wireframe/index.html Outdated
Comment thread Wireframe/index.html Outdated
Comment thread Wireframe/index.html Outdated
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 Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. labels May 16, 2026
@Motorcycle-lab Motorcycle-lab 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 May 18, 2026
Copy link
Copy Markdown
Contributor

@cjyuan cjyuan left a comment

Choose a reason for hiding this comment

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

Page looks good. Can you address these few issues to better match the wireframe?

  • Can you center the content on the footer to match the wireframe, and ensure the footer content won't overlap with the page content?

  • In the wireframe image, all three article appear to have the same format. In your implementation, the title of the articles do not look quite the same.


On separate note, nice job in reverting the change in your main branch. Currently your main is 4 commits behind the upstream branch (CYF's main). You can click the "Sync fork" button to keep your branches up to date.

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.

What is this image for? It is not used on the page.

Comment thread Wireframe/style.css
Comment on lines +1 to +4
.page-header{
display:flex;
flex-direction:column;
align-items: center;
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.

Code in this file is not yet properly formatted.

@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 19, 2026
@cjyuan
Copy link
Copy Markdown
Contributor

cjyuan commented May 19, 2026

Please note that in CYF courses, the recommended way to inform the reviewer of your changes is to do both of the following:

  • Reply to their feedback.
    • In the responses, clarify how each piece of feedback was addressed to demonstrate that you've carefully reviewed the suggestions.
      • You may find the suggestions in this PR Guide useful.
    • Your response may trigger a notification (depending on the reviewer's settings), helping ensure they’re aware of the updates you’ve made.
  • Replace the "Reviewed" label by a "Needs review" label (which you have done -- great!)
    • Without this label, the reviewer would not know if your changes is ready to be reviewed.

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.

3 participants