Skip to content

Glasgow | 26-ITP-May | Francesco Romano Monda | Sprint 2 | Wireframe to Web Code#1409

Open
fromonda wants to merge 4 commits into
CodeYourFuture:mainfrom
fromonda:feature/wireframe
Open

Glasgow | 26-ITP-May | Francesco Romano Monda | Sprint 2 | Wireframe to Web Code#1409
fromonda wants to merge 4 commits into
CodeYourFuture:mainfrom
fromonda:feature/wireframe

Conversation

@fromonda
Copy link
Copy Markdown

@fromonda fromonda commented Jun 3, 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

  • Implemented semantic HTML structure using header, main, article, and footer elements.
  • Created three articles explaining README files, wireframes, and Git branches.
  • Added unique images, summaries, and links for each article.
  • Styled the webpage using an external CSS file to match the provided wireframe.
  • Applied CSS Grid and spacing adjustments to improve layout and readability.
  • Fixed the footer to the bottom of the viewport.
  • Added descriptive alt text to support accessibility requirements.
  • Validated HTML and reviewed content for formatting, grammar, and accuracy.
  • Used Git for version control with regular commits and pushes to GitHub.

@netlify
Copy link
Copy Markdown

netlify Bot commented Jun 3, 2026

Deploy Preview for cyf-onboarding-module ready!

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

@fromonda fromonda added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Jun 3, 2026
@akeren akeren self-requested a review June 5, 2026 08:47
@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
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.

@fromonda, your codebase structure is currently simple and easy to follow, with files kept in the same root directory.

  • As your projects grow, what might happen if you later add more CSS files, JavaScript files, images, or multiple HTML pages?
  • How could you organise your folders so the project stays easy to navigate, scalable and maintainable now and in the future?

Comment thread Wireframe/index.html
Comment on lines 57 to 62
<footer>
<p>
This is the default, provided code and no changes have been made yet.
Built using semantic HTML, CSS layout techniques, and version control
practices.
</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.

@fromonda, examine the footer position in the rendered UI. Where should it sit relative to the rest of the page, and what styling might need to change?

Comment thread Wireframe/index.html
This is the default, provided code and no changes have been made yet.
</p>
<p>Learn about README files, wireframes, and Git branches.</p>
</header>
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

@fromonda, when you compare the header with the main body, does the UI alignment look intentional? What CSS change might help align them?

Comment thread Wireframe/index.html
<title>Wireframe</title>
<link rel="stylesheet" href="style.css" />
</head>

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

@fromonda, could you explain why you've added this empty line?

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