Remove US header
This commit is contained in:
parent
66c0da89b7
commit
ba05b5f85b
@ -14,17 +14,6 @@
|
||||
|
||||
<div id='app-root'>
|
||||
|
||||
<div class="usa-banner-header">
|
||||
<div class="usa-grid usa-banner-inner">
|
||||
<img src="static/img/us_flag.png" alt="U.S. flag">
|
||||
<p>An official website of the United States government</p>
|
||||
<button class="usa-accordion-button usa-banner-button" aria-expanded="false" aria-controls="gov-banner">
|
||||
<span class="usa-banner-button-text">Here’s how you know</span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
{% block template_vars %}{% endblock %}
|
||||
|
||||
{% include 'navigation/topbar.html' %}
|
||||
|
@ -16,17 +16,6 @@
|
||||
|
||||
<div id='app-root'>
|
||||
|
||||
<div class="usa-banner-header">
|
||||
<div class="usa-grid usa-banner-inner">
|
||||
<img src="{{url_for('static', filename='img/us_flag.png')}}" alt="U.S. flag">
|
||||
<p>An official website of the United States government</p>
|
||||
<button class="usa-accordion-button usa-banner-button" aria-expanded="false" aria-controls="gov-banner">
|
||||
<span class="usa-banner-button-text">Here’s how you know</span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<header class="topbar topbar--public">
|
||||
<nav class="topbar__navigation">
|
||||
<a href="{{ url_for('atst.home') }}" class="topbar__link topbar__link--home">
|
||||
|
Loading…
x
Reference in New Issue
Block a user