generated from cloud-gov/pages-uswds-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1285 from GSA/staging
Staging
- Loading branch information
Showing
20 changed files
with
259 additions
and
19 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
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,42 @@ | ||
- name: overview | ||
title: Overview | ||
path: /coffa/training-coffa | ||
content: | | ||
<h2>Coming Soon</h2> | ||
<div><p> description </p></div> | ||
- name: "module-1" | ||
title: "module 1" | ||
path: /coffa/training-coffa/module-1/ | ||
content: |+ | ||
<h3>Module 1 - Coming Soon</h3> | ||
<div><p>more information will be added here...</p></div> | ||
- name: "module-2" | ||
title: "module 2" | ||
path: /coffa/training-coffa/module-2/ | ||
content: | | ||
<h3>Module 2 - Coming Soon</h3> | ||
<div><p>more information will be added here...</p></div> | ||
- name: "module-3" | ||
title: "module 3" | ||
path: /coffa/training-coffa/module-3/ | ||
content: | | ||
<h3>Module 3 - Coming Soon</h3> | ||
<div><p>more information will be added here...</p></div> | ||
- name: "module-4" | ||
title: "module 4" | ||
path: /coffa/training-coffa/module-4/ | ||
content: > | ||
<h3>Module 4 - Coming Soon</h3> <div><p>more information will be added here...</p></div> | ||
- name: "module-5" | ||
title: "module 5" | ||
path: /coffa/training-coffa/module-5/ | ||
content: | | ||
<h3>Module 5 - Coming Soon</h3> <div><p>more information will be added here...</p></div> |
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,28 @@ | ||
{% comment %} | ||
This template used by CFO Tabs feature. Include your data to render. | ||
{% endcomment %} | ||
|
||
{% assign data = include.data %} | ||
|
||
<div id="cfo-tabs" class="grid-row clearfix"> | ||
<ul class="tablet:grid-col-3 shadow-5"> | ||
{% for tab in data %} | ||
<li> | ||
<a href="#{{ tab.name }}" | ||
role="tab" | ||
aria-controls="{{ tab.name }}" | ||
data-path="{{site.baseurl}}{{ tab.path }}" | ||
id="tab-btn-{{ tab.name }}" | ||
class="text-no-underline text-base-darker font-sans-md" | ||
>{{ tab.title }}</a></li> | ||
{% endfor %} | ||
</ul> | ||
|
||
{% for tab in data %} | ||
<div id="{{ tab.name }}" tabindex="0" role="tabpanel" aria-labelledby="tab-btn-{{ tab.name }}" | ||
class="tablet:grid-col-9 ui-tabs-panel ui-corner-bottom ui-widget-content padding-4"> | ||
{{ tab.content | replace: '[site_baseurl]', site.baseurl }} | ||
</div> | ||
{% endfor %} | ||
|
||
</div> |
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
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,97 @@ | ||
--- | ||
|
||
layout: coffa-default | ||
title: Priority | ||
|
||
--- | ||
|
||
<section class="usa-hero grid-container about-the-council {% unless page.priority_icons %} margin-bottom-4{% endunless %}"> | ||
<div class="grid-row grid-gap flex-align-center div-height"> | ||
<div class="tablet:grid-col-auto tablet:grid-offset-1 text-center"> | ||
<img class="circle-card tablet:float-left" src="{{site.baseurl}}/assets/images/logos/{{ page.type }}.svg" | ||
alt="{{ page.type }}" /> | ||
</div> | ||
<div class="tablet:grid-col-8 margin-left-2 margin-right-2"> | ||
<div class="priority-tag-line"> | ||
<h1 class="margin-0 font-ui-2xl text-normal">{{ page.title }}</h1> | ||
</div> | ||
<div class="priority-tag-line"> | ||
<p class="margin-0 font-sans-md">{{ page.description1 }}</p> | ||
</div> | ||
{% if page.type == "career-planning-training-tool" %} | ||
<a class="margin-top-1 text-no-underline margin-bottom-1 text-green usa-button usa-button--secondary bg-yellow border-0 padding-2" href="{{site.baseurl}}/career-planning-tool/" aria-label="Career Planning & Training Tool button">Career Planning & Training Tool</a> | ||
{% endif %} | ||
</div> | ||
</div> | ||
</section> | ||
|
||
|
||
<!--All icons and text for each priority area are referenced in the respective md file under prioritypages folder--> | ||
{% if page.priority_icons %} | ||
<section class="usa-graphic-list usa-section usa-prose clearfix"> | ||
|
||
<div class="grid-row clearfix grid-container priority-icons"> | ||
|
||
{% for icon in page.priority_icons %} | ||
{% if page.number_of_icons >= 4 %} | ||
<div class="tablet:grid-col-4 text-center margin-bottom-2 margin-top-3"> | ||
{% endif %} | ||
{% if page.number_of_icons <= 3 %} | ||
<div class="tablet:grid-col-4 text-center margin-y-10"> | ||
{% endif %} | ||
{% if icon.url %} | ||
<a href="{{ site.baseurl }}{{ icon.url }}" class="text-no-underline text-gray-70" style="display: inline-block;"> | ||
{% else %} | ||
<a href="{{ icon.link }}" class="text-no-underline" style="display: inline-block;" {% if icon.id %} id="{{ icon.id }}" {% endif %}> | ||
{% endif %} | ||
<div class="circle-image picons bg-white"> | ||
<img class="picon" src="{{site.baseurl}}{{ icon.logo }}" alt="{{ icon.name }} image" /> | ||
</div> | ||
<p class="font-heading-md text-gray-70 text-no-underline">{{ icon.name }}</p> | ||
</a> | ||
</div> | ||
{% endfor %} | ||
</div> | ||
</div> | ||
</section> | ||
{% endif %} | ||
|
||
{% if page.type == "symposium" %} | ||
{% include priority_payment-integirty-fraud-symposium.html %} | ||
{% endif %} | ||
|
||
<div class="grid-container grid-gap">{{ content }}</div> | ||
|
||
<section class="grid-container grid-gap usa-graphic-list clearfix tabSection"> | ||
|
||
{% if page.type == "payment-integrity" %} | ||
{% include cfo-tabs.html data = site.data.pi_tabs %} | ||
{% endif %} | ||
|
||
{% if page.type == "workforce-modernization" %} | ||
{% include cfo-tabs.html data = site.data.workforce_modernization_tabs %} | ||
{% endif %} | ||
|
||
{% if page.type == "major-legislation" %} | ||
{% include cfo-tabs.html data = site.data.ml_tabs %} | ||
{% endif %} | ||
|
||
{% if page.type == "ffr" %} | ||
{% include cfo-tabs.html data = site.data.ffr_tabs %} | ||
{% endif %} | ||
|
||
{% if page.type == "ffa" %} | ||
{% include cfo-tabs.html data = site.data.ffa_tabs %} | ||
{% endif %} | ||
|
||
{% if page.type == "symposium" %} | ||
{% include cfo-tabs.html data = site.data.pifss_tabs %} | ||
{% endif %} | ||
|
||
{% if page.type == "uniform-guidance-coffa" %} | ||
{% include cfo-tabs.html data = site.data.coffa_ug_tabs %} | ||
{% if page.type == "training-coffa" %} | ||
{% include coffa-tabs.html data = site.data.coffa_training_tabs_module_1 %} | ||
{% endif %} | ||
|
||
</section> |
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,22 @@ | ||
--- | ||
layout: coffa-default | ||
title: Training Module | ||
permalink: /coffa/training-coffa | ||
description: | ||
--- | ||
|
||
|
||
<section class="usa-hero grid-container about-the-council"> | ||
<div class="grid-row grid-gap flex-align-center"> | ||
<div class="tablet:grid-col-auto tablet:grid-offset-1 text-center"> | ||
<img class="circle-card tablet:float-left" src="{{site.baseurl}}/assets/images/logos/training.svg" | ||
alt="COFFA Training Logo" /> | ||
</div> | ||
<div class="tablet:grid-col-8 margin-left-2 margin-right-2"> | ||
<div class="priority-tag-line"> | ||
<h1 class="margin-0 font-ui-2xl text-normal">{{ page.title }}</h1> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
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
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
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,19 @@ | ||
--- | ||
layout: resources-landing | ||
title: "Uniform Guidance: Title 2 of the Code of Federal Regulations" | ||
subtitle: "Uniform Guidance: Title 2 of the Code of Federal Regulations" | ||
permalink: /resources-coffa/training/ | ||
filters: federal-financial-assistance guidance 2013 | ||
fiscal_year: 2013 | ||
--- | ||
|
||
Title 2 of the Code of Federal Regulations, also known as the “Uniform Guidance”, consists of Administrative Requirements, Cost Principles, and Audit Requirements for Federal Awards. It was issued by The Office of Management and Budget’s (OMB) on December 26, 2013 and was compiled from previously separate OMB circulars that addressed separately administrative requirements, audits, and cost principles for specific entities such as States and local governments, non-profit organizations, institutions of higher education, and Indian Tribes. The overarching goal of the Uniform Guidance is to improve program performance, reduce the administrative burden on award recipients and mitigate the risk of the inappropriate use of Federal funds. 2 CFR is considered guidance and not regulation. | ||
|
||
OMB Guidance contained in Title 2 Subtitle A and applicable to Federal financial assistance includes 2 CFR 25 Universal Identifier and System for Award Management; 2 CFR 170 Reporting Subaward and Executive Compensation Information; and 2 CFR 180 OMB Guidelines to Agencies on Governmentwide Debarment and Suspension, and Part 184 Buy America Preferences for Infrastructure Projects. The guidance also includes several appendices, including Appendix I: Full Text of Notice of Funding Opportunity. Similarly, agencies publish their own regulations adopting the Uniform Guidance, with some published exceptions, in Title 2 Subtitle B. | ||
|
||
In 2024, OMB <a href="{{site.baseurl}}/assets/files/Final 2 CFR Guidance - 4.3.2024 - Pre-Publication Version.pdf" aria-label="Pre-publication Version">released</a> an updated version of the <a href="https://www.federalregister.gov/documents/2024/04/22/2024-07496/guidance-for-federal-financial-assistance" target="_blank">Uniform Guidance</a>, a redline document showing the 2024 revisions (<a href="{{site.baseurl}}/assets/files/2 CFR Revisions 2024 Redline.pdf" aria-label="2 CFR Revisions 2024 Redline PDF version">PDF</a> and <a href="{{site.baseurl}}/assets/files/2 CFR Revisions 2024 Redline.docx" aria-label="2 CFR Revisions 2024 Redline Word version">Word</a>), and issued an accompanying <a href="https://www.whitehouse.gov/wp-content/uploads/2024/04/M-24-11-Revisions-to-2-CFR.pdf" target="_blank">implementation memorandum</a> as well as <a href="{{site.baseurl}}/assets/files/Uniform Guidance _Reference Guides FINAL 4-2024.pdf">reference guides</a>. | ||
|
||
<h2>April 4, 2024: Uniform Guidance Revisions Launch</h2> | ||
<div style="padding:56.25% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/935454224?h=5962b7e124&badge=0&autopause=0&player_id=0&app_id=58479" frameborder="0" allow="autoplay; fullscreen; picture-in-picture; clipboard-write" style="position:absolute;top:0;left:0;width:100%;height:100%;" title="OMB Announces Release of the 2024 Uniform Grants Guidance"></iframe></div><script src="https://player.vimeo.com/api/player.js"></script> | ||
|
||
<a class="padding-y-105 padding-x-4 margin-top-1 text-no-underline text-white margin-bottom-1 usa-button bg-yellow border-0 padding-1" href="{{site.baseurl}}/resources/#focus_area=*&sub_focus_area=*&type=.guidance&source=*&fiscal_year=*" aria-label="Guidance related resources">Resources</a> |
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
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
File renamed without changes.
Oops, something went wrong.