Skip to content

Commit

Permalink
make client quotes keyboard accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
imgiseverything committed Jan 26, 2024
1 parent c4f0a2c commit 181b511
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions assets/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,11 @@ ul {
width: 100%;
}

.quotes:focus-visible {
outline: 2px solid;
outline-offset: -3px;
}

.quote {
display: block;
flex: none;
Expand Down
5 changes: 3 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ layout: layouts/default.njk
@media (min-width: 1279px) {
main h1 {
font-size: clamp(2.8rem, 5vw + 1rem, 5.2rem);
margin-top: 0;
}
}

Expand Down Expand Up @@ -72,7 +73,7 @@ Phil provides web accessibility consultancy services under the name [A11y is Eve
Phil provides ecommerce (Shopify) consultancy services under the name [Safra](https://www.safralondon.com/).

<ul class="arrow-list">
<li>Writing Shopify themes.</li>
<li>Writing bespoke Shopify themes.</li>
</ul>

## Development process (vanilla)
Expand Down Expand Up @@ -200,7 +201,7 @@ Working with established agencies like <a href="https://www.wearefriday.com/">Fr

## Nice things people have said

<div class="group quotes js-slides">
<div class="group quotes js-slides" tabIndex="0" role="region" aria-label="Client recommendations">
<div class="quote js-slide active" id="slide1" data-slide-number="1" aria-hidden="false">
<blockquote>

Expand Down

0 comments on commit 181b511

Please sign in to comment.