Skip to content

Commit

Permalink
adjusting icon routing
Browse files Browse the repository at this point in the history
  • Loading branch information
SHarfenist-REISys committed Jun 24, 2024
1 parent 3cdf330 commit 3a9db2e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _includes/welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ <h2 class="text-primary-darker">Our Work</h2>
</div>
<div class="grid-row margin-x-10 flex-row">
<div class="tablet:grid-col-4 text-center margin-y-1">
<a href="{{site.baseurl}}/federal-financial-assistance/" class="text-no-underline text-gray-70"
<a href="{{site.baseurl}}/coffa/" class="text-no-underline text-gray-70"
style="display: inline-block;">
<div class="circle-image picons bg-white">
<img class="picon-svg" src="{{site.baseurl}}/assets/images/logos/ffa.svg" alt="Federal Financial Assistance logo" />
</div>
<p class="font-heading-md f-weight-600">Federal Financial Assistance</p>
<p class="font-heading-md f-weight-600">COFFA</p>
</a>
</div>
<div class="tablet:grid-col-4 text-center margin-y-1">
Expand Down
3 changes: 2 additions & 1 deletion _pages/coffa/welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ <h2 class="text-primary-darker">MAJOR INITIATIVES</h2>
</a>
</div>
<div class="tablet:grid-col-4 text-center margin-y-1">
<a href="{{site.baseurl}}/coffa/training-coffa/" class="text-no-underline text-gray-70"
<a class="text-no-underline text-gray-70"
style="display: inline-block;">
<div class="circle-image picons bg-white">
<img class="picon-svg-homepage" src="../coffa/assets/images/training.svg" alt="Training logo" />
</div>
<p class="font-heading-md f-weight-600">Training</p>
<p class="font-heading-md f-weight-600">(Coming Soon)</p>
</a>
</div>
<div class="tablet:grid-col-4 text-center margin-y-1">
Expand Down
File renamed without changes.

0 comments on commit 3a9db2e

Please sign in to comment.