Skip to content

Manchester | ITP-May-2026 | Szidonia Bodo | Sprint 2 | Wireframe#1391

Open
bodoszidi wants to merge 4 commits into
CodeYourFuture:mainfrom
bodoszidi:Wireframe2
Open

Manchester | ITP-May-2026 | Szidonia Bodo | Sprint 2 | Wireframe#1391
bodoszidi wants to merge 4 commits into
CodeYourFuture:mainfrom
bodoszidi:Wireframe2

Conversation

@bodoszidi
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

Update content, add images, and customise CSS layout

Questions

I was not able to revert the changes on the Git terminal -
For next time, I know to always open a new branch from the main branch.

@netlify
Copy link
Copy Markdown

netlify Bot commented Jun 1, 2026

Deploy Preview for cyf-onboarding-module ready!

Name Link
🔨 Latest commit d256501
🔍 Latest deploy log https://app.netlify.com/projects/cyf-onboarding-module/deploys/6a1dd51e77e75f000811db91
😎 Deploy Preview https://deploy-preview-1391--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: 86 (🔴 down 14 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.

@github-actions

This comment has been minimized.

@bodoszidi bodoszidi 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. Module-Onboarding The name of the module. labels Jun 1, 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 Jun 1, 2026
@github-actions

This comment has been minimized.

@bodoszidi bodoszidi changed the title Wireframe2 Manchester | ITP-May-2026 | Szidonia Bodo | Sprint 2 | Wireframe Jun 1, 2026
@bodoszidi bodoszidi added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Jun 1, 2026
@akeren akeren 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 Jun 1, 2026
@akeren akeren self-requested a review June 1, 2026 20:48
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.

@bodoszidi, please could you consider restructuring your project files like this:

Wireframe/
├── css/
│   └── style.css
└── img/
    ├── GitBranch.png
    ├── Readme.png
    └── wireframe.png

This structure will help keep your project organised by separating your CSS files from your image assets, making the codebase easier to navigate and maintain.

Comment thread Wireframe/style.css
/* ====== Base Elements ======
General rules for basic HTML elements in any context */


Copy link
Copy Markdown

Choose a reason for hiding this comment

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

@bodoszidi, could you consider removing the second empty line of code?

Comment thread Wireframe/style.css
margin: 0 auto;
background-color: rgb(213, 230, 224);
max-width: 1200px;
}
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

@bodoszidi, please consider providing a breathing space with a line break at the end of each closing element.

Comment thread Wireframe/style.css
text-align: center;
color: rgb(47, 16, 77);
padding: var(--space);
}
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

@bodoszidi, the breathing space should be applicable here as well.

Comment thread Wireframe/style.css
background-color: rgb(221, 149, 191);
color: black;
text-decoration: none;
}
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

@bodoszidi, give some breathing space as described.

Comment thread Wireframe/style.css
Comment on lines +68 to 84
}
.secondrow {
display: grid;
grid-template-columns: var(--space) 1fr var(--space);
> * {
grid-column: 2/3;
grid-template-columns: 1fr 1fr;
gap: 20px;
}
#readmeimg{
display: block;
margin: 0 auto;
width: 500px;
}
@media (max-width: 800px){
.firstrow, .secondrow{
display: grid;
grid-template-columns: 1fr;
gap: 20px;
}
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

@bodoszidi, please provide line breaks after each closing element.

@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 1, 2026
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