Skip to content

Commit

Permalink
register now link-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Vega committed Jul 12, 2024
1 parent ed0458a commit 30d7691
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion supplemental_ui/partials/possible-banner-2.hbs
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<div class="possible-banner-2">
<div class="text-section">
<p class="text-1">
If you imagine it, envision it, create it... Teradata makes it Possible. Join us.
<span class="display-1">If you imagine it, envision it, create it... Teradata makes it Possible. Join us. </span>
<span class="display-2">"If you imagine it...Teradata makes it Possible. </span>
<a class="register-now" href="https://www.teradata.com/events/possible" target="_blank" aria-label="If you imagine it, envision it, create it... Teradata makes it Possible. Join us." data-gtm-category="banner" data-gtm-action="leaderboard" data-gtm-label="Register now" data-intellimize-exp-417218923="true">
Register now.
</a>
Expand Down Expand Up @@ -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;
}
}
</style>

0 comments on commit 30d7691

Please sign in to comment.