Skip to content

Conversation

@Faatima-Bah
Copy link

@Faatima-Bah Faatima-Bah commented Oct 10, 2025

Learners, PR Template

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 have create a valid form using only html.
My form interpret requirements and check against a list of criteria.

@netlify
Copy link

netlify bot commented Oct 10, 2025

Deploy Preview for cyf-onboarding-module ready!

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

@github-actions
Copy link

Your PR description contained template fields which weren't filled in.

Check you've ticked everything in the self checklist, and that any sections which prompt you to fill in an answer are either filled in or removed.

If this PR is not coursework, please add the NotCoursework label (and message on Slack in #cyf-curriculum or it will probably not be noticed).

@Faatima-Bah Faatima-Bah added the Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. label Oct 10, 2025
@github-actions
Copy link

Your PR description contained template fields which weren't filled in.

Check you've ticked everything in the self checklist, and that any sections which prompt you to fill in an answer are either filled in or removed.

If this PR is not coursework, please add the NotCoursework label (and message on Slack in #cyf-curriculum or it will probably not be noticed).

Copy link
Contributor

@cjyuan cjyuan left a comment

Choose a reason for hiding this comment

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

Code looks good. Just some minor change needed.

Comment on lines 22 to 49
<footer>
<!-- change to your name-->
<h2>By HOMEWORK SOLUTION</h2>
</footer>
<footer>By Homework solution.</footer>
Copy link
Contributor

Choose a reason for hiding this comment

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

Not yet updated according to the instruction in the comment.

Comment on lines 16 to 22
<label for="name">Full name:</label>
<input id="name" name="name" type="text" minlength="2" required aria-describedby="name-help" />
<small id="name-help">Name must be at least two characters.</small>

<label for="email">Email address:</label>
<input id="email" name="email" type="email" required aria-describedby="email-help" />
<small id="email-help">Enter a valid email, e.g. [email protected].</small>
Copy link
Contributor

Choose a reason for hiding this comment

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

Could you make them to appear in two separate rows?
Currently the help message of "Full name" is and the "Email address" label are a bit hard to read.
image

Copy link
Author

Choose a reason for hiding this comment

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

Thank you, I have made some improvement, can you review it again. thank you

@cjyuan cjyuan added Reviewed Volunteer to add when completing a review with trainee action still to take. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Oct 10, 2025
@Faatima-Bah Faatima-Bah added Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. and removed Reviewed Volunteer to add when completing a review with trainee action still to take. labels Oct 10, 2025
@cjyuan cjyuan added Complete Volunteer to add when work is complete and all review comments have been addressed. and removed Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. labels Oct 10, 2025
@cjyuan
Copy link
Contributor

cjyuan commented Oct 10, 2025

Changes look good. Well done. Remember to submit your Step 1 on the Course Platform.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Complete Volunteer to add when work is complete and all review comments have been addressed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants