Skip to content

London | 25-ITP-May | Eyob Zeray | Sprint 1 | Form controls#1383

Open
eyob-tech wants to merge 4 commits into
CodeYourFuture:mainfrom
eyob-tech:feature/form-controls
Open

London | 25-ITP-May | Eyob Zeray | Sprint 1 | Form controls#1383
eyob-tech wants to merge 4 commits into
CodeYourFuture:mainfrom
eyob-tech:feature/form-controls

Conversation

@eyob-tech
Copy link
Copy Markdown

Learners, PR Template

Self checklist

  • [x ] I have titled my PR with Region | Cohort | FirstName LastName | Sprint | Assignment Title
  • [x ] My changes meet the requirements of the task
  • [x ] I have tested my changes
  • [x ] My changes follow the style guide

Changelist

I created a T-shirt order form by using HTML and CSS only.

@netlify
Copy link
Copy Markdown

netlify Bot commented May 31, 2026

Deploy Preview for cyf-onboarding-module ready!

Name Link
🔨 Latest commit eba1696
🔍 Latest deploy log https://app.netlify.com/projects/cyf-onboarding-module/deploys/6a1cb4b850a56700089a6b2e
😎 Deploy Preview https://deploy-preview-1383--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: 71 (🔴 down 15 from production)
PWA: -
View the detailed breakdown and full score reports
🤖 Make changes Run an agent on this branch

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

@eyob-tech eyob-tech added 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 Module-Onboarding The name of the module. labels May 31, 2026
@eyob-tech eyob-tech added 🏕 Priority Mandatory This work is expected and removed 🏕 Priority Mandatory This work is expected labels Jun 1, 2026
@Luro91 Luro91 added the Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. label Jun 3, 2026
Comment thread Form-Controls/index.html
<head>
<meta charset="UTF-8">
<title>T-Shirt Order</title>
<style>
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

How could you separate the code for the styling from the HTML to make it easier to review (because of smaller files with separate responsibilities)

Comment thread Form-Controls/index.html
</main>
<footer>
<!-- change to your name-->
<p>By HOMEWORK SOLUTION</p>
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Please add your name to the exercise

Comment thread Form-Controls/index.html
<h1>Order a T-Shirt</h1>

<label for="name">Your Name</label>
<input type="text" id="name" name="name" pattern=".*\S.*\S.*" required>
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

I don't see any errors or warnings in the browser when I input an incorrect values into the fields. How can you ensure this?

@Luro91 Luro91 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. Review in progress This review is currently being reviewed. This label will be replaced by "Reviewed" soon. labels Jun 3, 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. 📅 Sprint 1 Assigned during Sprint 1 of this module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants