Skip to content

Commit

Permalink
Merge pull request #560 from GSA/pre-staging
Browse files Browse the repository at this point in the history
Merge pre-staging and master
  • Loading branch information
swgsgo authored Feb 27, 2024
2 parents 7878798 + 66a46ec commit 929b212
Show file tree
Hide file tree
Showing 92 changed files with 1,164 additions and 344 deletions.
162 changes: 162 additions & 0 deletions _data/sapoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,162 @@
{
"title": "Senior Accountable Point of Contacts",
"agencies": [
{
"agency": "Department of Agriculture",
"sapoc": "Lynn Moaney",
"title": "Deputy Chief Financial Officer",
"logo": "department-of-agriculture.svg",
"agency_url":"https://www.usda.gov/ocfo/about-us/senior-leadership"
},
{
"agency": "Department of Commerce",
"sapoc": "Kurt Bersani",
"title": "Executive Director for Enterprise Services",
"logo": "department-of-commerce.svg",
"agency_url": "https://www.commerce.gov/about/leadership/kurt-bersani"
},
{
"agency": "Department of Defense",
"sapoc": "TBD",
"title": "TBD",
"logo": "department-of-defense.svg"
},
{
"agency": "Department of Education",
"sapoc": "Kerry Neal",
"title": "Deputy Assistant Secretary for Management and Planning",
"logo": "department-of-education.svg"
},
{
"agency": "Department of Energy",
"sapoc": "Ingrid Kolb",
"title": "Director of Management",
"logo": "department-of-energy.svg",
"agency_url":"https://www.energy.gov/management/person/ingrid-ann-christner-kolb"
},
{
"agency": "Department of Health and Human Services",
"sapoc": "Christine Jones (Interim)",
"title": "DAS-Operations in ASFR’s Immediate Office",
"logo": "department-of-health-and-human-services.svg"
},
{
"agency": "Department of Homeland Security",
"sapoc": "Randolph “Tex” Alles",
"title": "Deputy Under Secretary for Management",
"logo": "department-of-homeland-security.svg",
"agency_url":"https://www.dhs.gov/person/randolph-d-tex-alles"
},
{
"agency": "Department of Housing and Urban Development",
"sapoc": "Kate Darling",
"title": "Assistant Chief Financial Officer for Systems",
"logo": "department-of-housing-and-urban-development.svg"
},
{
"agency": "Department of the Interior",
"sapoc": "Joan Mooney",
"title": "Principal Deputy Assistant Secretary for Policy, Management, and Budget",
"logo": "department-of-the-interior.svg",
"agency_url":"https://www.doi.gov/joan-mooney"
},
{
"agency": "Department of Justice",
"sapoc": "Melinda Rogers",
"title": "Chief Information Officer",
"logo": "department-of-justice.svg",
"agency_url":"https://www.cio.gov/about/members-and-leadership/rogers-melinda/"
},
{
"agency": "Department of Labor",
"sapoc": "Vince Micone",
"title": "Deputy Assistant Secretary for Operations",
"logo": "department-of-labor.svg",
"agency_url":"https://www.dol.gov/agencies/oasam/about/deputy-assistant-secretary-for-operations"
},
{
"agency": "Department of State",
"sapoc": "Susana Ramirez",
"title": "Office of the Comptroller and Global Financial Services ",
"logo": "department-of-state.svg"
},
{
"agency": "Department of Transportation",
"sapoc": "Victoria Wassmer",
"title": "Deputy Assistant Secretary for Finance and Budget",
"logo": "department-of-transportation.svg",
"agency_url":"https://www.transportation.gov/mission/victoria-b-wassmer"
},
{
"agency": "Department of the Treasury",
"sapoc": "Anna Canfield Roth",
"title": "Assistant Secretary for Management",
"logo": "department-of-commerce 2.svg",
"agency_url":"https://home.treasury.gov/about/general-information/officials/anna-canfield-roth"
},
{
"agency": "Department of Veterans Affairs",
"sapoc": "David Orso",
"title": "Executive Director, Enterprise Program Management Office, Office of Policy and Planning",
"logo": "department-of-veterans-affairs.svg"
},
{
"agency": "Environmental Protection Agency",
"sapoc": "TBD",
"title": "TBD",
"logo": "environmental-protection-agency.svg"
},
{
"agency": "National Aeronautics and Space Administration",
"sapoc": "Ken Newton",
"title": "Director, Service Delivery for the NASA Shared Services Center",
"logo": "national-aeronautics-and-space-administration.svg",
"agency_url":"https://www.nasa.gov/people/ken-newton/"
},
{
"agency": "Agency for International Development",
"sapoc": "Colleen Allen",
"title": "Administrator for Management",
"logo": "us-agency-for-international-development.svg",
"agency_url":"https://www.usaid.gov/organization/colleen-allen"
},
{
"agency": "General Services Administration",
"sapoc": "Katy Kale",
"title": "Deputy Administrator",
"logo": "general-services-administration.svg",
"agency_url":"https://www.gsa.gov/about-us/organization/leadership-directory/deputy-administrator"
},
{
"agency": "National Science Foundation",
"sapoc": "Mike Wetklow",
"title": "Deputy Chief Financial Officer and Division Director for Financial Management",
"logo": "national-science-foundation.svg"
},
{
"agency": "Nuclear Regulatory Commission",
"sapoc": "Eric Benner",
"title": "Acting Deputy Chief Financial Officer",
"logo": "nuclear-regulatory-commission.png"
},
{
"agency": "Office of Personnel Management",
"sapoc": "Erica Roach",
"title": "Acting Chief Financial Officer",
"logo": "office-of-personnel-management.svg",
"agency_url":"https://www.opm.gov/about-us/our-people-organization/senior-staff-bios/erica-roach/"
},
{
"agency": "Small Business Administration",
"sapoc": "Tony Paul",
"title": "Director Office of Financial Systems",
"logo": "small-business-administration.svg"
},
{
"agency": "Social Security Administration",
"sapoc": "Michelle King",
"title": "Deputy Commissioner for the Office of Budget, Finance, and Management",
"logo": "us-social-security-admin-seal.svg"
}
]
}
13 changes: 13 additions & 0 deletions _includes/banner.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

