Skip to content
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

Glasgow, ITP - Jan 25|CHRISTELLE BOTEN| Onboarding Wireframe| WEEK 1 #195

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

Christelle-b
Copy link

@Christelle-b Christelle-b commented Jan 20, 2025

Glasgow, ITP - Jan 25|CHRISTELLE BOTEN| Onboarding Wireframe| WEEK 1

Learners, PR Template

Self checklist

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

Changelist

Briefly explain your PR.

Questions

Ask any questions you have for your reviewer.

Copy link

netlify bot commented Jan 20, 2025

Deploy Preview for cyf-onboarding-module ready!

Name Link
🔨 Latest commit e610bd2
🔍 Latest deploy log https://app.netlify.com/sites/cyf-onboarding-module/deploys/678ed15563371a0008022af5
😎 Deploy Preview https://deploy-preview-195--cyf-onboarding-module.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 100 (no change from production)
Accessibility: 93 (🔴 down 7 from production)
Best Practices: 100 (no change from production)
SEO: 90 (🟢 up 4 from production)
PWA: -
View the detailed breakdown and full score reports

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

@Christelle-b Christelle-b reopened this Jan 20, 2025
@Christelle-b Christelle-b reopened this Jan 20, 2025
@Christelle-b Christelle-b changed the title W ireframe branch Glasgow, ITP - Jan 25|CHRISTELLE BOTEN| Onboarding Wireframe| WEEK 1 Jan 20, 2025
@scarface3 scarface3 added the Needs Review Participant to add when requesting review label Jan 25, 2025
</p>
<p>
<label for="colour"> What colour should this T-shirt be? </label> <br>
<input type="radio" id="green" name="Tshirt_colour" value="Green">
Copy link

Choose a reason for hiding this comment

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

Please, avoid using capital letters in your attributes. Only lowercase letters and hyphens is the preferred way to code.

<label for="yellow"> Yellow</label>
</p>
<p>
<label for="size"> Please choose a size. </label><br>
Copy link

Choose a reason for hiding this comment

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

Your labels in inputs below are not connected correctly. Please, think what should correctly connect label with input.

Copy link

Choose a reason for hiding this comment

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

Never mind, your input was before the label and hence my concussion. All good. Just on line 35 I don't think you need for attribute or label tag. But it is minor issue.

</form>
</main>
<footer>
<!-- change to your name-->
<h2>By HOMEWORK SOLUTION</h2>
<h2>By CHRISTELLE BOTEN</h2>
Copy link

Choose a reason for hiding this comment

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

I don't think that heading level 2 is appropriate semantic tag here. Please think of a better tag for this case.

</p>
</header>
<main>
<article>
<img src="placeholder.svg" alt="" />
<h2>Title</h2>
<h2>Read.Me FIle</h2>
<h3>Article summary</summary></h3>
Copy link

Choose a reason for hiding this comment

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

I don't see opening <summary> tag in your code, only closing.

</article>

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

Choose a reason for hiding this comment

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

I think the idea is to replace any image like 'placeholder'. I can suggest using unsplash for free images.

@tyzia tyzia added Reviewed Volunteer to add when completing a review and removed Needs Review Participant to add when requesting review labels Jan 25, 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