Skip to content

Commit

Permalink
Merge pull request #744 from GSA/feature/RITM1279047
Browse files Browse the repository at this point in the history
Feature/ritm1279047
  • Loading branch information
km719 authored Jan 6, 2025
2 parents 1d6886b + bb4a7cf commit 3722962
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 8 deletions.
15 changes: 15 additions & 0 deletions _includes/breadcrumbs-marketplace.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{% comment %}
This tagline will appear in your homepage
{% endcomment %}

<div id="breadcrumbs">
{% assign crumbs = page.url | remove:'/index.html' | split: '/' %}
<a href="/#services">Home</a>
{% for crumb in crumbs offset: 1 %}
{% if forloop.last %}
> {{ page.title }}
{% else %}
> <a href="{% assign crumb_limit = forloop.index | plus: 1 %}{% for crumb in crumbs limit: crumb_limit %}{{ crumb | append: '/' | replace:'without-plugin/','without-plugins/' }}{% endfor %}">{{ crumb | replace:'-',' ' | remove:'.html' | capitalize }}</a>
{% endif %}
{% endfor %}
</div>
9 changes: 6 additions & 3 deletions _pages/marketplace/financial-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ news-category: FIBF-FM
<div class="grid-container">
<div class="grid-row grid-gap">
<div class="tablet:grid-col-10 tablet:grid-offset-1 padding-top-1">
{% include breadcrumbs.html %}
{% include breadcrumbs-marketplace.html %}
</div>
</div>
</div>
Expand All @@ -35,7 +35,7 @@ news-category: FIBF-FM
The Department of Treasury’s <a href="https://tfx.treasury.gov/fmqsmo" title="Financial Management Quality Service Management Office" target="_blank">Financial Management Quality Service Management Office</a> manages the FM Marketplace Catalog as a resource for agencies to identify and research from over 70 services and solutions that can support their financial management needs to accomplish both agency and shared government-wide goals.
</p>

<B>Agencies, begin here - Find FM solutions and get help:</B><BR>
<B>Agencies, begin here - Find solutions to manage funding:</B><BR>
<ul class="margin-top-0 margin-bottom-3">
<img src="/assets/images/marketplace/icon_cart_16.png" alt="Explore the FM Marketplace Catalog" height="auto" style="vertical-align:middle;">&nbsp;<a href="https://tfx.treasury.gov/fmqsmo/marketplace-catalog" title="FM Marketplace Catalog" target="_blank" class="green-link">Explore the FM Marketplace Catalog</a><BR>
<img src="/assets/images/marketplace/icon_acquisitionhub_16.png" alt="FM Marketplace Acquisition Hub" height="auto" style="vertical-align:middle;">&nbsp;<a href="https://acquisitiongateway.gov/shared-services/resources/4215" title="FM Marketplace Acquisition Hub" target="_blank">Hub for Acquisition Professionals</a><BR>
Expand Down Expand Up @@ -218,7 +218,10 @@ news-category: FIBF-FM
</div>
<p>
<B>Federal agencies manage over $6.8 trillion in annual spending</B><sup>1</sup>. Effective stewardship of taxpayer funds is a responsibility of the Federal Government and the Chief Financial Officer. Common goals and objectives in agency financial management include:
<B>In 2024, Federal agencies managed over $6.8 trillion of funding in alignment with the federal budget.</B><sup>1</sup>.
</p>
<p>
Effective stewardship of taxpayer funds is a responsibility of the Federal Government and the Chief Financial Officer. Common goals and objectives in agency financial management include:
</p>
<ul class="margin-top-0">
<li>Improving Financial Transparency</li>
Expand Down
10 changes: 5 additions & 5 deletions assets/css/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,12 @@
font-size: 14px;
}

@media screen and (min-width: 768px) {
.ck {
display: none
}
// @media screen and (min-width: 768px) {
// .ck {
// display: none
// }

}
// }

.usa-sidenav a:not(.usa-button):not(.usa-current-1) {
color: #ffffff;
Expand Down

0 comments on commit 3722962

Please sign in to comment.