From 1df19b5fa8b884eff1bced6d88fcee006df2aae3 Mon Sep 17 00:00:00 2001 From: attorri Date: Fri, 18 Oct 2024 14:58:13 -0400 Subject: [PATCH 1/3] adding initiating between left side bar in 'Business Standards Home' page and the 'Data & Business Standards' drop down, as per ECASOGP-12279 --- _config.yml | 46 +++++++++++------ _includes/side-nav.html | 107 ++++++++++++++++++++++------------------ 2 files changed, 88 insertions(+), 65 deletions(-) diff --git a/_config.yml b/_config.yml index 9f76437a..444c88cf 100755 --- a/_config.yml +++ b/_config.yml @@ -114,18 +114,10 @@ primary_navigation: permalink: /fibf-ERM/ show_in_menu: true show_in_footer: false - - text: 'Federal Sector Equal Employment Opportunity Services' - permalink: /fibf-eeo/ - show_in_menu: true - show_in_footer: false - text: 'Financial Management' permalink: /fibf-fm/ show_in_menu: true show_in_footer: false - - text: 'Freedom of Information Act (FOIA) Services' - permalink: /fibf-foia/ - show_in_menu: true - show_in_footer: false - text: 'Grants Management' permalink: /fibf-gm/ show_in_menu: true @@ -211,6 +203,36 @@ primary_navigation: link: true external: false sub: true + - text: 'Real Property Management' + permalink: /fibf-RPM/ + show_in_menu: true + show_in_footer: false + - text: 'Travel and Expense Management' + permalink: /fibf-travel/ + show_in_menu: true + show_in_footer: false + - text: '' + permalink: + show_in_menu: true + show_in_footer: false + - text: 'Initiating' + type: 'divider' + show_in_menu: true + show_in_footer: false + style: + text-align: 'center' + font-weight: 'bold' + color: '#555' + margin: '20px 0' + border-top: '1px solid #ccc' + - text: 'Federal Sector Equal Employment Opportunity Services' + permalink: /fibf-eeo/ + show_in_menu: true + show_in_footer: false + - text: 'Freedom of Information Act (FOIA) Services' + permalink: /fibf-foia/ + show_in_menu: true + show_in_footer: false - text: 'Information Technology Services' permalink: /fibf-its/ show_in_menu: true @@ -219,18 +241,10 @@ primary_navigation: permalink: /fibf-mom/ show_in_menu: true show_in_footer: false - - text: 'Real Property Management' - permalink: /fibf-RPM/ - show_in_menu: true - show_in_footer: false - text: 'Regulation Management' permalink: /fibf-rm/ show_in_menu: true show_in_footer: false - - text: 'Travel and Expense Management' - permalink: /fibf-travel/ - show_in_menu: true - show_in_footer: false - text: 'Modernization' href: /pages/team.md permalink: /m3/ diff --git a/_includes/side-nav.html b/_includes/side-nav.html index 766a122e..74c839a3 100755 --- a/_includes/side-nav.html +++ b/_includes/side-nav.html @@ -103,18 +103,6 @@ -
  • - -
    -
    - Federal Sector Equal Employment Opportunity Services -
    -
    -
  • -
  • @@ -128,18 +116,6 @@
  • -
  • - -
    -
    - Freedom of Information Act (FOIA) Services -
    -
    -
  • -
  • + + +
  • + +
    +
    + Real Property Management +
    +
    +
  • + +
  • + +
    +
    + Travel and Expense Management +
    +
    +
  • +
  • + +
    +
    + Initiating: +
    +
    +
  • +
  • + +
    +
    + Federal Sector Equal Employment Opportunity Services +
    +
    +
  • +
  • + +
    +
    + Freedom of Information Act (FOIA) Services +
    +
    +
  • +
  • -
  • - -
  • - -
    -
    - Real Property Management -
    -
    -
  • -
  • - -
    -
    - Travel and Expense Management -
    -
    -
  • - From 00ccefae6095ecf6e9406385678d7f69115ab1fd Mon Sep 17 00:00:00 2001 From: attorri Date: Fri, 18 Oct 2024 15:08:21 -0400 Subject: [PATCH 2/3] Minor tweak to dropdown --- _config.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/_config.yml b/_config.yml index 444c88cf..b4c1af84 100755 --- a/_config.yml +++ b/_config.yml @@ -211,10 +211,6 @@ primary_navigation: permalink: /fibf-travel/ show_in_menu: true show_in_footer: false - - text: '' - permalink: - show_in_menu: true - show_in_footer: false - text: 'Initiating' type: 'divider' show_in_menu: true From 107ac032dee89620cec96b0c5712b202675a3ee9 Mon Sep 17 00:00:00 2001 From: attorri Date: Fri, 18 Oct 2024 15:11:04 -0400 Subject: [PATCH 3/3] 2nd minor tweak to dropdown --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index b4c1af84..ca4e5c05 100755 --- a/_config.yml +++ b/_config.yml @@ -211,7 +211,7 @@ primary_navigation: permalink: /fibf-travel/ show_in_menu: true show_in_footer: false - - text: 'Initiating' + - text: 'Initiating:' type: 'divider' show_in_menu: true show_in_footer: false