Skip to content

London | 26-ITP-January | Rawan Almutairi | Sprint 2 | Form-control#1194

Open
Rawan-Al0-0 wants to merge 1 commit intoCodeYourFuture:mainfrom
Rawan-Al0-0:for
Open

London | 26-ITP-January | Rawan Almutairi | Sprint 2 | Form-control#1194
Rawan-Al0-0 wants to merge 1 commit intoCodeYourFuture:mainfrom
Rawan-Al0-0:for

Conversation

@Rawan-Al0-0
Copy link

@Rawan-Al0-0 Rawan-Al0-0 commented Feb 21, 2026

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

Questions

I have no questions.

@netlify
Copy link

netlify bot commented Feb 21, 2026

Deploy Preview for cyf-onboarding-module ready!

Name Link
🔨 Latest commit 11e21ab
🔍 Latest deploy log https://app.netlify.com/projects/cyf-onboarding-module/deploys/6999c490b4607c0008ff5fba
😎 Deploy Preview https://deploy-preview-1194--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: 92 (🔴 down 8 from production)
Best Practices: 96 (🔴 down 4 from production)
SEO: 73 (🔴 down 13 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

This comment has been minimized.

@Rawan-Al0-0 Rawan-Al0-0 changed the title I added some changes to the html file London | 26-ITP-January | Rawan Almutairi | Sprint 2 | Form-control Feb 21, 2026
@github-actions

This comment has been minimized.

@Rawan-Al0-0 Rawan-Al0-0 added Needs Review Trainee to add when requesting review. PRs without this label will not be reviewed. Module-Onboarding The name of the module. labels Feb 21, 2026
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.

  • According to https://validator.w3.org/, there are errors in your code. Can you fix them?

  • Your PR Description is missing a "Changelist" section. Can you restore the Changelist section and give a brief description of what you have changed on this branch?

Comment on lines +44 to +45
<input type="checkbox" id="color1" name="color1" style="font-size: 23px; margin-left: 12px;" value="Red"><br><br>
<label for="color2"> Blue</label>
Copy link
Contributor

Choose a reason for hiding this comment

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

  • Can you keep all the CSS code in an external CSS file?
    Inline CSS makes HTML code harder to read and maintain.

  • Is "checkbox" an appropriate input type for asking the user to select exactly one color?

Comment on lines +50 to +52
<P>Select a size for your t-shirt:</p>
<input list="size" name="sie">
<datalist id="size">
Copy link
Contributor

Choose a reason for hiding this comment

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

Code on this file is not yet properly indented.

Consider using VSCode's "Format Document" feature (or any other software tool) to format the code for better readability and consistency. To use the VSCode's feature, right-click inside the code editor and select the option.

Comment on lines +54 to +60
<option value="xs"></option>
<option value="s"></option>
<option value="m"></option>
<option value="l"></option>
<option value="xl"></option>

</datalist>
Copy link
Contributor

Choose a reason for hiding this comment

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

If this code are not needed, it is better to delete them to keep the code clean.

Comment on lines +64 to +74
<input type="radio" id="xs" name="size" style="min-width:24px; min-height:24px; padding:8px 12px; margin:4px;font-size: 24px; margin-left: 20px;" value="XS">
<label for="xs">XS</label><br>
<input type="radio" id="s" name="size" style="min-width:44px; min-height:24px; padding: 8px 12px; margin:4px;font-size: 24px; margin-left: 10px;" value="S">
<label for="s">S</label><br>
<input type="radio" id="m" name="size" style="min-width:44px; min-height:24px; padding: 8px 12px; margin:4px;font-size: 24px; margin-left: 10px;" value="M">
<label for="m">M</label><br>
<input type="radio" id="l" name="size" style="min-width:44px; min-height:24px; padding: 8px 12px; margin:4px;font-size: 24px; margin-left: 10px;"value="L">
<label for="l">L</label><br>
<input type="radio" id="xl" name="size" style="min-width:44px; min-height:24px; padding: 8px 12px; margin:4px;font-size: 24px; margin-left: 10px;"value="XL">
<label for="xl">XL</label><br>

Copy link
Contributor

Choose a reason for hiding this comment

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

This implementation does not yet meet the requirement specified in the README.md file

Comment on lines +11 to +12
<img src="t-shirt1.jpg" alt="background image" style="height: 100%;
text-align: center; position:fixed; left: 30%; top: 0;">
Copy link
Contributor

Choose a reason for hiding this comment

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

What is this image? Currently it is showing up as a corrupted icon on the page.

@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 Feb 21, 2026
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. Reviewed Volunteer to add when completing a review with trainee action still to take.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants