mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 18:56:15 +02:00
Update banner text (#635)
* Update banner text * Update base.html * Added <section> code back
This commit is contained in:
parent
c7dfc50a73
commit
ace9a8e6a7
1 changed files with 8 additions and 11 deletions
|
@ -61,14 +61,11 @@
|
||||||
<a class="usa-skipnav" href="#main-content">Skip to main content</a>
|
<a class="usa-skipnav" href="#main-content">Skip to main content</a>
|
||||||
|
|
||||||
{% if IS_DEMO_SITE %}
|
{% if IS_DEMO_SITE %}
|
||||||
<section
|
<section aria-label="Alert" >
|
||||||
class="usa-site-alert usa-site-alert--emergency usa-site-alert--no-icon"
|
<div class="usa-alert usa-alert--warning usa-alert--no-icon">
|
||||||
aria-label="Site alert"
|
|
||||||
>
|
|
||||||
<div class="usa-alert">
|
|
||||||
<div class="usa-alert__body">
|
<div class="usa-alert__body">
|
||||||
<p class="usa-alert__text">
|
<p class="usa-alert__text">
|
||||||
<strong>TEST SITE</strong> - Do not use real personal information. Demo purposes only.
|
<strong>BETA SITE:</strong> We’re building a new way to get a .gov. Take a look around, but don’t rely on this site yet. This site is for testing purposes only. Don’t enter real data into any form on this site. To learn about requesting a .gov domain, visit <a href="https://get.gov" class="usa-link">get.gov</a>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue