Adjust markup and add help link to footer

This commit is contained in:
Andrew Croce 2018-09-24 16:10:39 -04:00
parent 4649832e8e
commit ec5b01f9b8

View File

@ -1,3 +1,12 @@
{% from "components/icon.html" import Icon %}
<footer class='app-footer'>
<h5>Joint Enterprise Defense Infrastructure</h5>
<div class='app-footer__info'>
<h5 class='app-footer__info__title'>Joint Enterprise Defense Infrastructure</h5>
<a href='/help' class='icon-link app-footer__info__link' target='_blank' rel='noopener noreferrer'>
{{ Icon('help') }}
<span>JEDI Help</span>
</a>
</div>
</footer>