diff --git a/opentech/static_src/src/images/usagm.png b/opentech/static_src/src/images/usagm.png new file mode 100644 index 0000000000000000000000000000000000000000..3edb74116391bdbae3b06865ace60dc9c307320b Binary files /dev/null and b/opentech/static_src/src/images/usagm.png differ diff --git a/opentech/static_src/src/sass/public/layout/_footer.scss b/opentech/static_src/src/sass/public/layout/_footer.scss index 413ec34d10194daa2cf8b2bae67d7b910043d555..0a4f08b214b31875ac1f1176cc9da88391381998 100644 --- a/opentech/static_src/src/sass/public/layout/_footer.scss +++ b/opentech/static_src/src/sass/public/layout/_footer.scss @@ -67,7 +67,8 @@ &__credits { display: flex; align-items: center; + justify-content: space-between; flex-wrap: wrap; - margin: 3rem 0 0; + margin: 3rem 0; } } diff --git a/opentech/templates/base.html b/opentech/templates/base.html index aecbdf7b4733ad7f53ba51978041401beb56589a..50ac0a67f7f828f41b7b917d6b19b366e01c71e1 100644 --- a/opentech/templates/base.html +++ b/opentech/templates/base.html @@ -191,12 +191,12 @@ <a class="button button--transparent--wide" href="https://run.ooni.io/nettest?tn=web_connectivity&ta=%7B%22urls%22%3A%5B%22https%3A%2F%2Fwww.opentech.fund%2F%22%5D%7D&mv=1.2.0">Run OONI!</a> <div class="footer__credits"> - <a href="https://www.bbg.gov/" aria-label="Link to the Broadcasting Board of Governors website"> - <svg class="icon icon--footer-credit"><use xlink:href="#bbg-logo"></use></svg> + <a href="https://www.usagm.gov/" aria-label="Link to the U.S. Agency for Global Media website"> + <img src="{% static 'images/usagm.png' %}" width="201" height="61" alt="Logo for the U.S. Agency for Global Media"> </a> <a href="https://www.rfa.org/english/" aria-label="Link to the Radio Free Asia website"> - <img src="{% static 'images/radio-free-asia-logo.svg' %}" alt="logo fo radio free asia"> + <img src="{% static 'images/radio-free-asia-logo.svg' %}" width="144" height="61" alt="Logo for Radio Free Asia"> </a> </div> </div>