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 #1292 from GSA/a11y-removal
A11y removal
- Loading branch information
Showing
33 changed files
with
532 additions
and
2,919 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
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,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
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 was deleted.
Oops, something went wrong.
This file was deleted.
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,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
Oops, something went wrong.