Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gsa/issue 591/contract payment #729

Merged
merged 3 commits into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading