Skip to content

Commit

Permalink
Client has requested CDC instead of lighthouse logo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansberry committed Dec 19, 2024
1 parent 927a4fd commit fab8abf
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
10 changes: 8 additions & 2 deletions ckanext/dms/assets/css/dms.css
Original file line number Diff line number Diff line change
Expand Up @@ -560,8 +560,14 @@ a.tag:hover {
margin: 32px 0px;
}

.footer-links img {
width: 100%;
.footer-logos{
margin: 32px 0px;
text-align: center;
}

.footer-logos img {
max-height: 50px;
max-width: 100%;
margin-bottom: 30px;
}

Expand Down
Binary file added ckanext/dms/public/images/cdc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions ckanext/dms/templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
<p class="desc">{% trans %}An open source <a class="hide-text" target="_blank" href="https://ckan.org/">
CKAN</a> project, built for the MoH by
<a class="hide-text" target="_blank" href="https://fjelltopp.org">Fjelltopp</a>
with generous funding from <a class="hide-text" target="_blank" href="https://www.mwlighthouse.org/">Lighthouse</a> and <a class="hide-text" target="_blank" href="https://www.unaids.org">UNAIDS</a>.{% endtrans %}</p>
with generous funding from <a class="hide-text" target="_blank" href="https://www.cdc.gov/">CDC</a> and <a class="hide-text" target="_blank" href="https://www.unaids.org">UNAIDS</a>.{% endtrans %}</p>

{% endblock %}
{% endblock %}
</div>
<div class="col-xs-6 col-sm-3 col-lg-2 footer-links">
<a href="https://www.mwlighthouse.org/" target="_blank"><img src="/images/lighthouse.png" /></a>
<div class="col-xs-6 col-sm-3 col-lg-2 footer-logos">
<a href="https://www.cdc.gov/" target="_blank"><img src="/images/cdc.png" /></a>
<a href="https://unaids.org" target="_blank"><img src="/images/unaids.png"/></a>
<a href="https://fjelltopp.org" target="_blank"><img src="/images/fjelltopp.png" /></a>
</div>
Expand Down

0 comments on commit fab8abf

Please sign in to comment.