Update footer partial
This commit is contained in:
parent
164ccd02ed
commit
66c0da89b7
@ -55,21 +55,7 @@
|
|||||||
|
|
||||||
{% block content %}{% endblock %}
|
{% block content %}{% endblock %}
|
||||||
|
|
||||||
<footer class='app-footer'>
|
{% include 'footer.html' %}
|
||||||
<div class='app-footer__info'>
|
|
||||||
<h5 class='app-footer__info__title'>Joint Enterprise Defense Infrastructure</h5>
|
|
||||||
|
|
||||||
<a href='{{ url_for('atst.helpdocs') }}' class='icon-link app-footer__info__link' target='_blank' rel='noopener noreferrer'>
|
|
||||||
{{ Icon('help') }}
|
|
||||||
<span>JEDI Help</span>
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<dl class='app-footer__browser-support'>
|
|
||||||
<dt>JEDI Cloud supported on these web browsers</dt>
|
|
||||||
<dd>Chrome</dd><dd>Firefox</dd><dd>Safari</dd><dd>Edge</dd><dd>IE11 on Windows 10</dd><dd>IE10 on Windows 7</dd>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
@ -2,11 +2,16 @@
|
|||||||
|
|
||||||
<footer class='app-footer'>
|
<footer class='app-footer'>
|
||||||
<div class='app-footer__info'>
|
<div class='app-footer__info'>
|
||||||
<h5 class='app-footer__info__title'>Joint Enterprise Defense Infrastructure</h5>
|
<h5 class='app-footer__info__title'><a href="{{ url_for('atst.about') }}" class='icon-link' target='_blank' rel='noopener noreferrer'>Joint Enterprise Defense Infrastructure</a></h5>
|
||||||
|
|
||||||
<a href='{{ url_for('atst.helpdocs') }}' class='icon-link app-footer__info__link' target='_blank' rel='noopener noreferrer'>
|
<a href="{{ url_for('atst.helpdocs') }}" class='icon-link app-footer__info__link' target='_blank' rel='noopener noreferrer'>
|
||||||
{{ Icon('help') }}
|
{{ Icon('help') }}
|
||||||
<span>JEDI Help</span>
|
<span>JEDI Help</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<dl class='app-footer__browser-support'>
|
||||||
|
<dt>JEDI Cloud supported on these web browsers</dt>
|
||||||
|
<dd>Chrome</dd><dd>Firefox</dd><dd>Safari</dd><dd>Edge</dd><dd>IE11 on Windows 10</dd><dd>IE10 on Windows 7</dd>
|
||||||
|
</dl>
|
||||||
</footer>
|
</footer>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user