From 5a65d4eef83d7e987e5fe5701ed62cff81e78039 Mon Sep 17 00:00:00 2001 From: Byron Motoche <116190812+byron-okta@users.noreply.github.com> Date: Thu, 25 Apr 2024 10:28:02 -0500 Subject: [PATCH] feat: disable ad bar q1 roundup webinar --- src/website/index.js | 2 -- src/website/introduction/index.js | 2 -- src/website/libraries/index.js | 2 -- views/website/navigation.pug | 11 +---------- 4 files changed, 1 insertion(+), 16 deletions(-) diff --git a/src/website/index.js b/src/website/index.js index d86eb9d2..cb849342 100644 --- a/src/website/index.js +++ b/src/website/index.js @@ -11,7 +11,6 @@ import { shareJwtTextElement, } from "./dom-elements.js"; import { CCPAModal } from "./ccpa-modal.js"; -import { TopBanner } from "./top-banner.js"; import queryString from "querystring"; @@ -56,4 +55,3 @@ setupHighlighting(); setupJwtCounter(); setupShareJwtButton(shareJwtButton, shareJwtTextElement); CCPAModal(); -TopBanner(); diff --git a/src/website/introduction/index.js b/src/website/introduction/index.js index c75a1b41..f0076d8f 100644 --- a/src/website/introduction/index.js +++ b/src/website/introduction/index.js @@ -2,11 +2,9 @@ import { CCPAModal } from "../ccpa-modal.js"; import { setupJwtCounter } from "../counter.js"; import { setupHighlighting } from "../highlighting.js"; import { setupNavbar } from "../navbar.js"; -import { TopBanner } from "../top-banner.js"; // Initialization setupNavbar(); setupHighlighting(); setupJwtCounter(); CCPAModal(); -TopBanner(); diff --git a/src/website/libraries/index.js b/src/website/libraries/index.js index e1aaa352..81c2ad9f 100644 --- a/src/website/libraries/index.js +++ b/src/website/libraries/index.js @@ -2,7 +2,6 @@ import { CCPAModal } from "../ccpa-modal.js"; import { setupJwtCounter } from "../counter.js"; import { setupHighlighting } from "../highlighting.js"; import { setupNavbar } from "../navbar.js"; -import { TopBanner } from "../top-banner.js"; import { setupLibraries } from "./libraries.js"; // Initialization @@ -11,4 +10,3 @@ setupLibraries(); setupHighlighting(); setupJwtCounter(); CCPAModal(); -TopBanner(); diff --git a/views/website/navigation.pug b/views/website/navigation.pug index e194cb99..1388f24c 100644 --- a/views/website/navigation.pug +++ b/views/website/navigation.pug @@ -1,13 +1,4 @@ -.top-banner-bg -.top-banner - .top-banner-container - a(href="https://regionalevents.okta.com/codeidentityq1releaseroundup/jwtio" target="_blank") Dive into passkeys, see MFA and other new features in action in this developer webinar - span(aria-hiden="true") → - button.close-top-banner + - -.top-banner-spacer - -nav.navbar.closed.top-banner-open +nav.navbar.closed .container .top-mobile .menu-trigger