Skip to content

Commit

Permalink
hotfix: update some links
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLemayian committed Jun 20, 2024
1 parent 624e61a commit 714d04a
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,16 @@ a.tag:hover {
.site-footer a:hover {
color: #FF9CE3;
}
.site-footer .footer-logos {
column-gap: 20px;
}
.site-footer .cwra-logo {
width: 150px;
max-height: 40px;
margin: 10px 0;
opacity: 0.9;
}
.site-footer .tenery-logo {
max-height: 30px;
margin: 10px 0;
opacity: 0.9;
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

{% block footer_content %}
<div class="row">
<div class="col-sm-6 d-flex justify-content-center align-items-center justify-content-sm-start">
<div class="col-sm-6 d-flex justify-content-center align-items-center justify-content-sm-start footer-logos">
<a href="https://cwra.africa/" target="_blank" class="d-flex">
<img
class="img-responsive cwra-logo"
src="/genderopendata/assets/img/logo/cwra-footer-white.svg"
alt="gender open data logo white"
alt="cwra logo white"
/>
</a>
</div>
Expand All @@ -18,7 +18,7 @@
{% block footer_icons_social %}
<li class="list-inline-item"><a href="https://twitter.com/GenderOpenData" target="_blank" rel="noopener noreferrer"><i class="fa-brands fa-square-twitter fa-2xl"></i></a></li>
<li class="list-inline-item"><a href="https://www.facebook.com/GenderOpenData" target="_blank" rel="noopener noreferrer"><i class="fa-brands fa-square-facebook fa-2xl"></i></a></li>
<li class="list-inline-item"><a href="https://github.com/CWRAdvocacy" target="_blank" rel="noopener noreferrer"><i class="fa-brands fa-square-github fa-2xl"></i></a></li>
<li class="list-inline-item"><a href="https://github.com/TeneryResearch/GenderOpenData" target="_blank" rel="noopener noreferrer"><i class="fa-brands fa-square-github fa-2xl"></i></a></li>
{% endblock %}
</ul>
{% endblock %}
Expand All @@ -31,7 +31,7 @@
<div class="row">
<div class="col-sm-8">
<p>
{% trans %}The Gender Open Data is a project of the <a href="https://cwra.africa/" target="_blank">Center for Women Rights Advocacy (CWRA)</a> and made possible by volunteers, donors, and partners. We help make the hidden visible.{% endtrans %}
{% trans %}The Gender Open Data is a project of the <a href="https://cwra.africa/" target="_blank">Center for Women Rights Advocacy (CWRA)</a> and <a href="https://tenery.cc/" target="_blank">Tenery Research</a> and made possible by volunteers, donors, and partners. We help make the hidden visible.{% endtrans %}
</p>
<p>
<small>
Expand Down

0 comments on commit 714d04a

Please sign in to comment.