Skip to content

Commit

Permalink
update side nav and dropdown to move mail operations from initiating …
Browse files Browse the repository at this point in the history
…to publishing function
  • Loading branch information
arnayv-47 committed Feb 6, 2025
1 parent 167e2e1 commit 951f066
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
8 changes: 4 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,10 @@ primary_navigation:
link: true
external: false
sub: true
- text: 'Mail Operations Management'
permalink: /fibf-mom/
show_in_menu: true
show_in_footer: false
- text: 'Real Property Management'
permalink: /fibf-RPM/
show_in_menu: true
Expand Down Expand Up @@ -237,10 +241,6 @@ primary_navigation:
permalink: /fibf-its/
show_in_menu: true
show_in_footer: false
- text: 'Mail Operations Management'
permalink: /fibf-mom/
show_in_menu: true
show_in_footer: false
- text: 'Regulation Management'
permalink: /fibf-rm/
show_in_menu: true
Expand Down
23 changes: 11 additions & 12 deletions _includes/side-nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,17 @@

</li>


<li class="usa-sidenav__item bs" style="margin-bottom: 5px;">
<a style="outline:none"
class="usa-nav__link{% if page.permalink contains 'fibf-mom' %} usa-current-1{% endif %}"
href="{{site.baseurl}}/fibf-mom/">
<div class="image-txt-container">
<div class="img-wrap"><img src="../assets/images/fibf/icons/mail.svg" class="sidebar-logo"
alt="mail icon white"></div>
<span>Mail Operations Management</span>
</div>
</a>
</li>

<li class="usa-sidenav__item bs" style="margin-bottom: 5px;">
<a style="outline:none"
Expand Down Expand Up @@ -385,17 +395,6 @@
</a>
</li>

<li class="usa-sidenav__item bs" style="margin-bottom: 5px;">
<a style="outline:none"
class="usa-nav__link{% if page.permalink contains 'fibf-mom' %} usa-current-1{% endif %}"
href="{{site.baseurl}}/fibf-mom/">
<div class="image-txt-container">
<div class="img-wrap"><img src="../assets/images/fibf/icons/mail.svg" class="sidebar-logo"
alt="mail icon white"></div>
<span>Mail Operations Management</span>
</div>
</a>
</li>
<li class="usa-sidenav__item bs" style="margin-bottom: 5px;">
<a style="outline:none"
class="usa-nav__link{% if page.permalink contains 'fibf-rm' %} usa-current-1{% endif %}"
Expand Down

0 comments on commit 951f066

Please sign in to comment.