Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
Update page - card-design-feature.html
Browse files Browse the repository at this point in the history
  • Loading branch information
odiengineering committed May 8, 2024
1 parent 4d4ab46 commit 7d61ca4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pages/wordpress-posts/card-design-feature.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h2 class="mt-4">What to do now</h2>
<div class="row d-flex p-2">
<div class="col-md-4 mt-3 px-10px">
<div class="bg-white h-100">
<img class="img-fluid" src="https://files.covid19.ca.gov/img/card-vaccination.jpg" alt="A woman's arm getting a bandage after a vaccination">
<img decoding="async" class="img-fluid" src="https://files.covid19.ca.gov/img/card-vaccination.jpg" alt="A woman's arm getting a bandage after a vaccination">
<div class="p-3">
<h3 class="h4 card-title mt-2"><a href="/vaccines/">Vaccinations</a></h3>

Expand All @@ -29,7 +29,7 @@ <h3 class="h4 card-title mt-2"><a href="/vaccines/">Vaccinations</a></h3>
</div>
<div class="col-md-4 mt-3 px-10px">
<div class="bg-white h-100">
<img class="img-fluid" src="https://files.covid19.ca.gov/img/card-masks.jpg" alt="A group of people wearing masks">
<img decoding="async" class="img-fluid" src="https://files.covid19.ca.gov/img/card-masks.jpg" alt="A group of people wearing masks">
<div class="p-3">
<h3 class="h4 card-title mt-2"><a href="/masks-and-ppe/">Masks</a></h3>

Expand All @@ -39,7 +39,7 @@ <h3 class="h4 card-title mt-2"><a href="/masks-and-ppe/">Masks</a></h3>
</div>
<div class="col-md-4 mt-3 px-10px">
<div class="bg-white h-100">
<img class="img-fluid" src="https://files.covid19.ca.gov/img/card-testing.jpg" alt="A man getting tested by a nurse at an outdoor COVID-19 testing center">
<img decoding="async" class="img-fluid" src="https://files.covid19.ca.gov/img/card-testing.jpg" alt="A man getting tested by a nurse at an outdoor COVID-19 testing center">
<div class="p-3">
<h3 class="h4 card-title mt-2"><a href="/get-tested/">Testing</a></h3>

Expand All @@ -53,7 +53,7 @@ <h3 class="h4 card-title mt-2"><a href="/get-tested/">Testing</a></h3>
<div class="row d-flex mt-4">
<div class="col-md-4 mt-3 px-10px">
<div class="bg-white h-100">
<img class="img-fluid" src="https://files.covid19.ca.gov/img/exposure-notification.png" alt="Woman reading a COVID-19 exposure notification on her phone">
<img decoding="async" class="img-fluid" src="https://files.covid19.ca.gov/img/exposure-notification.png" alt="Woman reading a COVID-19 exposure notification on her phone">
<div class="p-3">
<h3 class="h4 card-title mt-2"><a href="https://canotify.ca.gov/">Exposure notifications</a></h3>

Expand All @@ -63,7 +63,7 @@ <h3 class="h4 card-title mt-2"><a href="https://canotify.ca.gov/">Exposure notif
</div>
<div class="col-md-4 mt-3 px-10px">
<div class="bg-white h-100">
<img class="img-fluid" src="https://files.covid19.ca.gov/img/card-education.jpg" alt="A class of children raising their hands in front of a teacher">
<img decoding="async" class="img-fluid" src="https://files.covid19.ca.gov/img/card-education.jpg" alt="A class of children raising their hands in front of a teacher">
<div class="p-3">
<h3 class="h4 card-title mt-2"><a href="/education/">Education</a></h3>

Expand All @@ -73,7 +73,7 @@ <h3 class="h4 card-title mt-2"><a href="/education/">Education</a></h3>
</div>
<div class="col-md-4 mt-3 px-10px">
<div class="bg-white h-100">
<img class="img-fluid" src="https://files.covid19.ca.gov/img/card-workplace.jpg" alt="A barista serving a coffee to go">
<img decoding="async" class="img-fluid" src="https://files.covid19.ca.gov/img/card-workplace.jpg" alt="A barista serving a coffee to go">
<div class="p-3">
<h3 class="h4 card-title mt-2"><a href="/workers-and-businesses/">Workplace safety</a></h3>

Expand All @@ -86,7 +86,7 @@ <h3 class="h4 card-title mt-2"><a href="/workers-and-businesses/">Workplace safe
<div class="row d-flex mt-4">
<div class="col-md-4 mt-3 px-10px">
<div class="bg-white h-100">
<img class="img-fluid" src="https://files.covid19.ca.gov/img/card-events.jpg" alt="The outside of the Staples Center in Los Angeles">
<img decoding="async" class="img-fluid" src="https://files.covid19.ca.gov/img/card-events.jpg" alt="The outside of the Staples Center in Los Angeles">
<div class="p-3">
<h3 class="h4 card-title mt-2"><a href="/mega-events/">Mega-events</a></h3>

Expand All @@ -97,7 +97,7 @@ <h3 class="h4 card-title mt-2"><a href="/mega-events/">Mega-events</a></h3>
</div>
<div class="col-md-4 mt-3 px-10px">
<div class="bg-white h-100">
<img class="img-fluid" src="https://files.covid19.ca.gov/img/card-travel.jpg" alt="A woman on a train looking at her phone">
<img decoding="async" class="img-fluid" src="https://files.covid19.ca.gov/img/card-travel.jpg" alt="A woman on a train looking at her phone">
<div class="p-3">
<h3 class="h4 card-title mt-2"><a href="/travel/">Travel</a></h3>

Expand Down

0 comments on commit 7d61ca4

Please sign in to comment.