Skip to content

Commit

Permalink
Change Recognizing Charge Cards section on the home page with Contrac…
Browse files Browse the repository at this point in the history
…t Payments to Vendors section.
  • Loading branch information
felder101 committed Oct 15, 2024
1 parent e5a28df commit 3a06b08
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/components/Callout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//This componet is for Home page call out section under hero section: Section 889 Search, State Tax Information, 25th anniversary celebration
import callout_889 from "@assets/images/callout_889.svg";
import callout_map from "@assets/images/callout_map.svg";
import callout_cards from "@assets/images/callout_cards.png";
import red_card_with_background from "@assets/images/red_card_with_background.png";
const baseUrl = import.meta.env.BASE_URL;
---
Expand Down Expand Up @@ -58,25 +58,25 @@ const baseUrl = import.meta.env.BASE_URL;
</div>
<div class="grid-row grid-gap">
<div class="tablet:grid-col-6 margin-top-1">
<a href={`${baseUrl}smarttax/recognizing-your-account/`}>
<a href="https://www.youtube.com/watch?v=tYNWRHNvCEs">
<img
width="464"
height="286.5"
src={callout_cards.src}
alt="A series of yellow, silver, green, blue, and red GSA SmartPay charge cards stacked on each other, descending towards the bottom left."
height="256"
src={red_card_with_background.src}
alt="Red GSA SmartPay charge card, with application form in the background."
/>
</a>
</div>
<div class="tablet:grid-col-6">
<h2 class="margin-top-0 margin-bottom-1">
Recognizing Charge Cards
Contract Payments to Vendors
</h2>
<p>
Learn how to identify the different types of GSA SmartPay cards/accounts.
Learn about the advantage of using a GSA SmartPay Purchase card to make contract payments to vendors.
</p>
<p>
<a class="usa-link" href={`${baseUrl}smarttax/recognizing-your-account/`}
>Recognizing your cards/accounts</a>
<a class="usa-link--external" href="https://www.youtube.com/watch?v=tYNWRHNvCEs"
>Go to SmartPay Contract Payments Video</a>
</p>
</div>
</div>
Expand Down

0 comments on commit 3a06b08

Please sign in to comment.