Skip to content

Conversation

@alizada-dev
Copy link

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 added a header, three articles with a title, description, and a link, and a footer. Also, removed some of the CSS styles already in the CSS file and added my own styles.

@netlify
Copy link

netlify bot commented Jan 10, 2026

Deploy Preview for cyf-onboarding-module ready!

Name Link
🔨 Latest commit 7f7e6e6
🔍 Latest deploy log https://app.netlify.com/projects/cyf-onboarding-module/deploys/69629daab2815300087e4872
😎 Deploy Preview https://deploy-preview-941--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: 91 (🔴 down 9 from production)
Best Practices: 100 (no change from production)
SEO: 82 (🔴 down 4 from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@alizada-dev alizada-dev added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Jan 10, 2026
@jayshreehajgude2012 jayshreehajgude2012 added the Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. label Jan 14, 2026
Copy link

@jayshreehajgude2012 jayshreehajgude2012 left a comment

Choose a reason for hiding this comment

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

There are some rules which are defined more than once. Some tags are not closed. Nesting of tags can be be improved.

</head>
<body>
<header>
<h1>Wireframe</h1>

Choose a reason for hiding this comment

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

duplicate header and its not closed

border: var(--line);
padding-bottom: var(--space);
text-align: left;

Choose a reason for hiding this comment

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

opened the article selector but never closed it.

> img {
grid-column: span 3;
}
grid-template-columns: repeat(2 ,minmax(0, 1fr));

Choose a reason for hiding this comment

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

same rule defines twice
The second one overrides the first
Remove the unused one

@jayshreehajgude2012 jayshreehajgude2012 removed the Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. label Jan 15, 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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants