Skip to content

Commit

Permalink
fix(partners): a11y - add blank alt for decorative pic
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Jul 31, 2024
1 parent f9eb794 commit 500d3fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/partners.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h1 class="text-white mb-3">Partners</h1>
<div class="col-md-10 col-11 px-0 mx-0">
<div class="offset-md-2 col-md-8 mt-md-4 mt-2">
<section class="pb-md-2">
<img class="w-100 h-150 rounded-1" src="/images/partners-background-cdt.png" />
<img class="w-100 h-150 rounded-1" alt="" src="/images/partners-background-cdt.png" />
<h2 class="my-md-4 my-3">California Department of Technology</h2>
<p>
We collaborate with the
Expand Down Expand Up @@ -111,7 +111,7 @@ <h3 class="text-white d-block mb-3 mb-md-0">Total reduced-fare open loop transac
<hr class="my-4 d-none d-lg-block" />

<section class="pt-4">
<img class="w-100 h-150 rounded-1" src="/images/partners-background-carb.png" />
<img class="w-100 h-150 rounded-1" alt="" src="/images/partners-background-carb.png" />
<h2 class="my-3 my-md-4">California Air Resources Board</h2>
<figure class="quote border-purple-4 my-3 my-md-4-4">
<blockquote>“CARB QUOTE TK TK TK.”</blockquote>
Expand Down

0 comments on commit 500d3fe

Please sign in to comment.