-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a99b75d
commit 6bfa5ac
Showing
28 changed files
with
362 additions
and
113 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+717 KB
public/files/smartpay-training-forum/2024/Advanced_Concepts_in_Purchase_Card_Management.pdf
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+1.85 MB
public/files/smartpay-training-forum/2024/Easy_Ordering_With_Global_Supply.pdf
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+830 KB
public/files/smartpay-training-forum/2024/Federal_Travel_and_Ethics.pdf
Binary file not shown.
Binary file added
BIN
+6.11 MB
public/files/smartpay-training-forum/2024/GSA_Advantage_The_Basics.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+540 KB
public/files/smartpay-training-forum/2024/GSA_SmartPay_3_Master_Contract_Basics.pdf
Binary file not shown.
Binary file added
BIN
+1.28 MB
public/files/smartpay-training-forum/2024/GSA_SmartPay_Fleet_Management_Essentials.pdf
Binary file not shown.
Binary file added
BIN
+405 KB
public/files/smartpay-training-forum/2024/GSA_SmartPay_Online_Tools.pdf
Binary file not shown.
Binary file added
BIN
+909 KB
public/files/smartpay-training-forum/2024/GSA_SmartPay_Program_Update.pdf
Binary file not shown.
Binary file added
BIN
+1.68 MB
public/files/smartpay-training-forum/2024/GSA_SmartPay_Purchase_Management_Essentials.pdf
Binary file not shown.
Binary file added
BIN
+722 KB
public/files/smartpay-training-forum/2024/GSA_SmartPay_Travel_Management_Essentials.pdf
Binary file not shown.
Binary file added
BIN
+413 KB
public/files/smartpay-training-forum/2024/GSA_SmartPays_Strategic_Payment_Solutions.pdf
Binary file not shown.
Binary file added
BIN
+796 KB
...c/files/smartpay-training-forum/2024/GSA_SmartTax_Lessons_Learned_for_State_Sales_Tax.pdf
Binary file not shown.
Binary file added
BIN
+4.22 MB
public/files/smartpay-training-forum/2024/Getting_the_Most_Out_of_GSA_eBuy_and_eBuy_Open.pdf
Binary file not shown.
Binary file added
BIN
+1.3 MB
...ining-forum/2024/Making_Informed_Cost_Saving_Travel_Decisions_and_SmartPay_Essentials.pdf
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+1.51 MB
public/files/smartpay-training-forum/2024/Smart_Pay_Forum_Commercial_Platforms_Program.pdf
Binary file not shown.
Binary file added
BIN
+3.38 MB
public/files/smartpay-training-forum/2024/Sustainable_Purchasing_with_Biobased_Products.pdf
Binary file not shown.
Binary file added
BIN
+777 KB
public/files/smartpay-training-forum/2024/The_AbilityOne_Program_Overview.pdf
Binary file not shown.
Binary file added
BIN
+1.04 MB
...es/smartpay-training-forum/2024/Use_of_Data_Analytics_for_Effective_Program_Oversight.pdf
Binary file not shown.
288 changes: 288 additions & 0 deletions
288
src/content/forum-presentations-2023/forum-presentations-2023.md
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
/* | ||
This page is set up to maintain the uri while being moved to a nested location. | ||
*/ | ||
import PageLayout from '@layouts/PageLayout.astro'; | ||
import FullSizeTemplate from '@components/FullSizeTemplate.astro' | ||
import { getEntry} from 'astro:content'; | ||
const page = await getEntry('forum-presentations-2023','forum-presentations-2023'); | ||
const faq = await page.render() | ||
const PageContent = faq.Content | ||
--- | ||
|
||
<PageLayout title="2023 GSA SmartPay® Training Forum Presentations"> | ||
<FullSizeTemplate | ||
title="2023 GSA SmartPay® Training Forum Presentations" | ||
parent_nav_path="resources/forum-presentations/" | ||
parent_nav_text = "Return to 2024's GSA SmartPay® Training Forum Presentations" | ||
intro="Here are the forum presentations and videos from the 2023 GSA SmartPay Training Forum." | ||
> | ||
<PageContent /> | ||
|
||
</FullSizeTemplate> | ||
</PageLayout> |