Skip to content

Commit 565f861

Browse files
committed
2 parents 261394c + 4ea0e49 commit 565f861

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ accessible-slick
33

44
_the last (accessible) carousel you'll ever need_
55

6-
A fully accessible, WCAG 2.0 / 2.1 compliant, drop-in replacement for Slick Slider (1.8.1) intended to make life easier for real-world dev teams who need to pass accessibility audits.
6+
A highly accessible, WCAG 2.0 / 2.1 compliant, drop-in replacement for Slick Slider (1.8.1) intended to make life easier for real-world dev teams who need to pass accessibility audits.
77

88
This package implements [accessibility and usability improvements](#what-makes-this-accessible) crafted and tested by native screen reader users, low vision users, and expert accessibility consultants at [Accessible360](https://accessible360.com) based on their experiences helping to make hundreds of carousels accessible for clients around the world. Read on to learn more about [why this package exists](#why-is-this-needed), its [features](#what-makes-this-accessible), [how to use it](#usage), and [how you can get involved!](#contributing)
99

docs/index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
<link rel="stylesheet" type="text/css" href="a11y-dark.css">
1111
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
1212

13-
<meta name="description" content="accessible-slick is an accessible version of the popular Slick Slider responsive carousel jQuery plugin that supports multiple breakpoints, CSS3 transitions, touch events/swiping &amp; much more!">
13+
<meta name="description" content="accessible-slick is a highly accessible version of the popular Slick Slider responsive carousel jQuery plugin that supports multiple breakpoints, CSS3 transitions, touch events/swiping &amp; much more!">
1414
<meta name="keywords" content="accessible, accessibility, wcag, slick, responsive, carousel, slider, jQuery, plugin, CSS3, swipe, touch">
1515

1616
<!-- Open Graph -->
1717
<meta property="og:title" content="accessible-slick - the last (accessible) carousel you'll ever need">
18-
<meta property="og:description" content="accessible-slick is an accessible version of the popular Slick Slider responsive carousel jQuery plugin that supports multiple breakpoints, CSS3 transitions, touch events/swiping &amp; much more!">
18+
<meta property="og:description" content="accessible-slick is a highly accessible version of the popular Slick Slider responsive carousel jQuery plugin that supports multiple breakpoints, CSS3 transitions, touch events/swiping &amp; much more!">
1919
<meta property="og:type" content="article">
2020
<meta property="og:url" content="https://accessible360.github.io/accessible-slick">
2121
<meta property="og:image" content="https://accessible360.github.io/accessible-slick/images/social-media-preview.png">
@@ -26,7 +26,7 @@
2626
<!-- Twitter Card -->
2727
<meta name="twitter:card" content="summary">
2828
<meta name="twitter:title" content="accessible-slick - the last (accessible) carousel you'll ever need">
29-
<meta name="twitter:description" content="accessible-slick is an accessible version of the popular Slick Slider responsive carousel jQuery plugin that supports multiple breakpoints, CSS3 transitions, touch events/swiping &amp; much more!">
29+
<meta name="twitter:description" content="accessible-slick is a highly accessible version of the popular Slick Slider responsive carousel jQuery plugin that supports multiple breakpoints, CSS3 transitions, touch events/swiping &amp; much more!">
3030
<meta name="twitter:creator" content="Accessible360">
3131
<meta name="twitter:image:src" content="https://accessible360.github.io/accessible-slick/images/social-media-preview.png">
3232
<meta name="twitter:domain" content="https://accessible360.github.io/accessible-slick/">
@@ -103,7 +103,7 @@ <h1 class="title">accessible-slick</h1>
103103

104104
<section class="alt-background">
105105
<div class="content">
106-
<p>A fully accessible, WCAG 2.0 / 2.1 compliant, drop-in replacement for Slick Slider (1.8.1) crafted and tested by expert users and professional accessibility consultants, intended to make life easier for real-world dev teams who need to pass accessibility audits.</p>
106+
<p>A highly accessible, WCAG 2.0 / 2.1 compliant, drop-in replacement for Slick Slider (1.8.1) crafted and tested by expert users and professional accessibility consultants, intended to make life easier for real-world dev teams who need to pass accessibility audits.</p>
107107

108108
<div class="sponsor-banner">
109109
Sponsored by:
@@ -833,7 +833,7 @@ <h2 id="methods" tabindex="-1">Methods</h2>
833833
<div class="content">
834834
<h2 id="go-get-it" tabindex="-1">Go Get It</h2>
835835

836-
<a class="button first" href="https://github.com/Accessible360/accessible-slick/archive/1.0.1.zip">Download Now</a>
836+
<a class="button first" href="https://github.com/Accessible360/accessible-slick/archive/v1.0.1.zip">Download Now</a>
837837
<a class="button last" href="https://github.com/Accessible360/accessible-slick">View On Github</a>
838838

839839
<hr aria-hidden="true">

0 commit comments

Comments
 (0)