Add logo to footer

This commit is contained in:
Luis Cielak 2018-05-24 14:18:22 -04:00 committed by Brian Duggan
parent a914bbd599
commit d29dae1253
2 changed files with 1 additions and 1 deletions

BIN
static/img/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -38,7 +38,7 @@
<div class="usa-footer-secondary_section">
<div class="usa-grid">
<div class="usa-footer-logo">
<img class="usa-footer-slim-logo-img" src="/static/assets/img/logo-img.png" alt="Defense Digital Service Logo">
<img class="usa-footer-slim-logo-img" src="/static/img/logo.png" alt="Defense Digital Service Logo">
<h3 class="usa-footer-slim-logo-heading">Defense Digital Service</h3>
</div>
</div>