From 2a736d6525cf313376275762978f3452a48c4b2b Mon Sep 17 00:00:00 2001 From: Vega Date: Thu, 11 Jul 2024 13:32:46 -0700 Subject: [PATCH 1/3] possible banner in articles pages --- supplemental_ui/partials/article.hbs | 3 ++ supplemental_ui/partials/header-content.hbs | 4 ++ .../partials/possible-banner-2.hbs | 46 +++++++++++++++++++ 3 files changed, 53 insertions(+) create mode 100644 supplemental_ui/partials/possible-banner-2.hbs diff --git a/supplemental_ui/partials/article.hbs b/supplemental_ui/partials/article.hbs index 027cd134d..693c7c0bd 100644 --- a/supplemental_ui/partials/article.hbs +++ b/supplemental_ui/partials/article.hbs @@ -15,6 +15,9 @@ \ No newline at end of file From ed0458af7ae57cfffd132611cebf60cede1d0a65 Mon Sep 17 00:00:00 2001 From: Vega Date: Thu, 11 Jul 2024 13:39:01 -0700 Subject: [PATCH 2/3] register now link --- supplemental_ui/partials/possible-banner-2.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/supplemental_ui/partials/possible-banner-2.hbs b/supplemental_ui/partials/possible-banner-2.hbs index 74a7f3ce9..658525724 100644 --- a/supplemental_ui/partials/possible-banner-2.hbs +++ b/supplemental_ui/partials/possible-banner-2.hbs @@ -2,7 +2,7 @@

If you imagine it, envision it, create it... Teradata makes it Possible. Join us. - + Register now.

@@ -33,7 +33,7 @@ font-weight: 600; line-height: normal; } -a{ +.register-now{ color: #171A2C; font-feature-settings: 'clig' off, 'liga' off; font-family: Inter; From 30d76919a6c6f36d861023a6a42479dd250d339c Mon Sep 17 00:00:00 2001 From: Vega Date: Thu, 11 Jul 2024 18:19:55 -0700 Subject: [PATCH 3/3] register now link-2 --- supplemental_ui/partials/possible-banner-2.hbs | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/supplemental_ui/partials/possible-banner-2.hbs b/supplemental_ui/partials/possible-banner-2.hbs index 658525724..0c904606f 100644 --- a/supplemental_ui/partials/possible-banner-2.hbs +++ b/supplemental_ui/partials/possible-banner-2.hbs @@ -1,7 +1,8 @@

- If you imagine it, envision it, create it... Teradata makes it Possible. Join us. + If you imagine it, envision it, create it... Teradata makes it Possible. Join us. + "If you imagine it...Teradata makes it Possible. Register now. @@ -42,5 +43,19 @@ font-weight: 400; line-height: normal; text-decoration-line: underline; +} + .display-2{ + display: none; + } +@media (max-width: 600px) { + .text-section { + padding: 1px 0px 1px 0px; + } + .display-1{ + display: none; + } + .display-2{ + display: block; + } } \ No newline at end of file