Skip to content

Commit

Permalink
Merge pull request #151 from UN-OCHA/header-links-update
Browse files Browse the repository at this point in the history
Header links update
  • Loading branch information
niteshtrigyn authored Jul 28, 2022
2 parents bd7e4fe + f1b9345 commit b9052dc
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
9 changes: 9 additions & 0 deletions html/themes/custom/gms_ocha_common/css/styles.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions html/themes/custom/gms_ocha_common/sass/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,19 @@
.help-portal-page .cd-layout-container .navigation ul.custom-menu- li.nav-item-guest.active-parent {
background: #3070ae url(../img/icon_guest_active.gif)no-repeat left center;
}

.help-portal-page .cd-layout-container .navigation ul.custom-menu- li.nav-item-gms-secure-role{
background: url(../img/icon_secured.gif)no-repeat left center;
margin: 0 23px 0 0;
}

.help-portal-page .cd-layout-container .navigation ul.custom-menu- li.nav-item-gms-secure-role:hover {
background: #3070ae url(../img/icon_secured_active.gif)no-repeat left center;
}
.help-portal-page .cd-layout-container .navigation ul.custom-menu- li.nav-item-gms-secure-role.active-parent {
background: #3070ae url(../img/icon_secured_active.gif)no-repeat left center;
}

.help-portal-page .field--type-text-with-summary .content_panel p {
font-size: 13px;
color: #3c3c3c;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,18 @@
<li class="cd-ocha-dropdown__link"><a href="https://gms.unocha.org/content/home" target="_blank">{{ 'GMS Help portal'|t }}</a></li>
{% endblock %}

{% block other_services_first %}
<li class="cd-ocha-dropdown__link"><a href="https://fts.unocha.org/" target="_blank">{{ 'Financial Tracking Service'|t }}</a></li>
<li class="cd-ocha-dropdown__link"><a href="https://data.humdata.org/" target="_blank">{{ 'Humanitarian Data Exchange'|t }}</a></li>
<li class="cd-ocha-dropdown__link"><a href="https://auth.humanitarian.id/" target="_blank">{{ 'Humanitarian ID'|t }}</a></li>
<li class="cd-ocha-dropdown__link"><a href="https://humanitarianresponse.info/" target="_blank">{{ 'Humanitarian Response'|t }}</a></li>
{% endblock %}

{% block other_services_second %}
<li class="cd-ocha-dropdown__link"><a href="https://interagencystandingcommittee.org" target="_blank">{{ 'Inter-Agency Standing Committee'|t }}</a></li>
<li class="cd-ocha-dropdown__link"><a href="https://unocha.org/" target="_blank">{{ 'OCHA website'|t }}</a></li>
<li class="cd-ocha-dropdown__link"><a href="https://reliefweb.int/" target="_blank">{{ 'ReliefWeb'|t }}</a></li>
<li class="cd-ocha-dropdown__link"><a href="https://vosocc.unocha.org/" target="_blank">{{ 'Virtual OSOCC'|t }}</a></li>
{% endblock %}

{% endembed %}

0 comments on commit b9052dc

Please sign in to comment.