<section class="title-banner">
<div class="grid-container">
<div class="grid-row grid-gap">
<div class="{% if include.width %}{{ include.width}} {% else %}grid-col-12 {% endif %}{% if include.offset %}{{ include.offset}}{% endif %} padding-top-4 padding-bottom-4">
<h1 class="pm-hero__heading margin-0 padding-bottom-6 padding-top-6 font-merriweather font-body-2xl text-light">
{{page.title}}
</h1>
</div>
</div>
</div>
</section>

33 changes: 33 additions & 0 deletions _includes/governance/co-chairs.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{% comment %}
To modify the menu system, you are welcome to edit this HTML directly or you can look inside _config.yml
where we provide an easy way to manage your navigation system
{% endcomment %}

<div class="members">
<h2 class="text-center font-merriweather font-body-xl text-light">Board Co-chairs</h2>
{% assign cochairs = site.pages | where_exp: "item" , "item.path contains 'co-chairs'" | sort: "name" | reverse %}
<div class="grid-container">
<div class="grid-row flex-wrap flex-justify-center">
{% for item in cochairs %}
{% if item.pending == true %}
<div class="tablet:grid-col-4 text-center padding-2 text-no-underline">
<div class="inner shadow-3 padding-3 height-full display-flex flex-align-center">
<div class="width-full">
<h3 class="text-center margin-0 padding-top-1 font-body-lg">Agency Member</h3>
<p class="text-primary text-center margin-0">(Pending Confirmation)</p>
</div>
</div>
</div>
{% else %}
<a class="tablet:grid-col-4 text-center padding-2 text-no-underline flex" href="{{site.baseurl}}{{ item.url }}" title="{{ item.title }}">
<div class="inner shadow-3 padding-3 height-full">
<img style="width: 181px; height: 181px; object-fit: cover; object-position: top center; border-radius: 50%; border: 7px solid #D5ECEE;" src="{{site.baseurl}}/assets/images/governance/council/{{item.portrait}}" alt="{{ item.name }} Portrait">
<h3 class="text-center margin-0 padding-top-1">{{ item.name }}</h3>
<p class="text-primary text-center margin-0">{{ item.department }}</p>
</div>
</a>
{% endif %}
{% endfor %}
</div>
</div>
</div>
33 changes: 33 additions & 0 deletions _includes/governance/members.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{% comment %}
To modify the menu system, you are welcome to edit this HTML directly or you can look inside _config.yml
where we provide an easy way to manage your navigation system
{% endcomment %}

