Skip to content

west midlands | May-2025| Jabir Adam | Wireframe #597

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

JaiAdam
Copy link

@JaiAdam JaiAdam commented May 23, 2025

Self checklist

  • I have committed my files one by one, on purpose, and for a reason
  • I have titled my PR with REGION | COHORT_NAME | FIRST_NAME LAST_NAME | PROJ_NAME
  • I have tested my changes
  • My changes follow the style guide
  • My changes meet the requirements of this task

Changelist

I had change the web Wireframe and did every thing as readme asked me to do

Ask any questions you have for your reviewer.

Copy link

netlify bot commented May 23, 2025

Deploy Preview for cyf-onboarding-module ready!

Name Link
🔨 Latest commit e38d556
🔍 Latest deploy log https://app.netlify.com/projects/cyf-onboarding-module/deploys/683047a25f9c2900081501d9
😎 Deploy Preview https://deploy-preview-597--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: 95 (🔴 down 5 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.

@SalehOmar-Y SalehOmar-Y added the Needs Review Participant to add when requesting review label May 24, 2025
@jenny-alexander jenny-alexander self-requested a review May 30, 2025 04:43
@jenny-alexander jenny-alexander added Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. and removed Needs Review Participant to add when requesting review labels May 30, 2025
Copy link

@jenny-alexander jenny-alexander left a comment

Choose a reason for hiding this comment

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

Your wireframe page is looking pretty good. There are some fundamental exercise requirements missing though. I left comments in your code to help you fix them.

  • Another suggestion is to use images that represent the article instead of the placeholder image (i.e. if the article is about a readme file, maybe you can show an image that depicts a readme file?)

<article>
<img src="placeholder.svg" alt="" />
<h2>Title</h2>
<h2> What is the purpose of a README file?</h2>
<p>
Copy link

@jenny-alexander jenny-alexander May 30, 2025

Choose a reason for hiding this comment

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

If you review the exercise requirements, you'll see that the wireframe has the title description centered on the page. As much as possible, try to always create your webpage so it is similar to the wireframe!

</p>
</header>
<main>


<article>
<img src="placeholder.svg" alt="" />

Choose a reason for hiding this comment

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

Can you review the required attributes of the <img> element? You're missing an important one.

A README file serves as an introductory document for a software project or dataset, providing users with essential information about what the project does, how to use it, and how to get started. It's a crucial piece of documentation that helps users understand the project's purpose,
requirements, and installation/usage instructions


</p>
<a href="">Read more</a>

Choose a reason for hiding this comment

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

The 'Read More' button should bring to the user to a web page that gives more information about the article.



</p>
<a href="">Read more</a>

Choose a reason for hiding this comment

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

The 'Read More' button should bring to the user to a web page that gives more information about the article.

A branch in Git is simply a lightweight movable pointer to one of these commits. The default branch name in Git is master . As you start making commits, you're given a master branch that points to the last commit you made. Every time you commit,
the master branch pointer moves forward automatically
</p>
<a href="">Read more</a>

Choose a reason for hiding this comment

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

The 'Read More' button should bring to the user to a web page that gives more information about the article.



<article>
<img src="placeholder.svg" alt="" />

Choose a reason for hiding this comment

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

Can you review the <img> element and the alt attribute?



<article>
<img src="placeholder.svg" alt="" />

Choose a reason for hiding this comment

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

Can you review the <img> element and the alt attribute?

</main>


<footer >

Choose a reason for hiding this comment

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

Your footer shows valuable information (i.e. your name), however the requirement for the footer is:
The page footer is fixed to the bottom of the viewport.

Can you fix this? If you're not sure what 'fixed to the bottom of the viewport mean', try searching it via web search or asking chatGPT.

@jenny-alexander jenny-alexander added Reviewed Volunteer to add when completing a review and removed Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. labels May 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Reviewed Volunteer to add when completing a review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants