www.embroiderydesigns.com
Open in
urlscan Pro
192.26.144.176
Public Scan
Submitted URL: http://embroiderydesigns.com/
Effective URL: https://www.embroiderydesigns.com/
Submission: On May 22 via manual from US — Scanned from DE
Effective URL: https://www.embroiderydesigns.com/
Submission: On May 22 via manual from US — Scanned from DE
Form analysis
4 forms found in the DOMName: formSearch — GET javascript:void(0);
<form method="get" role="search" name="formSearch" autocomplete="off" style="width: 100%; flex-wrap: wrap;" class="flex row search-bar ng-pristine ng-valid" action="javascript:void(0);">
<div style="width: 100% !important;" class="flex row">
<div class="flex column center options">
<select style="background-color: #ddd;border: #ddd;text-align: center; outline: none; width: 97%;margin:0;padding:0;" id="ddlSearchDefName" name="ddlSearchDefName" data-ng-change="suggest()" data-ng-model="searchDefinitionName"
class="ng-pristine ng-untouched ng-valid ng-not-empty">
<option value="all" selected="selected"> All </option>
<option value="StockDesign">Designs</option>
<option value="DesignPack">Design Packs</option>
<option value="Font">Fonts</option>
<option value="FontPack">Font Packs</option>
<option value="Quilting">Quilting</option>
<option value="Software">Softwares</option>
<option value="Supplies">Supplies</option>
</select>
</div>
<div class="input-section">
<div>
<input type="text" id="search" name="searchterm" class="searchTerm ng-pristine ng-untouched ng-valid ng-empty" autocomplete="off" data-ng-model="searchTerm" data-ng-keyup="suggest()" data-ng-keydown="changeSelection($event, 1)"
placeholder="What are you shopping for?" style="font-size: 1em;">
</div>
</div>
<div>
<button class="flex center" title="What are you shopping for?" data-ng-click="searchBtnClick()">
<i class="fas fa-search" aria-hidden="true"></i>
</button>
</div>
</div>
<div style="width: 100%; position: relative;">
<!-- ngIf: showNoresults -->
<div id="divSearchResults" class="search-result-container ng-hide" style="position: absolute;margin-top: -3px;z-index: 15;"
data-ng-show="(suggestedTerms.length > 0 || suggestedProducts.length > 0 || suggestedBrandList.length > 0 || suggestedCategoryList.length > 0)">
<div id="divSuggestions">
<div class="search-field-header flex bg-white" data-ng-class="{'flex bg-white': suggestedTerms.length < 1}">
<span data-ng-show="suggestedTerms.length > 0" class="ng-hide">SUGGESTIONS</span>
<span data-ng-click="closeSuggestions()" data-ng-class="{'color-red ml-auto': suggestedTerms.length < 1}" class="color-red ml-auto">Close</span>
</div>
<div class="search-field-container color-gray ng-hide" data-ng-show="suggestedTerms.length > 0">
<!-- ngRepeat: term in suggestedTerms| limitTo:filterLimit track by $index -->
</div>
</div>
<div id="divCategories" data-ng-show="suggestedCategoryList.length > 0" class="ng-hide">
<div class="search-field-header"> CATEGORIES <span data-ng-show="suggestedTerms.length == 0" data-ng-click="closeSuggestions()">Close</span>
</div>
<div class="search-field-container">
<!-- ngRepeat: category in suggestedCategoryList track by $index -->
</div>
</div>
<div id="divBrands" data-ng-show="suggestedBrandList.length > 0" class="ng-hide">
<div class="search-field-header"> BRANDS <span data-ng-show="suggestedTerms.length == 0 && suggestedCategoryList.length == 0" data-ng-click="closeSuggestions()" class="ng-hide">Close</span>
</div>
<div class="search-field-container">
<!-- ngRepeat: brand in suggestedBrandList track by $index -->
</div>
</div>
<div id="divSearchProducts" data-ng-show="suggestedProducts.length > 0" class="ng-hide">
<div class="search-field-header">
<span> PRODUCTS </span>
<span>
<a data-ng-href="">
View Results
</a>
</span>
</div>
<div class="search-field-container" style="padding: 0;">
<!-- ngRepeat: prd in suggestedProducts track by $index -->
</div>
</div>
</div>
</div>
</form>
Name: newFavoritesGroupForm —
<form novalidate="" class="flex col center ng-pristine ng-invalid ng-invalid-required ng-valid-pattern ng-valid-maxlength" name="newFavoritesGroupForm" data-ng-submit="createFavoritesGroup(newFavoritesGroupForm)">
<div class="flex align-center">
<label>Name Your List:</label>
<input type="text" maxlength="20" name="list_name" data-ng-required="true" data-ng-maxlength="20" class="input-txt ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-pattern ng-valid-maxlength"
data-ng-model="favoriteGroupName" data-ng-pattern="/^[A-Za-z0-9 ]*[A-Za-z0-9][A-Za-z0-9 ]*$/" required="required">
</div>
<span class="msg error ng-hide" data-ng-show="newFavoritesGroupForm.list_name.$touched && newFavoritesGroupForm.list_name.$invalid && !newFavoritesGroupForm.list_name.$error.required"> Name cannot contain special characters </span>
<span class="msg error ng-hide" data-ng-show="newFavoritesGroupForm.list_name.$touched && newFavoritesGroupForm.list_name.$error.required"> Name cannot be empty </span>
<div class="btns flex center">
<button class="btn cart add-grp cursor-pointer" data-ng-class="{'loading': formLoading}" type="submit">
<span class="text-uppercase"> CREATE LIST </span>
<i class="fa fa-spin fa-spinner"></i>
</button>
</div>
<!-- ngIf: notification -->
</form>
Name: signUpModal.form —
<form id="signUpModalForm" name="signUpModal.form" data-ng-submit="submitSignupEmail()" novalidate="" class="ng-pristine ng-valid-email ng-invalid ng-invalid-required ng-valid-pattern">
<div class="flex col input-section">
<div>
<div class="input-icons"
data-ng-class="{'invalid' : (signUpModal.form.signupemail.$touched || signUpModal.form.$submitted) && signUpModal.form.signupemail.$invalid,'valid' : (signUpModal.form.signupemail.$touched) && signUpModal.form.signupemail.$valid}">
<i class="far fa-envelope"></i>
<input required="" type="email" class="email ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required" placeholder="Enter Your Email Address" id="signupemail" name="signupemail" data-ng-model="signupemail"
data-ng-change="signupemail = (signupemail | lowercase)">
</div>
<div id="signup-email-wrng" class="er-message">
<!-- ngIf: (signUpModal.form.signupemail.$touched || signUpModal.form.$submitted) && signUpModal.form.signupemail.$invalid -->
</div>
</div>
<div>
<div class="input-icons"
data-ng-class="{'invalid' : (signUpModal.form.confirmemail.$touched || signUpModal.form.$submitted) && signUpModal.form.confirmemail.$invalid,'valid' : (signUpModal.form.signupemail.$touched) && signUpModal.form.confirmemail.$valid}">
<i class="far fa-envelope"></i>
<input required="" type="email" class="email ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required ng-valid-pattern" placeholder="Confirm Your Email Address" id="confirmemail" name="confirmemail"
data-ng-model="confirmemail" data-ng-change="confirmemail = (confirmemail | lowercase)" data-ng-model-options="{allowInvalid:true}">
</div>
<div id="confirm-email-wrng" class="er-message">
<!-- ngIf: (signUpModal.form.confirmemail.$touched || signUpModal.form.$submitted) && signUpModal.form.confirmemail.$invalid -->
</div>
</div>
</div>
<div class="button-section">
<button type="submit" id="btn-signup" class="btn signup" data-ng-click="enterSignupEmail()"> SIGN-UP FOR FREE </button>
</div>
</form>
POST #
<form class="acsb-form" data-acsb-search="form" enctype="multipart/form-data" action="#" method="POST"> <input type="text" tabindex="0" name="acsb_search" autocomplete="off" placeholder="Unclear content? Search in dictionary..."
aria-label="Unclear content? Search in dictionary..."> <i class="acsbi-search"></i> <i class="acsbi-chevron_down"></i> </form>
Text Content
Use Website In a Screen-Reader Mode Accessibility Screen-Reader Guide, Feedback, and Issue Reporting Skip to Content ↵ENTER Skip to Menu ↵ENTER Skip to Footer ↵ENTER Sign in to * Your Account * Login | Register * Manage Profile * Order History * Downloads 0 All Designs Design Packs Fonts Font Packs Quilting Softwares Supplies SUGGESTIONS Close CATEGORIES Close BRANDS Close PRODUCTS View Results Help line 1 (866) 451-3900 Live Chat Offline * Shop by Department * Embroidery Designs * * Embroidery Designs Top Sellers New Arrivals Licensed Designs All Designs Suggest a Design * Search For Designs Search by Brand Search by Category * Free Designs All Free Designs Search by Brand Search by Category * Clearance Designs $1 Deals $0.49 cents Deal * * Design Styles Applique Embroidery In The Hoop Redwork Embroidery Ripple/Sketch Embroidery Key Fob Embroidery * Free Standing Lace Lace Earrings Top Selling Lace Designs * Quick Online Lettering One Line Two Lines * Create Custom Designs Custom Digitizing Request a Quote Place an Order * Embroidery Fonts * * Fonts & Alphabets Top Sellers New Arrivals * Font Types Home Format Fonts Embrilliance Fonts Pulse Fonts EFP Fonts Wilcom Fonts Applique Fonts Monograms * Search For Fonts Search by Category * * Font Packs Top Sellers New Arrivals * Font Pack Types Home Format Fonts EFP Fonts Pulse Fonts Embrilliance Fonts * Font Samples Embroidery Font Samples * Embroidery Packs * * Design Packs New Design Packs Top Selling Packs Licensed Design Packs Custom Packs - Save Upto 60% Licensed Design Packs * Search For Packs Search by Brand * Collections Design Collections Embroidery Collections Great Notions Collections Dakota Collections * Free Standing Lace Lace Earrings * * Packs With Instructions Top Sellers * Embroidery Software * * Embrilliance Embrilliance Thumbnailer Embrilliance Essentials Embrilliance Enthusiast Embrilliance Alphatricks View All * All Software All Embroidery Software All Quilting Software * Free Software Embroidery Software Free Embroidery Tool Shed * * Buzz Tools BuzzXplore BuzzSize BuzzWord BuzzEdit View All * Threads & Supplies * * Individual Thread Spools Madeira Sulky Robison Anton Exquisite * Designs Magazine All DIME Products * * Sewing and Craft Supplies Thread Kits Bobbins Stabilizers Adhesives & Aerosol Needles Embroidery Blanks Scissors & Cutters Books & DVDs Lighting & Accessories Projects & Kits * Tools, Equipment & More * * Equipment Top Selling Equipment Designs Magazine All In One Hooper * Tools Thread Conversion Chart Online Conversion Tool Online Instant Lettering Custom Digitizing * * Quilting Books & DVDs Quilting Supplies Quilting Software Quilting Tools & Mats Quilting Projects & Kits Quilting Fabrics * Sewing PDF Patterns * * Sewing PDF Patterns Top Selling Sewing Patterns New Sewing Patterns * Clothing Sewing Patterns Women Clothing Kids Clothing Costumes Medical Travel Accessories * Home Decor Sewing Patterns Quilt Patterns Pillows Bunting * Kitchen Sewing Patterns Table Wear Pot Holder Aprons Mug Rugs * Free PDF Patterns * * Hand Bags Sewing Patterns Tote Bags Purse and Pouch Back Packs Basket and Container * Pets Sewing Patterns Clothing Bedding * Toys Sewing Patterns Animals Puppets Amigurumi * Holiday Sewing Patterns Christmas Halloween Easter St. Patricks Valentines Day * Crochet PDF Patterns * Knitting PDF Patterns * Projects & Inspiration * * Projects & Inspiration Projects Look Books Tutorial Videos Product Related Videos Articles Customer Showcase * Share Your Work Share Your Designs Share Your Projects * Custom Digitizing * * Custom Digitizing Custom Digitizing Request a Quote Place an Order Check Order Status * Print Arts & Cuttables * * Print Arts Top Sellers New Arrivals Print Arts by Brand * * SVG Designs Top Sellers New Arrivals Free SVG Designs * Gift Cards * * Gift Cards Purchase a Gift Card Redeem a Gift Card * Specials * Specials * Adventure Designs 40% off * Science Fiction Designs 50% off * May Favorites 50% off * Father's Day 50% off * Free Shipping On All DIME Products * DIME - Magnetic Hoop Clip - $29.99 + Free Shipping * Outline Designs $2.50 each * View All * View all Specials * Get Started with Projects & Inspiration * Projects & Inspiration Learning CenterProjectsLook BooksTutorial VideosProduct Related VideosArticlesCustomer ShowcaseContestsShoppable GalleryDesigns Used In Projects * Share Your Work Share Your DesignsShare Your Projects * Digital Events Upcoming Events * Custom Digitizing * Custom Digitizing Our PricingRequest a QuotePlace An OrderOrder StatusView Mailbox * Sewing Patterns * Sewing PDF Patterns Top Selling Sewing PatternsNew Sewing Patterns Clothing Sewing Patterns Women ClothingKids ClothingCostumesMedicalTravel Accessories Home Decor Sewing Patterns Quilt PatternsPillowsBunting Kitchen Sewing Patterns Table WearPot HolderApronsMug Rugs Free Sewing Patterns FPP PDF Patterns * Hand Bags Sewing Patterns Tote BagsPurse and PouchBack PacksBasket and Container Pets Sewing Patterns ClothingBedding Toys Sewing Patterns AnimalsPuppetsAmigurumi Holiday Sewing Patterns ChristmasHalloweenEasterSt. PatricksValentines Day Crochet PDF Patterns Knitting PDF Patterns * Contact Us Sign in to * Your Account * Login | Register * Manage Profile * Order History * Downloads View your Wishlist 0 Cart Thread VIEW ALL Top Sellers VIEW ALL Fonts & Letters View All Free Designs View All Supplies View All Software View All Top Picks for You QUICK VIEW Colorful Butterfly $5.00 $1.25 NOT YET RATED Add To list * create new group ADD TO CART QUICK VIEW Bluework Floral Quilt Blocks $14.99 $3.75 NOT YET RATED Add To list * create new group ADD TO CART QUICK VIEW Baby Wild Animals $25.00 $17.50 NOT YET RATED Add To list * create new group ADD TO CART QUICK VIEW Creative Digitizing Bundle $389.75 free NOT YET RATED Add To list * create new group ADD TO CART QUICK VIEW Sweet Stitches - Something Special for Little Girls $29.99 $29.99 NOT YET RATED Add To list * create new group ADD TO CART QUICK VIEW Curly Font $14.99 $3.75 NOT YET RATED Add To list * create new group ADD TO CART Upcoming Virtual Events Leap Into Embroidery With Embrilliance Software June 08, 2023 14:00 PM - 15:00 PM REGISTER NOW Coming Soon.....! Watch Past Events New Machine Embroidery Designs View All Designs QUICK VIEW For The Culture $4.79 $2.40 NOT YET RATED Add To list * create new group ADD TO CART QUICK VIEW Feather Quilting $4.79 $2.40 NOT YET RATED Add To list * create new group ADD TO CART QUICK VIEW Quilt Swirls $4.79 $2.40 NOT YET RATED Add To list * create new group ADD TO CART QUICK VIEW JRD23010013 $7.69 free NOT YET RATED Add To list * create new group ADD TO CART QUICK VIEW Outline Dinosaur $4.79 $2.40 NOT YET RATED Add To list * create new group ADD TO CART QUICK VIEW Quilt Hearts $4.79 $2.40 NOT YET RATED Add To list * create new group ADD TO CART New Design Packs View All Packs QUICK VIEW Skulls 7 Designs in 1 Pack $14.99 $8.99 NOT YET RATED Add To list * create new group ADD TO CART QUICK VIEW Peace Signs 10 Designs in 1 Pack $35.00 $24.50 NOT YET RATED Add To list * create new group ADD TO CART QUICK VIEW Marine Christmas 10 Designs in 1 Pack $19.99 free NOT YET RATED Add To list * create new group ADD TO CART QUICK VIEW Vehicles And Axe 8 Designs in 1 Pack $14.99 $8.99 NOT YET RATED Add To list * create new group ADD TO CART QUICK VIEW Military Family 12 Designs in 1 Pack $19.99 free NOT YET RATED Add To list * create new group ADD TO CART QUICK VIEW Christian Faith 14 Designs in 1 Pack $24.99 free NOT YET RATED Add To list * create new group ADD TO CART New Design Fonts View All Fonts QUICK VIEW Disco Dancer Embrilliance $9.99 free NOT YET RATED Add To list * create new group ADD TO CART QUICK VIEW Middle School Embrilliance $9.99 free NOT YET RATED Add To list * create new group ADD TO CART QUICK VIEW News Stand Embrilliance $9.99 free NOT YET RATED Add To list * create new group ADD TO CART QUICK VIEW Imprint Shadow Embrilliance $29.99 $15.00 NOT YET RATED Add To list * create new group ADD TO CART QUICK VIEW Subway Lines Embrilliance $9.99 free NOT YET RATED Add To list * create new group ADD TO CART QUICK VIEW Harker Square Embrilliance $29.99 $15.00 NOT YET RATED Add To list * create new group ADD TO CART New Embroidery Supplies View All Supplies QUICK VIEW Craf-tex Plus Clutter Catcher Bottoms Whte 13 x 18 $11.38 free NOT YET RATED Add To list * create new group ADD TO CART QUICK VIEW Exquisite Thread Assortment - 60pk 1000 Meter Spools $299.40 $299.40 NOT YET RATED Add To list * create new group ADD TO CART QUICK VIEW Steady Stitch Style L Magnetic Paper Sides Polyester Prewound Bobbins $12.99 $12.99 NOT YET RATED Add To list * create new group ADD TO CART QUICK VIEW Exquisite Poly Patch Twill Companion Thread - Athletic $39.92 $39.92 NOT YET RATED Add To list * create new group ADD TO CART QUICK VIEW Bosal Wired-Framed Totes 20x58 $17.99 free NOT YET RATED Add To list * create new group ADD TO CART QUICK VIEW Single Sided Fusible Fleece 45 x 72 $22.85 free NOT YET RATED Add To list * create new group ADD TO CART New PDF Sewing Patterns View All Sewing Patterns QUICK VIEW Dog Cat Collar Bandana collar scarf Pattern $6.30 free NOT YET RATED Add To list * create new group ADD TO CART QUICK VIEW Sofa Sewing Station PDF Digital Pattern $7.78 free NOT YET RATED Add To list * create new group ADD TO CART QUICK VIEW Stair Steppin' Quilt Pattern $10.00 free NOT YET RATED Add To list * create new group ADD TO CART QUICK VIEW Rotary Cutter Case PDF Digital Pattern $6.48 free NOT YET RATED Add To list * create new group ADD TO CART QUICK VIEW The Big Easy Quilt Pattern $10.00 free NOT YET RATED Add To list * create new group ADD TO CART QUICK VIEW Bunny stuffed animal sewing pattern $10.40 free NOT YET RATED Add To list * create new group ADD TO CART New Clothing Sewing Patterns View All Clothing Patterns QUICK VIEW Nurit Coat PDF Sewing Pattern $13.83 free NOT YET RATED Add To list * create new group ADD TO CART QUICK VIEW Waist Strap For Fantasy Fairy Dress PDF Sewing Pattern $9.20 free NOT YET RATED Add To list * create new group ADD TO CART QUICK VIEW Cloak With Deep Neckline And Pointed Shoulders PDF Sewing Pattern $13.75 free NOT YET RATED Add To list * create new group ADD TO CART QUICK VIEW Trendy Peter Pan Collar PDF Sewing Pattern $5.49 free NOT YET RATED Add To list * create new group ADD TO CART QUICK VIEW Edwige Blouse PDF Sewing Pattern $12.66 free NOT YET RATED Add To list * create new group ADD TO CART QUICK VIEW Hair Scrunchie Elastic Band PDF Sewing Pattern $5.49 free NOT YET RATED Add To list * create new group ADD TO CART New Hand Embroidery Designs View All Hand Embroidery QUICK VIEW Friends with White Background $9.99 $5.00 NOT YET RATED Add To list * create new group ADD TO CART QUICK VIEW Frida Hand Embroidery $9.99 $5.00 NOT YET RATED Add To list * create new group ADD TO CART QUICK VIEW My Little Garden $9.99 $5.00 NOT YET RATED Add To list * create new group ADD TO CART QUICK VIEW Friends with Black Background $9.99 $5.00 () Add To list * create new group ADD TO CART QUICK VIEW Believe In Unicorns $9.99 $5.00 NOT YET RATED Add To list * create new group ADD TO CART QUICK VIEW Adventures Hand Embroidery $9.99 $5.00 NOT YET RATED Add To list * create new group ADD TO CART Exclusive Embroidery Offers! Sign Up follow us * Need Help? * (866) 451-3900 * support@embroiderydesigns.com * Live Chat * Shipping * Returns * FAQ / Help * Your Account * Your Profile * Your Orders * Your Wishlist * Redeem a Gift Card * Services * Custom Digitizing * Embroidery Lettering * Thread Conversion * Gift Cards * Embroidery Designs * Designs * Today's Deals * New Arrivals * Packs * Fonts * Collections * Projects & Inspiration * Supplies & Tools * Thread * Hoops * Stabilizer * Tools * Software * Get To Know Us * About Us * Careers * Contact Us * Company Info * Sell with Us * Testimonials English | USD Copyright © 2023 - EmbroideryDesigns.com Site Map Privacy Policy Terms of Use Feedback We use cookies to ensure that we give you the best experience on our website. If you continue using the site, we'll assume that you are happy to receive all cookies on this website. Click here to read our privacy regarding the use of cookies. I Agree Convert to € (EUR) CREATE NEW WISHLIST GROUP Name Your List: Name cannot contain special characters Name cannot be empty CREATE LIST Sign Up for Instant Access to 1,000's of Embroidery Designs for FREE! Weekly Exclusive Discounts Updates on the Newest Designs SIGN-UP FOR FREE We will not share your information, for more info please read our privacy policy. To ensure delivery to your inbox and to have images displayed properly, please add sales@embroiderydesigns.com to your address book. This is the last page you will see the estimated pricing in € (EUR), after this you will see pricing in US dollars. (Click anywhere to continue) English Accessibility Adjustments Reset Settings Statement Hide Interface Choose the right accessibility profile for you OFF ON Seizure Safe Profile Clear flashes & reduces color This profile enables epileptic and seizure prone users to browse safely by eliminating the risk of seizures that result from flashing or blinking animations and risky color combinations. OFF ON Vision Impaired Profile Enhances website's visuals This profile adjusts the website, so that it is accessible to the majority of visual impairments such as Degrading Eyesight, Tunnel Vision, Cataract, Glaucoma, and others. OFF ON ADHD Friendly Profile More focus & fewer distractions This profile significantly reduces distractions, to help people with ADHD and Neurodevelopmental disorders browse, read, and focus on the essential elements of the website more easily. OFF ON Cognitive Disability Profile Assists with reading & focusing This profile provides various assistive features to help users with cognitive disabilities such as Autism, Dyslexia, CVA, and others, to focus on the essential elements of the website more easily. OFF ON Keyboard Navigation (Motor) Use website with the keyboard This profile enables motor-impaired persons to operate the website using the keyboard Tab, Shift+Tab, and the Enter keys. Users can also use shortcuts such as “M” (menus), “H” (headings), “F” (forms), “B” (buttons), and “G” (graphics) to jump to specific elements. Note: This profile prompts automatically for keyboard users. OFF ON Blind Users (Screen Reader) Optimize website for screen-readers This profile adjusts the website to be compatible with screen-readers such as JAWS, NVDA, VoiceOver, and TalkBack. A screen-reader is software that is installed on the blind user’s computer and smartphone, and websites should ensure compatibility with it. Note: This profile prompts automatically to screen-readers. Content Adjustments Content Scaling Default Readable Font Highlight Titles Highlight Links Text Magnifier Adjust Font Sizing Default Align Center Adjust Line Height Default Align Left Adjust Letter Spacing Default Align Right Color Adjustments Dark Contrast Light Contrast High Contrast High Saturation Adjust Text Colors Cancel Monochrome Adjust Title Colors Cancel Low Saturation Adjust Background Colors Cancel Orientation Adjustments Mute Sounds Hide Images Read Mode Reading Guide Useful Links Select an option Home Header Footer Main Content Stop Animations Reading Mask Highlight Hover Highlight Focus Big Black Cursor Big White Cursor HIDDEN_ADJUSTMENTS Keyboard Navigation Accessible Mode Screen Reader Adjustments Read Mode Web Accessibility By Learn More Choose the Interface Language English Español Deutsch Português Français Italiano עברית 繁體中文 Pусский عربى عربى Nederlands 繁體中文 日本語 Polski Türk Accessibility StatementCompliance status We firmly believe that the internet should be available and accessible to anyone and are committed to providing a website that is accessible to the broadest possible audience, regardless of ability. To fulfill this, we aim to adhere as strictly as possible to the World Wide Web Consortium’s (W3C) Web Content Accessibility Guidelines 2.1 (WCAG 2.1) at the AA level. These guidelines explain how to make web content accessible to people with a wide array of disabilities. Complying with those guidelines helps us ensure that the website is accessible to blind people, people with motor impairments, visual impairment, cognitive disabilities, and more. This website utilizes various technologies that are meant to make it as accessible as possible at all times. We utilize an accessibility interface that allows persons with specific disabilities to adjust the website’s UI (user interface) and design it to their personal needs. Additionally, the website utilizes an AI-based application that runs in the background and optimizes its accessibility level constantly. This application remediates the website’s HTML, adapts its functionality and behavior for screen-readers used by blind users, and for keyboard functions used by individuals with motor impairments. If you wish to contact the website’s owner please use the website's form Screen-reader and keyboard navigation Our website implements the ARIA attributes (Accessible Rich Internet Applications) technique, alongside various behavioral changes, to ensure blind users visiting with screen-readers can read, comprehend, and enjoy the website’s functions. As soon as a user with a screen-reader enters your site, they immediately receive a prompt to enter the Screen-Reader Profile so they can browse and operate your site effectively. Here’s how our website covers some of the most important screen-reader requirements: 1. Screen-reader optimization: we run a process that learns the website’s components from top to bottom, to ensure ongoing compliance even when updating the website. In this process, we provide screen-readers with meaningful data using the ARIA set of attributes. For example, we provide accurate form labels; descriptions for actionable icons (social media icons, search icons, cart icons, etc.); validation guidance for form inputs; element roles such as buttons, menus, modal dialogues (popups), and others. Additionally, the background process scans all of the website’s images. It provides an accurate and meaningful image-object-recognition-based description as an ALT (alternate text) tag for images that are not described. It will also extract texts embedded within the image using an OCR (optical character recognition) technology. To turn on screen-reader adjustments at any time, users need only to press the Alt+1 keyboard combination. Screen-reader users also get automatic announcements to turn the Screen-reader mode on as soon as they enter the website. These adjustments are compatible with popular screen readers such as JAWS, NVDA, VoiceOver, and TalkBack. 2. Keyboard navigation optimization: The background process also adjusts the website’s HTML and adds various behaviors using JavaScript code to make the website operable by the keyboard. This includes the ability to navigate the website using the Tab and Shift+Tab keys, operate dropdowns with the arrow keys, close them with Esc, trigger buttons and links using the Enter key, navigate between radio and checkbox elements using the arrow keys, and fill them in with the Spacebar or Enter key. Additionally, keyboard users will find content-skip menus available at any time by clicking Alt+2, or as the first element of the site while navigating with the keyboard. The background process also handles triggered popups by moving the keyboard focus towards them as soon as they appear, not allowing the focus to drift outside. Users can also use shortcuts such as “M” (menus), “H” (headings), “F” (forms), “B” (buttons), and “G” (graphics) to jump to specific elements. Disability profiles supported on our website * Epilepsy Safe Profile: this profile enables people with epilepsy to safely use the website by eliminating the risk of seizures resulting from flashing or blinking animations and risky color combinations. * Vision Impaired Profile: this profile adjusts the website so that it is accessible to the majority of visual impairments such as Degrading Eyesight, Tunnel Vision, Cataract, Glaucoma, and others. * Cognitive Disability Profile: this profile provides various assistive features to help users with cognitive disabilities such as Autism, Dyslexia, CVA, and others, to focus on the essential elements more easily. * ADHD Friendly Profile: this profile significantly reduces distractions and noise to help people with ADHD, and Neurodevelopmental disorders browse, read, and focus on the essential elements more easily. * Blind Users Profile (Screen-readers): this profile adjusts the website to be compatible with screen-readers such as JAWS, NVDA, VoiceOver, and TalkBack. A screen-reader is installed on the blind user’s computer, and this site is compatible with it. * Keyboard Navigation Profile (Motor-Impaired): this profile enables motor-impaired persons to operate the website using the keyboard Tab, Shift+Tab, and the Enter keys. Users can also use shortcuts such as “M” (menus), “H” (headings), “F” (forms), “B” (buttons), and “G” (graphics) to jump to specific elements. Additional UI, design, and readability adjustments 1. Font adjustments – users can increase and decrease its size, change its family (type), adjust the spacing, alignment, line height, and more. 2. Color adjustments – users can select various color contrast profiles such as light, dark, inverted, and monochrome. Additionally, users can swap color schemes of titles, texts, and backgrounds with over seven different coloring options. 3. Animations – epileptic users can stop all running animations with the click of a button. Animations controlled by the interface include videos, GIFs, and CSS flashing transitions. 4. Content highlighting – users can choose to emphasize essential elements such as links and titles. They can also choose to highlight focused or hovered elements only. 5. Audio muting – users with hearing devices may experience headaches or other issues due to automatic audio playing. This option lets users mute the entire website instantly. 6. Cognitive disorders – we utilize a search engine linked to Wikipedia and Wiktionary, allowing people with cognitive disorders to decipher meanings of phrases, initials, slang, and others. 7. Additional functions – we allow users to change cursor color and size, use a printing mode, enable a virtual keyboard, and many other functions. Assistive technology and browser compatibility We aim to support as many browsers and assistive technologies as possible, so our users can choose the best fitting tools for them, with as few limitations as possible. Therefore, we have worked very hard to be able to support all major systems that comprise over 95% of the user market share, including Google Chrome, Mozilla Firefox, Apple Safari, Opera and Microsoft Edge, JAWS, and NVDA (screen readers), both for Windows and MAC users. Notes, comments, and feedback Despite our very best efforts to allow anybody to adjust the website to their needs, there may still be pages or sections that are not fully accessible, are in the process of becoming accessible, or are lacking an adequate technological solution to make them accessible. Still, we are continually improving our accessibility, adding, updating, improving its options and features, and developing and adopting new technologies. All this is meant to reach the optimal level of accessibility following technological advancements. If you wish to contact the website’s owner, please use the website's form Hide Accessibility Interface? Please note: If you choose to hide the accessibility interface, you won't be able to see it anymore, unless you clear your browsing history and data. Are you sure that you wish to hide the interface? Accept Cancel Continue Processing the data, please give it a few seconds... Press Alt+1 for screen-reader mode, Alt+0 to cancel