www.gardensalive.com
Open in
urlscan Pro
3.227.221.104
Public Scan
URL:
https://www.gardensalive.com/
Submission: On April 27 via manual from AU — Scanned from IS
Submission: On April 27 via manual from AU — Scanned from IS
Form analysis
7 forms found in the DOMName: search — GET /search
<form action="/search" method="get" name="search" style="display:inline-block;" ss-nav="" class="ng-scope ng-pristine ng-valid">
<input type="text" class="searchinput ng-scope" id="searchinput-floating" name="keyword" value="" placeholder="Item Number or Keywords" autocomplete="off" ss-nav-input="" ng-non-bindable="" spellcheck="false"><!-- ngIf: ac.ready -->
<input type="submit" value="" id="Search-floating" class="f16 avant_font top_searchbtn">
</form>
Name: search — GET /search
<form action="/search" method="get" name="search" style="display:inline-block;" ss-nav="" class="ng-scope ng-pristine ng-valid">
<input type="text" class="searchinput ng-scope" id="searchinput-floating" name="keyword" value="" placeholder="Item Number or Keywords" autocomplete="off" ss-nav-input="" ng-non-bindable="" spellcheck="false"><!-- ngIf: ac.ready -->
<input type="submit" value="" id="Search-floating" class="f16 avant_font top_searchbtn">
</form>
Name: search — GET /search
<form action="/search" method="get" name="search" style="display:inline-block;" ss-nav="" class="ng-scope ng-pristine ng-valid">
<input type="text" class="searchinput ng-scope" id="searchinput-floating" name="keyword" value="" placeholder="Item Number or Keywords" autocomplete="off" ss-nav-input="" ng-non-bindable="" spellcheck="false"><!-- ngIf: ac.ready -->
<input type="submit" value="" id="Search-floating" class="f16 avant_font top_searchbtn">
</form>
Name: promomsgnewsltr — POST /newsletter_request
<form method="post" id="promomsgnewsltr" class="headsignup" action="/newsletter_request" name="promomsgnewsltr" onsubmit="return promomsgnewsltr_set_email('top:promo_message')">
<input type="hidden" name="method" value="emailsignup">
<input type="hidden" name="to_email" value="me@domain.com">
<input type="hidden" name="from_email" value="service@gardensalive.com">
<input type="hidden" name="location" value="email_offer::banner">
<input type="hidden" name="Last_Optin_Date" value="04/27/2022">
<input type="hidden" name="Last_Optin_Source" value="website">
<input type="hidden" name="promocode" value="0176990"> <label for="add_email" style="font-size:1px; color:#fff;">Email</label>
<input type="text" id="add_email" style="padding: 17px 10px 16px; min-width: auto; width: 248px;" name="add_email" maxlength="50" class="offeremail" onkeydown="enterpromo();" value="Enter Your Email Address"
onfocus="if (this.value=='Enter Your Email Address') this.value='';" onblur="if (this.value=='') this.value='Enter Your Email Address';">
<input type="button" onclick="validateEmailTP();" name="submit_request" value="SUBMIT" class="buttonwhite" style="width:140px;">
<input type="hidden" id="recaptcha-response-newsletter_requestpromomsgnewsltr" name="g-recaptcha-response" value="">
<script src="https://www.google.com/recaptcha/api.js?render=6LeCLuIUAAAAAH55_8TECgFkaEtAyDvK_Y5nFBQV"></script>
<script>
var submitted_newsletter_requestpromomsgnewsltr = false;
$('#promomsgnewsltr').on('submit', function(e) {
if (!submitted_newsletter_requestpromomsgnewsltr) {
e.preventDefault();
var thisform = $(this);
console.log(thisform);
if (thisform.valid()) {
$.getJSON("/briteverify-validation", {
address: cemailid,
bv_token: "zJ+hULywQj26Rle6fuBiFeDHScGEd1x9WPysF7cmTexDAZWqDTXt2R+j9Mq8 "
}, function(data) {
if (data.status == "invalid") {} else {
grecaptcha.ready(function() {
grecaptcha.execute('6LeCLuIUAAAAAH55_8TECgFkaEtAyDvK_Y5nFBQV', {
action: 'newsletter_request'
}).then(function(token) {
submitted_newsletter_requestpromomsgnewsltr = true;
$('#recaptcha-response-newsletter_requestpromomsgnewsltr').val(token);
//alert(token);
thisform.trigger('submit');
});
});
}
});
}
}
});
</script>
</form>
Name: newsletterFN — POST /newsletter_request?p=0176990
<form class="footnewsletter" id="footernewsletter" method="post" action="/newsletter_request?p=0176990" name="newsletterFN">
<input type="hidden" name="method" value="emailsignup">
<input type="hidden" name="location" value="homepage:footer">
<input type="hidden" name="to_email" value="me@domain.com">
<input type="hidden" name="from_email" value="service@gardensalive.com"><!-- email: add_email -->
<input type="hidden" name="marketing_cat" value="Newsletter Requests">
<input type="hidden" name="Last_Optin_Date" value="04/27/2022">
<input type="hidden" name="Last_Optin_Source" value="website">
<input type="text" id="add_emailFN" name="add_email" placeholder="Join our email list" class="submailicon"> <input type="submit" nem="submit_request" value="Sign Up" class="textuppercase">
<input type="hidden" id="recaptcha-response-newsletter_requestfooternewsletter" name="g-recaptcha-response" value="">
<script src="https://www.google.com/recaptcha/api.js?render=6LeCLuIUAAAAAH55_8TECgFkaEtAyDvK_Y5nFBQV"></script>
<script>
var submitted_newsletter_requestfooternewsletter = false;
$('#footernewsletter').on('submit', function(e) {
if (!submitted_newsletter_requestfooternewsletter) {
e.preventDefault();
var thisform = $(this);
console.log(thisform);
if (thisform.valid()) {
var cemailid = document.getElementById("add_emailFN").value;
window.dataLayer = window.dataLayer || [];
window.dataLayer.push({
'sessionemail': document.getElementById('add_emailFN').value,
'event': 'new_subscriber',
'formLocation': 'footer',
'promocode': '0176990'
});
$.getJSON("/briteverify-validation", {
address: cemailid,
bv_token: "zJ+hULywQj26Rle6fuBiFeDHScGEd1x9WPysF7cmTexDAZWqDTXt2R+j9Mq8 "
}, function(data) {
if (data.status == "invalid") {
$("#emailerrorFN").show();
} else {
$("#add_emailFN").val(cemailid);
grecaptcha.ready(function() {
grecaptcha.execute('6LeCLuIUAAAAAH55_8TECgFkaEtAyDvK_Y5nFBQV', {
action: 'newsletter_request'
}).then(function(token) {
submitted_newsletter_requestfooternewsletter = true;
$('#recaptcha-response-newsletter_requestfooternewsletter').val(token);
//alert(token);
thisform.trigger('submit');
});
});
}
});
}
}
});
</script>
</form>
POST
<form id="fileUploadForm" enctype="multipart/form-data" method="post" target="fileUploadIframe"><input type="file" id="fileSelector" name="file" style="display: none;"><input name="filename" type="hidden"></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="Search the online dictionary..."
aria-label="Search the online dictionary..."> <i class="acsbi-search"></i> </form>
Text Content
Skip to Content ↵ENTER Skip to Menu ↵ENTER Skip to Footer ↵ENTER Menu * Close ✖ * Sign In * Mailing Request * Order Status * Quick Order * Shop Categories * Lawn * Garden Fertilizers * Vegetables * Fruit * Insect & Pest Control * Garden * Household * Tips & Resources * New * Gift Ideas * Best Sellers Lawn * Shop All * Lawn Fertilizer * Lawn Seed * Lawn Supplies * Pest Control Products for Lawns * Weed Control Products Garden Fertilizers * Shop All * Alive!® Fertilizers * Fruit * Ornamental Fertilizer * Specialty * Vegetables Vegetables * Shop all Vegetables Seeds and Plants * Asparagus * Beans * Beets * Cabbage * Carrots * Chard * Cole Crops * Corn * Cucumber Seeds * Eggplant * Garlic * Gourds * Greens * Herbs * Kale * Lettuce * Melon * Onions * Peas * Peppers - Hot * Peppers - Sweet * Potatoes * Potatoes - Sweet * Pumpkins * Radish * Rhubarb * Seed Tapes * Squash - Summer * Squash - Winter * Tomato - Hybrid * Tomato - Open Pollinator * Other Vegetables Fruit * Shop All * Blueberries * Brambles * Cherries * Fruit Trees * Grapes * Honeyberries * Reachables® * Strawberries * Tropicals and Houseplants Insect & Pest Control * Shop all Insect & Pest Control * Animal Repellents * Insect Traps & Lures * Insecticides, Miticides & Pesticides * Insect Barriers & Garden Netting Garden * Shop All * Garden Supplies * Garden Planters and Pots * Weed Control * Disease Control * Garden Soil & Amendments * Beneficial Insects * Composting Supplies * Harvest & Canning Supplies * Cover Crops * Microgreens and Sprouts * Perennials, Bulbs & Flowers * Vegetable Seeds and Plants * Fruit * Insect & Pest Control * Garden Fertilizers Garden Supplies * Shop all Garden Supplies * Container Gardening Supplies * Garden Décor * Raised Garden Beds * Season Extenders * Seed Starting * Plant Supports * Water Features, Ponds & Irrigation Perennials, Bulbs & Flowers * Shop all Perennials, Bulbs & Flowers * Flower Seed * Marigolds * Ornamental Grasses * Perennials * Roses * Sunflowers * Wildflowers * Zinnia Vegetable Seeds and Plants * Shop all Vegetables Seeds and Plants * Asparagus * Beans * Beets * Cabbage * Carrots * Chard * Cole Crops * Corn * Cucumber Seeds * Eggplant * Garlic * Gourds * Greens * Herbs * Kale * Lettuce * Melon * Onions * Peas * Peppers - Hot * Peppers - Sweet * Potatoes * Potatoes - Sweet * Pumpkins * Radish * Rhubarb * Seed Tapes * Squash - Summer * Squash - Winter * Tomato - Hybrid * Tomato - Open Pollinator * Other Vegetables Fruit * Shop All * Blueberries * Brambles * Cherries * Fruit Trees * Grapes * Honeyberries * Reachables® * Strawberries * Tropicals and Houseplants Insect & Pest Control * Shop all Insect & Pest Control * Animal Repellents * Insect Traps & Lures * Insecticides, Miticides & Pesticides * Insect Barriers & Garden Netting Garden Fertilizers * Shop All * Alive!® Fertilizers * Fruit * Ornamental Fertilizer * Specialty * Vegetables Household * Shop all Household * Birding * Household Helpers & Kitchen Tools * Pest Control Tips & Resources * Visit all Tips & Resources * Pest & Disease Guide * Tips & Articles * Garden Recipes * Healthy Eating Guide * You Bet Your Garden * Featured Posts Environmentally Responsible Products That Work!™ * Live Help * 513.354.1482 * Write to Us X * Sign In * Mailing Request * Order Status * Quick Order 0 Items $0.00 Close Shopping Cart 0 Items - Subtotal: $0 Continue Shopping Checkout » Shopping Cart 0 items in cart * lawn LAWN * Lawn Fertilizer * Lawn Seed * Lawn Supplies * Pest Control Products for Lawns * Weed Control Products Shop All Lawn Care * Fertilizers & Amendments FERTILIZERS & AMENDMENTS * Alive!® Fertilizers for Gardens * Fruit Fertilizer * Ornamental Fertilizer * Specialty Fertilizer * Vegetable Fertilizer * Garden Soil & Amendments * Composting Supplies Shop All Fertilizers & Amendments * Insect & Pest Control INSECT & PEST CONTROL * Animal Repellents * Beneficial Insects * Insect Traps & Lures * Insecticides, Miticides & Pesticides * Insect Barriers & Garden Netting Shop All Insect & Pest Control * Gardening Supplies GARDENING SUPPLIES * Disease Control * Garden Planters and Pots * Garden Decor * Harvest & Canning Supplies * Plant Supports * Raised Garden Beds * Season Extenders * Seed Starting * Weed Control * Water Features, Ponds & Irrigation Shop All Gardening Supplies * Household HOUSEHOLD * Birding * Household Helpers & Kitchen Tools * Pest Control Shop All Household * Flowers, Fruits & Veggies FLOWERS, FRUITS & VEGGIES * Flowers FLOWERS * Flower Seed * Marigolds * Ornamental Grasses * Perennials * Roses * Sunflowers * Wildflowers * Zinnia Shop all Flowers * Fruit FRUIT * Blueberries * Brambles * Cherries * Grapes * Honeyberries * Strawberries * Tropicals and Houseplants Shop all Fruit * Vegetable VEGETABLE * Asparagus * Beans * Beets * Cabbage * Carrots * Chard * Cole Crops * Corn * Cucumber Seeds * Eggplant * Garlic * Gourds * Greens * Herbs * Kale * Lettuce * Melon * Onions * Peas * Peppers - Hot * Peppers - Sweet * Potatoes * Potatoes - Sweet * Pumpkins * Radish * Rhubarb * Seed Tapes * Squash - Summer * Squash - Winter * Tomato - Hybrid * Tomato - Open Pollinator * Other Vegetables Shop all Vegetable Seeds and Plants * Microgreens and Sprouts * Cover Crops * Hedges Shop All Flowers, Fruits & Vegetables * tips & Resources TIPS & RESOURCES * Pest & Disease Guide * Tips & Articles * Garden Recipes * Healthy Eating Guide * You Bet Your Garden * Featured Posts 0 Items $0.00 Close Shopping Cart 0 Items - Subtotal: $0 Continue Shopping Checkout » * lawn LAWN * Lawn Fertilizer * Lawn Seed * Lawn Supplies * Pest Control Products for Lawns * Weed Control Products Shop All Lawn Care * Fertilizers & Amendments FERTILIZERS & AMENDMENTS * Alive!® Fertilizers for Gardens * Fruit Fertilizer * Ornamental Fertilizer * Specialty Fertilizer * Vegetable Fertilizer * Garden Soil & Amendments * Composting Supplies Shop All Fertilizers & Amendments * Insect & Pest Control INSECT & PEST CONTROL * Animal Repellents * Beneficial Insects * Insect Traps & Lures * Insecticides, Miticides & Pesticides * Insect Barriers & Garden Netting Shop All Insect & Pest Control * Gardening Supplies GARDENING SUPPLIES * Disease Control * Garden Planters and Pots * Garden Decor * Harvest & Canning Supplies * Plant Supports * Raised Garden Beds * Season Extenders * Seed Starting * Weed Control * Water Features, Ponds & Irrigation Shop All Gardening Supplies * Household HOUSEHOLD * Birding * Household Helpers & Kitchen Tools * Pest Control Shop All Household * Flowers, Fruits & Veggies FLOWERS, FRUITS & VEGGIES * Flowers FLOWERS * Flower Seed * Marigolds * Ornamental Grasses * Perennials * Roses * Sunflowers * Wildflowers * Zinnia Shop all Flowers * Fruit FRUIT * Blueberries * Brambles * Cherries * Grapes * Honeyberries * Strawberries * Tropicals and Houseplants Shop all Fruit * Vegetable VEGETABLE * Asparagus * Beans * Beets * Cabbage * Carrots * Chard * Cole Crops * Corn * Cucumber Seeds * Eggplant * Garlic * Gourds * Greens * Herbs * Kale * Lettuce * Melon * Onions * Peas * Peppers - Hot * Peppers - Sweet * Potatoes * Potatoes - Sweet * Pumpkins * Radish * Rhubarb * Seed Tapes * Squash - Summer * Squash - Winter * Tomato - Hybrid * Tomato - Open Pollinator * Other Vegetables Shop all Vegetable Seeds and Plants * Microgreens and Sprouts * Cover Crops * Hedges Shop All Flowers, Fruits & Vegetables * tips & Resources TIPS & RESOURCES * Pest & Disease Guide * Tips & Articles * Garden Recipes * Healthy Eating Guide * You Bet Your Garden * Featured Posts * * MENU * HELP * 0 Items $0.00 Close Shopping Cart 0 Items - Subtotal: $0 Continue Shopping Checkout » * 513.354.1482 Free Shipping on $75+ Orders (excludes overweight shipping). Email Oops, there seems to be an error, please re-enter your email address. X Get your seedlings off to a strong, healthy start Gardens Alive! has everything you need to plant, propagate and ultimately transplant bigger, healthier seedlings. Shop Seed Starting Healthier, Greener, Lusher Lawn WOW!® Supreme is an all-natural herbicide and fertilizer for healthy, weed-free lawns! Shop Now Get your seedlings off to a strong, healthy start Gardens Alive! has everything you need to plant, propagate and ultimately transplant bigger, healthier seedlings. Shop Seed Starting Healthier, Greener, Lusher Lawn WOW!® Supreme is an all-natural herbicide and fertilizer for healthy, weed-free lawns! Shop Now Get your seedlings off to a strong, healthy start Gardens Alive! has everything you need to plant, propagate and ultimately transplant bigger, healthier seedlings. Shop Seed Starting GARDENS ALIVE * LAWN FERTILIZERS Shop Lawn Fertilizers * ALIVE! FERTILIZERS Shop Alive! Fertilizers * CONTAINER GARDENING SUPPLIES Shop Container Gardening Supplies * PERENNIALS, BULBS & FLOWERS Shop Perennials, Bulbs & Flowers * HOUSEHOLD PEST CONTROL Shop Household Pest Control * SOIL & AMENDMENTS Shop Garden Soil & Amendments SHOP OUR DIGITAL CATALOG Enjoy the catalog shopping experience from your phone, tablet or desktop. Enjoy real paper pages? Request a Gardens Alive mailing and we'll add you to our mailing list. Shop Digital Catalog RECOMMENDED FOR YOU slide 1 to 5 of 9 WOW!® Supreme Pre-Emergent Weed Killer and Lawn Fertilizer $59.99 4.5 Rated 4.5 out of 5 stars 173 Reviews Grow Tubs® - Fabric Garden Containers $9.99 - $14.99 5.0 Rated 5.0 out of 5 stars 42 Reviews Tomatoes Alive!® Tomato Fertilizer $12.99 - $29.99 4.8 Rated 4.8 out of 5 stars 92 Reviews Stay Green Garden Club $49.99 4.8 Rated 4.8 out of 5 stars 16 Reviews Vegetables Alive!® Vegetable Fertilizer $12.99 - $29.99 4.9 Rated 4.9 out of 5 stars 27 Reviews Strawberries Alive!™ Strawberry Fertilizer $14.99 4.9 Rated 4.9 out of 5 stars 21 Reviews Grub-Away® Grub Control Nematodes $29.99 - $42.99 4.0 Rated 4.0 out of 5 stars 74 Reviews Blueberries Alive!™ Blueberry Fertilizer $12.99 - $29.99 4.6 Rated 4.6 out of 5 stars 14 Reviews Root Crops Alive!™ Root Crop Fertilizer $29.99 5.0 Rated 5.0 out of 5 stars 20 Reviews Previous Next * New Our latest and greatest eco-friendly products shop now * Free Shipping plus save 10% with our Stay Green Garden Club join today OUR STORY Having grown up on a farm in 1950s rural Indiana, Niles Kinerk has loved gardening since his childhood. In the 1970s, he became increasingly aware of.. Read More Featured Video Watch More * Pest & Disease Guide * Tips & Tricks Powered by Pixlee Browse articles from NPR's organic gardening expert, Mike McGrath. Question of the week: Is It Black Gold? Or the Black Plague? Heres How to Test Compost for Weeds and Worries Read More Search the Archives listen now 100% Satisfaction Guaranteed The Safe Seed Pledge Green Thumb Direct Gardening Association award winners. STAY IN TOUCH FOR SPECIALS AND SAVINGS! Oops, there seems to be an error, please re-enter your email address. When you become a Gardens Alive!® email subscriber, we'll send you up-to-the minute updates and deals that will help you save! Privacy Policy * 513.354.1482 * Write to Us * Customer Service * Contact Us * Career Information * FAQs * Order Status * Shipping Schedule * Site Map * Gardening Resources * US Hardiness Zone * Email Sign Up * Our Blog * About us * Gardens Alive! Story * Our Promise to You * Privacy Policy * California/Nevada Privacy Rights © 2022 by Gardens Alive! Inc, All Rights Reserved Gardens Alive! trademarks are registered trademarks of Gardens Alive! Inc. * * * * * * * * * customer service * Contact Us * Career Information * FAQs * Order Status * Shipping Schedule * Site Map * resources * US Hardiness Zone * Email Sign Up * Our Blog * about us * Gardens Alive! Story * Our Promise to You * Privacy Policy * California/Nevada Privacy Rights * * 513.354.1482 * Write to Us * * * * * Live chat:Chat with an Expert English Accessibility Adjustments Reset Settings Statement Hide Interface Choose the right accessibility profile for you OFF ON Seizure Safe Profile Eliminates flashes and 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 the 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 Cognitive Disability Profile Assists with reading and 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 ADHD Friendly Profile More focus and 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 Blind Users (Screen-reader) Use the website with your screen-reader 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. OFF ON Keyboard Navigation (Motor) Use the 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. 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 Monochrome High Saturation Adjust Text Colors Cancel High Contrast 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 Solution By accessiBe Choose the Interface Language English Español Deutsch Português Français Italiano עברית 繁體中文 Pусский عربى عربى Nederlands 繁體中文 日本語 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...