Skip to content

Commit 77f6a78

Browse files
committed
Add team trial banner card to docs home
1 parent 3ce18ce commit 77f6a78

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

articles/index.asciidoc

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,16 @@ banner-style: important
3333
image:_images/code-editor-illustration.svg["", opts=inline]
3434
--
3535

36+
[.cards.quiet.large.callout.hide-title]
37+
== Request a Team Trial
38+
39+
[.card.large]
40+
=== Evaluate Vaadin the right way—with your team
41+
42+
Apply for the Team Trial and get expert-led guidance before you start building together.
43+
44+
link:https://pages.vaadin.com/request-a-team-trial[Apply For a Free Consultation, role="button-link"]
45+
3646
[.cards.quiet.large.components]
3747
== image:_images/components.svg["", opts=inline, role=icon, width=48] Components
3848

@@ -270,6 +280,26 @@ nav[aria-label=breadcrumb] {
270280
align-items: center;
271281
justify-content: center;
272282
}
283+
284+
.callout .card {
285+
background-color: var(--blue-50);
286+
}
287+
288+
html[theme~=dark] .callout .card {
289+
color: #FFF;
290+
background-color: var(--blue-500);
291+
border: none;
292+
}
293+
294+
html[theme~=dark] .callout .card a:hover::before {
295+
border: 1px solid white;
296+
box-shadow: none;
297+
}
298+
299+
html[theme~=dark] .callout .card .button-link {
300+
color: white;
301+
text-decoration: underline;
302+
}
273303
</style>
274304
++++
275305

0 commit comments

Comments
 (0)