Skip to content

Commit 678be38

Browse files
committed
Add team trial banner card to docs home
1 parent 0212b9f commit 678be38

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

articles/index.adoc

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,17 @@ Prefer to learn by watching? The free Vaadin training videos cover the basics of
4949
link:/learn/training[Start video course]
5050

5151

52+
[.cards.quiet.large.callout.hide-title]
53+
== Request a Team Trial
54+
55+
[.card.large]
56+
=== Evaluate Vaadin the right way—with your team
57+
58+
Apply for the Team Trial and get expert-led guidance before you start building together.
59+
60+
link:https://pages.vaadin.com/request-a-team-trial[Apply For a Free Consultation, role="button-link"]
61+
62+
5263
[.cards.quiet.large.components]
5364
== Components
5465

@@ -203,5 +214,25 @@ nav[aria-label=breadcrumb] {
203214
.components.cards .card .imageblock.icon {
204215
aspect-ratio: 111 / 80;
205216
}
217+
218+
.callout .card {
219+
background-color: var(--blue-50);
220+
}
221+
222+
html[theme~=dark] .callout .card {
223+
color: #FFF;
224+
background-color: var(--blue-500);
225+
border: none;
226+
}
227+
228+
html[theme~=dark] .callout .card a:hover::before {
229+
border: 1px solid white;
230+
box-shadow: none;
231+
}
232+
233+
html[theme~=dark] .callout .card .button-link {
234+
color: white;
235+
text-decoration: underline;
236+
}
206237
</style>
207238
++++

0 commit comments

Comments
 (0)