Skip to content

Commit

Permalink
Production Release (#662)
Browse files Browse the repository at this point in the history
Issue #635 Create Search Functionality
Issue #656 Sprint 40 Content Changes
Issue #637 Update the descriptions on each training card
  • Loading branch information
felder101 authored Oct 4, 2024
1 parent de3c1ef commit e64591a
Show file tree
Hide file tree
Showing 9 changed files with 143 additions and 76 deletions.
149 changes: 94 additions & 55 deletions training-front-end/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions training-front-end/public/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
User-agent: *
Disallow: /admin/

Sitemap: https://training.smartpay.gsa.gov/sitemap-index.xml
26 changes: 25 additions & 1 deletion training-front-end/src/components/GSAHeader.astro
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
import GSALogo from '../assets/images/gsa-smartpay-training-logo.svg'
import closeIcon from '../assets/images/usa-icons/close.svg'
import searchIcon from "../assets/images/usa-icons/search--white.svg"
---
<header class="usa-header usa-header--extended">
<div class="usa-navbar">
Expand Down Expand Up @@ -67,8 +68,31 @@ import closeIcon from '../assets/images/usa-icons/close.svg'
<li class="usa-nav__primary-item">
<a href={`${import.meta.env.BASE_URL}certificates/`} class="usa-nav-link"><span>Access Past Certificates</span></a>
</li>

</ul>
<div class="usa-nav__secondary">
<section aria-label="Search component">
<form class="usa-search usa-search--small" role="search" action="https://search.usa.gov/search" accept-charset="UTF-8" method="get">
<input type="hidden" name="affiliate" id="affiliate" value="gsa_smartpay_training" autocomplete="off" />
<label class="usa-sr-only" for="query">Search</label>
<input
class="usa-input"
id="query"
autocomplete="off"
type="search"
name="query"
/>
<button class="usa-button" type="submit">
<img
width="48"
height="48"
src={searchIcon.src}
class="usa-search__submit-icon"
alt="Search"
/>
</button>
</form>
</section>
</div>
</div>
</nav>
</header>
Expand Down
6 changes: 3 additions & 3 deletions training-front-end/src/content/training_fleet_pc/lesson01.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,16 @@ Utilizing the GSA SmartPay Master Contract means:
Agencies have the opportunity to earn [refunds](https://youtu.be/5iYRruEPUNM) based on the dollar volume of transactions and the speed of payment.

### Safety and Transparency
The GSA SmartPay program provides secure solutions for efficient payment transactions. Customers also have access to tools that provide increased transparency to spend and performance data.
The GSA SmartPay program provides secure solutions for efficient payment transactions. Customers also have access to tools that provide increased transparency for spend and performance data.

### Electronic Access to Data
Through the GSA SmartPay contractor bank’s electronic access system (EAS), account managers and card/account holders have immediate access to complete transaction-level data, helping to mitigate fraud, waste and abuse.
Through the GSA SmartPay contractor bank’s electronic access system (EAS), account managers and card/account holders have immediate access to complete transaction-level data, helping to mitigate fraud, waste, and abuse.

### Worldwide Acceptance
Through the use of commercial payment infrastructure, customers are able to use GSA SmartPay solutions anywhere in the world where merchants accept cards.

### Identification for Discount Programs
GSA SmartPay solutions provide automatic point-of-sale recognition for many GSA discount programs, including [Federal Strategic Sourcing Initiative](https://www.gsa.gov/buy-through-us/purchasing-programs/federal-strategic-sourcing-initiative-fssi) (FSSI), the [GSA City Pair Program](https://www.gsa.gov/travel/plan-a-trip/transportation-airfare-rates-pov-rates-etc/airfare-rates-city-pair-program) (CPP) and more.
GSA SmartPay solutions provide automatic point-of-sale recognition for many GSA discount programs, including [Federal Strategic Sourcing Initiative](https://www.gsa.gov/buy-through-us/purchasing-programs/federal-strategic-sourcing-initiative-fssi) (FSSI), the [GSA City Pair Program](https://www.gsa.gov/travel/plan-a-trip/transportation-airfare-rates-pov-rates-etc/airfare-rates-city-pair-program) (CPP), and more.

### Other Benefits
GSA SmartPay payment solutions provide other less tangible benefits including travel insurance and eliminating the need for imprest funds or petty cash at the agency.
Expand Down
6 changes: 3 additions & 3 deletions training-front-end/src/content/training_purchase/lesson01.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@ Utilizing the GSA SmartPay Master Contract means:
Agencies have the opportunity to earn [refunds](https://youtu.be/5iYRruEPUNM) based on the dollar volume of transactions and the speed of payment.

### Safety and Transparency
The GSA SmartPay program provides secure solutions for efficient payment transactions. Customers also have access to tools that provide increased transparency to spend and performance data.
The GSA SmartPay program provides secure solutions for efficient payment transactions. Customers also have access to tools that provide increased transparency for spend and performance data.

### Electronic Access to Data
Through the GSA SmartPay contractor bank’s electronic access system (EAS), account managers and card/account holders have immediate access to complete transaction-level data, helping to mitigate fraud, waste and abuse.
Through the GSA SmartPay contractor bank’s electronic access system (EAS), account managers and card/account holders have immediate access to complete transaction-level data, helping to mitigate fraud, waste, and abuse.

### Worldwide Acceptance
Through the use of commercial payment infrastructure, customers are able to use GSA SmartPay solutions anywhere in the world where merchants accept cards.

### Identification for Discount Programs
GSA SmartPay solutions provide automatic point-of-sale recognition for many GSA discount programs, including [Federal Strategic Sourcing Initiative](https://www.gsa.gov/buy-through-us/purchasing-programs/federal-strategic-sourcing-initiative-fssi) (FSSI), the [GSA City Pair Program](https://www.gsa.gov/travel/plan-a-trip/transportation-airfare-rates-pov-rates-etc/airfare-rates-city-pair-program) (CPP) and more.
GSA SmartPay solutions provide automatic point-of-sale recognition for many GSA discount programs, including [Federal Strategic Sourcing Initiative](https://www.gsa.gov/buy-through-us/purchasing-programs/federal-strategic-sourcing-initiative-fssi) (FSSI), the [GSA City Pair Program](https://www.gsa.gov/travel/plan-a-trip/transportation-airfare-rates-pov-rates-etc/airfare-rates-city-pair-program) (CPP), and more.

### Other Benefits
GSA SmartPay payment solutions provide other less tangible benefits including travel insurance and eliminating the need for imprest funds or petty cash at the agency.
Expand Down
Loading

0 comments on commit e64591a

Please sign in to comment.