Skip to content

Commit

Permalink
phone number hyphenation requirement removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
saaqi committed Aug 30, 2024
1 parent 24e2646 commit 17e843b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"ratingValue": "4.8",
"bestRating": "5",
"worstRating": "1",
"reviewCount": "278"
"reviewCount": "304"
},
"address": {
"@type": "PostalAddress",
Expand Down Expand Up @@ -389,7 +389,7 @@ <h2 class="section-heading"><i class='bx bxs-contact'></i> Contact Us</h2>
<label class="contact-form-field-label" for="contact-form-email"><i class="bx bx-envelope"></i> Email: <span class="required-label">*</span></label>
<input type="email" id="contact-form-email" class="contact-form-email" name="contact-form-email" placeholder="Email address" required>
<label class="contact-form-field-label" for="contact-form-number"><i class="bx bx-phone"></i> Contact Number: </label>
<input type="tel" id="contact-form-number" class="contact-form-number" pattern="[0-9]{3}-[0-9]{3}-[0-9]{4}" inputmode="numeric" placeholder="XXX-XXX-XXXX" name="contact-form-number">
<input type="tel" id="contact-form-number" class="contact-form-number" pattern="[0-9]{10}" inputmode="numeric" placeholder="XXXXXXXXXX" name="contact-form-number">
<label class="contact-form-field-label" for="contact-form-vehicle"><i class="bx bx-car"></i> Vehicle Make and Model: </label>
<input type="text" id="contact-form-vehicle" class="contact-form-vehicle" name="contact-form-vehicle" placeholder="Company name and model">
<label class="contact-form-field-label" for="contact-form-message"><i class="bx bx-message-dots"></i> Message: <span class="required-label">*</span></label>
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^5.0.0",
"autoprefixer": "^10.4.19",
"autoprefixer": "^10.4.20",
"bootstrap": "^5.3.3",
"cssnano": "^6.1.2",
"postcss": "^8.4.39",
"sass": "^1.77.6",
"vite": "^5.3.3",
"postcss": "^8.4.41",
"sass": "^1.77.8",
"vite": "^5.4.2",
"vite-plugin-minify": "^1.5.2",
"vite-plugin-webfont-dl": "^3.9.4"
"vite-plugin-webfont-dl": "^3.9.5"
},
"dependencies": {
"@glidejs/glide": "^3.6.2",
"boxicons": "^2.1.4",
"caniuse-lite": "^1.0.30001640"
"caniuse-lite": "^1.0.30001655"
}
}

0 comments on commit 17e843b

Please sign in to comment.