<div class="members">
<h2 class="text-center font-merriweather font-body-xl text-light">Member Councils</h2>
{% assign grouped_members = site.pages | where_exp: "item" , "item.path contains 'members'" | group_by: 'logo' %}
{% assign members_sorted = grouped_members | sort: "name" %}
<div class="grid-container">
<div class="grid-row flex-wrap flex-justify-center">
{% for group in members_sorted %}
<div class="council tablet:grid-col-6 text-center margin-top-5">
{% assign logo = group.name | split: "| " %}
<a href="{{ logo[1] }}" title="{{ logo[2] }} Website" target="_blank" class="display-flex flex-column flex-justify flex-align-center">
<img loading="lazy" class="width-card height-15" style="object-fit: contain;" src="{{site.baseurl}}/assets/images/governance/logos/{{ logo[0] }}" alt="{{ logo[2] }} Logo">
</a>
<div class="grid-row flex-wrap flex-justify-center">
{% for item in group.items %}
<a class="tablet:grid-col-6 {% if item.order %}order-{{ item.order }} {% endif %}text-no-underline margin-top-2" href="{{site.baseurl}}{{ item.url }}" title="{{ item.title }}">
<div class="inner height-full">
<img loading="lazy" style="width: 181px; height: 181px; object-fit: cover; border-radius: 50%; border: 7px solid #D5ECEE;" src="{{site.baseurl}}/assets/images/governance/council/{{item.portrait}}" alt="{{ item.name }} Portrait">
<h3 class="text-center margin-0 padding-top-1">{{ item.name }}</h3>
<p class="text-primary text-center margin-0">{{ item.department }}</p>
</div>
</a>
{% endfor %}
</div>
</div>
{% endfor %}
</div>
</div>
</div>
25 changes: 25 additions & 0 deletions _includes/governance/sapoc.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<div class="sapoc-listing">
<div class="grid-container">
<div class="grid-row flex-wrap flex-justify-center">
{% for each_agency in site.data.sapoc.agencies %}
<div class="agency tablet:grid-col-4 text-center margin-top-5">
<div class="logo">
<img width="150" height="150" loading="lazy" src="{{site.baseurl}}/assets/images/governance/sopac-logos/{{ each_agency.logo }}" alt="{{ each_agency.title }} Logo">
</div>
<div class="padding-x-3">
{% if each_agency.agency_url %}<a href="{{ each_agency.agency_url }}" title="Read more about {{ each_agency.sapoc }}" class="display-flex flex-align-center flex-justify-center text-no-underline" target="_blank">{% endif %}
<h2 style="color: #0168CA;" class="margin-0 padding-right-1 font-body-sm text-bold">
{{ each_agency.sapoc }}
</h2>
{% if each_agency.agency_url %}
<img src="{{site.baseurl}}/assets/images/governance/profile-icon.svg" alt="">
{% endif %}
{% if each_agency.agency_url %}</a>{% endif %}
<p class="text-base-dark font-body-xs margin-0 grey-50">{{ each_agency.title }}</p>
<p class="text-base font-body-sm margin-0 grey-30"><i>{{ each_agency.agency }}</i></p>
</div>
</div>
{% endfor %}
</div>
</div>
</div>
8 changes: 7 additions & 1 deletion _includes/meta.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
{% assign ogtitle = "What are Shared Services? - Learn about the Federal Government's Shared Services efforts" %}
{% assign description = "A 3-part approach to delivering on the Federal government's vision for shared services." %}
{% assign ogimage = "https://ussm.gsa.gov/assets/images/fibf/SM-WhatAreSharedServices600x300.png" %}
{% elsif page.url contains "fibf" %}
{% elsif page.url contains "fibf" %}
{% assign ogimage = "https://ussm.gsa.gov/assets/images/fibf/business-standards-website-icons-large.png" %}
{% endif %}

Expand Down Expand Up @@ -91,6 +91,12 @@
<meta property="og:image" content="https://ussm.gsa.gov/assets/images/fibf/business-standards-website-icons-large.png">
<meta property="og:description" content="{{site.description}}" />
<meta property="og:url" content="https://ussm.gsa.gov/fibf/" />
{% elsif page.url contains "ssgb" %}
{% assign custom_title = true %}
<meta property="og:title" content="Shared Services Governance Board" />
<meta property="og:image" content="https://ussm.gsa.gov/assets/images/governance/og-social-governance.webp">
<meta property="og:description" content="The Shared Services Governance Board (SSGB) is a cross-council Board of agency executives from each of the Federal Executive Councils." />
<meta property="og:url" content="https://ussm.gsa.gov/ssgb/" />
{% elsif page.url == "/more-about-shared-services/" %}
{% assign custom_title = true %}
<meta property="og:title" content="What are Shared Services? - Learn about the Federal Government's Shared Services efforts" />
Expand Down
Loading

0 comments on commit 929b212

Please sign in to comment.