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

Add forum presentations for 2024. #644

Merged
merged 3 commits into from
Jul 29, 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 not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: GSA SmartPay® Training Forum Presentations
title: GSA SmartPay® Training Forum Presentations 2023
intro: "Here are the forum presentations and videos from the 2023 GSA SmartPay Training Forum."
description: "Here are the forum presentations and videos from the most recent GSA SmartPay Training Forum."
order: 6
Expand Down
2 changes: 1 addition & 1 deletion src/content/nav/menu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@
- title: Events
href: resources/events/
- title: GSA SmartPay Training Forum Presentations
href: resources/forum-presentations/
href: resources/forum-presentations-2024/
224 changes: 224 additions & 0 deletions src/content/resources/forum-presentations-2024.md

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions src/pages/policies-and-audits/smart-bulletins/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ export async function getStaticPaths() {

<PageLayout title="Smart Bulletins">
<FullSizeTemplate
title={`Smart Bulletins`}
parent_nav_path={`policies-and-audits/`}
parent_nav_text = {`Return to the Polices & Audits`}
intro={`Smart Bulletins keep agencies informed of new or updated policies/regulations, program management practices, and other developments.`}
title = "Smart Bulletins"
parent_nav_path = "policies-and-audits/"
parent_nav_text = "Return to the Polices & Audits"
intro = "Smart Bulletins keep agencies informed of new or updated policies/regulations, program management practices, and other developments."
>
<!-- smart buletins table -->
<table class="usa-table usa-table--borderless">
Expand Down
25 changes: 25 additions & 0 deletions src/pages/resources/forum-presentations/index.astro
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','forum-presentations');

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-2024/"
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>
Loading