From 3ed806c1a1ecaaec1712c0ef0dadcc0c265feebd Mon Sep 17 00:00:00 2001 From: Alysia Broddrick Date: Wed, 17 Jan 2024 21:30:23 -0400 Subject: [PATCH 1/3] removed the hover effect and disable of the start button --- src/registrar/templates/home.html | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/registrar/templates/home.html b/src/registrar/templates/home.html index 138f83e047..92ca033432 100644 --- a/src/registrar/templates/home.html +++ b/src/registrar/templates/home.html @@ -13,22 +13,10 @@

Manage your domains

- {% if IS_PRODUCTION %} - - Start a new domain request - - {% else %} Start a new domain request - {% endif %}

From 4c7f954211a549ee8ec271d927af04816f9b1a98 Mon Sep 17 00:00:00 2001 From: Alysia Broddrick Date: Thu, 18 Jan 2024 18:58:53 -0400 Subject: [PATCH 2/3] removed banner --- src/registrar/templates/base.html | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/registrar/templates/base.html b/src/registrar/templates/base.html index a07bf67ee0..aed9987c9a 100644 --- a/src/registrar/templates/base.html +++ b/src/registrar/templates/base.html @@ -5,14 +5,6 @@ - {% if IS_PRODUCTION %} - - - - {% endif %} - From fbfcd7052510c77854d3ea076040df8390de7ffe Mon Sep 17 00:00:00 2001 From: Alysia Broddrick <abroddrick@truss.works> Date: Thu, 18 Jan 2024 19:18:21 -0400 Subject: [PATCH 3/3] removed banner --- src/registrar/templates/base.html | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/src/registrar/templates/base.html b/src/registrar/templates/base.html index aed9987c9a..2786cca223 100644 --- a/src/registrar/templates/base.html +++ b/src/registrar/templates/base.html @@ -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> @@ -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">