Skip to content

Commit

Permalink
Merge pull request #729 from GSA/GSA/issue-591/contract-payment
Browse files Browse the repository at this point in the history
Gsa/issue 591/contract payment
  • Loading branch information
john-labbate authored Oct 16, 2024
2 parents e5a28df + 8625920 commit 18bb4a1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Binary file added src/assets/images/red_card_with_background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 advantages of using a GSA SmartPay Purchase card/account 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 the Contract Payments video</a>
</p>
</div>
</div>
Expand Down

0 comments on commit 18bb4a1

Please sign in to comment.