diff --git a/articles/index.adoc b/articles/index.adoc index 34ef668520..282bf00e49 100644 --- a/articles/index.adoc +++ b/articles/index.adoc @@ -49,6 +49,17 @@ Prefer to learn by watching? The free Vaadin training videos cover the basics of link:/learn/training[Start video course] +[.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] == Components @@ -203,5 +214,25 @@ nav[aria-label=breadcrumb] { .components.cards .card .imageblock.icon { aspect-ratio: 111 / 80; } + +.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; +} ++++