Skip to content

Commit

Permalink
removed banner
Browse files Browse the repository at this point in the history
  • Loading branch information
abroddrick committed Jan 18, 2024
1 parent 4c7f954 commit fbfcd70
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions src/registrar/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
<html class="no-js" lang="{{ LANGUAGE_CODE }}">

<head>
{% if IS_PRODUCTION %}
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PZ5QSP6QPL"></script>
<script type="text/javascript" nonce="{{request.csp_nonce}}">
window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-PZ5QSP6QPL');
</script>
{% endif %}

<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>
Expand Down Expand Up @@ -62,19 +70,6 @@
<script src="{% static 'js/uswds.min.js' %}" defer></script>
<a class="usa-skipnav" href="#main-content">Skip to main content</a>

{% if IS_DEMO_SITE %}
<section aria-label="Alert" >
<div class="usa-alert usa-alert--info">
<div class="usa-alert__body">
<h4 class="usa-alert__heading">New domain requests are paused</h4>
<p class="usa-alert__text measure-none">
This is the new registrar for managing .gov domains. Note that we’re not accepting requests for new .gov domains until January 2024. Follow .gov updates at <a href="https://get.gov/updates/" class="usa-link">get.gov/updates/</a>.
</p>
</div>
</div>
</section>
{% endif %}

<section class="usa-banner" aria-label="Official website of the United States government">
<div class="usa-accordion">
<header class="usa-banner__header">
Expand Down

0 comments on commit fbfcd70

Please sign in to comment.