diff --git a/articles/index.asciidoc b/articles/index.asciidoc index f45bfaaa0b..3cf0f386b0 100644 --- a/articles/index.asciidoc +++ b/articles/index.asciidoc @@ -33,6 +33,16 @@ banner-style: important image:_images/code-editor-illustration.svg["", opts=inline] -- +[.cards.quiet.large.callout.hide-title] +== Request a Team Trial + +[.card.large] +=== Evaluate Vaadin the right way—with your team + +Apply for the Team Trial and get expert-led guidance before you start building together. + +link:https://pages.vaadin.com/request-a-team-trial[Apply For a Free Consultation, role="button-link"] + [.cards.quiet.large.components] == image:_images/components.svg["", opts=inline, role=icon, width=48] Components @@ -270,6 +280,26 @@ nav[aria-label=breadcrumb] { align-items: center; justify-content: center; } + +.callout .card { + background-color: var(--blue-50); +} + +html[theme~=dark] .callout .card { + color: #FFF; + background-color: var(--blue-500); + border: none; +} + +html[theme~=dark] .callout .card a:hover::before { + border: 1px solid white; + box-shadow: none; +} + +html[theme~=dark] .callout .card .button-link { + color: white; + text-decoration: underline; +} ++++