Skip to content

Conversation

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

Worked on the wireframe assignment using html and css for styling the page.

Questions

I have deleted my old onboarding repo and created this new one because I confused myself working of different branches of the project.

Copilot AI review requested due to automatic review settings January 21, 2026 14:25
@netlify
Copy link

netlify bot commented Jan 21, 2026

Deploy Preview for cyf-onboarding-module ready!

Name Link
🔨 Latest commit 805dea8
🔍 Latest deploy log https://app.netlify.com/projects/cyf-onboarding-module/deploys/6970e3e12ed6160008ee5456
😎 Deploy Preview https://deploy-preview-1005--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

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

@Oussama-Mouggal Oussama-Mouggal 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 Jan 21, 2026
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR completes the wireframe assignment by replacing placeholder content with meaningful articles about development topics (Readme files, wireframes, and Git branches) and styling the footer with a fixed position and custom colors.

Changes:

  • Updated HTML content with three articles covering development-related topics
  • Enhanced footer styling with fixed positioning, background color, and full width
  • Replaced external image sources for article illustrations

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 9 comments.

File Description
Wireframe/index.html Replaced placeholder content with three complete articles about README files, wireframes, and Git branches; updated header and footer text
Wireframe/style.css Added footer styling properties including fixed positioning, width, background color, and text color

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +30 to +31
<h2>What is the purpose of a wireframe?
</h2>
Copy link

Copilot AI Jan 21, 2026

Choose a reason for hiding this comment

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

The closing h2 tag is on a separate line, which is inconsistent with the formatting of other h2 elements in the file (see line 19 and line 39).

Copilot uses AI. Check for mistakes.
Comment on lines +39 to +40
<h2>What is a branch in Git?
</h2>
Copy link

Copilot AI Jan 21, 2026

Choose a reason for hiding this comment

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

The closing h2 tag is on a separate line, which is inconsistent with the formatting of other h2 elements in the file (see line 19).

Copilot uses AI. Check for mistakes.
Comment on lines 53 to 59
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: #4b3a3a;
color: white;
text-align: center;
Copy link

Copilot AI Jan 21, 2026

Choose a reason for hiding this comment

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

The fixed positioning of the footer combined with width: 100% and bottom: 0 will cause the footer to overlay content at the bottom of the page. The main element has bottom margin (calc(var(--space) * 4)), but this may not be sufficient to prevent content from being hidden under the fixed footer. Consider adding padding-bottom to the body or adjusting the main margin to account for the footer height.

Copilot uses AI. Check for mistakes.
installation instructions, usage guidelines, and contribution
protocols.
</p>
<a href="">Read more</a>
Copy link

Copilot AI Jan 21, 2026

Choose a reason for hiding this comment

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

The anchor tags have empty href attributes, which will cause the links to reload the current page instead of navigating to intended destinations. Either provide valid URLs or use href="#" if these are placeholder links for future implementation.

Copilot uses AI. Check for mistakes.
<p>
The purpose of a wireframe is to provide a visual guide that represents the skeletal framework of a website or application, helping to plan layout and functionality.
</p>
<a href="">Read more</a>
Copy link

Copilot AI Jan 21, 2026

Choose a reason for hiding this comment

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

The anchor tags have empty href attributes, which will cause the links to reload the current page instead of navigating to intended destinations. Either provide valid URLs or use href="#" if these are placeholder links for future implementation.

Copilot uses AI. Check for mistakes.
left: 0;
bottom: 0;
width: 100%;
background-color: #4b3a3a;
Copy link

Copilot AI Jan 21, 2026

Choose a reason for hiding this comment

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

The hardcoded color value #4b3a3a doesn't follow the design system established in the CSS file. Consider using CSS custom properties (like --ink or --paper) defined in the :root selector to maintain consistency with the design palette.

Copilot uses AI. Check for mistakes.
bottom: 0;
width: 100%;
background-color: #4b3a3a;
color: white;
Copy link

Copilot AI Jan 21, 2026

Choose a reason for hiding this comment

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

The hardcoded color "white" doesn't follow the design system established in the CSS file. Consider using CSS custom properties (like --paper) defined in the :root selector to maintain consistency with the design palette.

Copilot uses AI. Check for mistakes.
<p>
A branch in Git is a separate line of development that allows multiple people to work on different features or fixes simultaneously without affecting the main codebase.
</p>
<a href="">Read more</a>
Copy link

Copilot AI Jan 21, 2026

Choose a reason for hiding this comment

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

The anchor tags have empty href attributes, which will cause the links to reload the current page instead of navigating to intended destinations. Either provide valid URLs or use href="#" if these are placeholder links for future implementation.

Copilot uses AI. Check for mistakes.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@Oussama-Mouggal
Copy link
Author

@copilot open a new pull request to apply changes based on the comments in this thread

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. Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. 📅 Sprint 1 Assigned during Sprint 1 of this module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant