Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tutorial and video training banners to front page #3944

Open
wants to merge 1 commit into
base: latest
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions articles/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,25 @@
image:flow/_images/code-editor-illustration.svg["", opts=inline]
--


[.cards.quiet.large]
== Get Started

[.card.large]
=== Tutorial

The Vaadin tutorial walks you through building an app from start to production. It covers both Flow and Hilla development.

Check warning on line 36 in articles/index.adoc

View workflow job for this annotation

GitHub Actions / lint

[vale] reported by reviewdog 🐶 [Vaadin.Terms-App] Prefer 'application' over 'app'. Raw Output: {"message": "[Vaadin.Terms-App] Prefer 'application' over 'app'.", "location": {"path": "articles/index.adoc", "range": {"start": {"line": 36, "column": 51}}}, "severity": "WARNING"}

<<{articles}/getting-started/tutorial#,Start tutorial>>

[.card.large]
=== Video course & certification

Check warning on line 41 in articles/index.adoc

View workflow job for this annotation

GitHub Actions / lint

[vale] reported by reviewdog 🐶 [Vaadin.HeadingCase] 'Video course & certification' should be in title case. Raw Output: {"message": "[Vaadin.HeadingCase] 'Video course \u0026 certification' should be in title case.", "location": {"path": "articles/index.adoc", "range": {"start": {"line": 41, "column": 5}}}, "severity": "WARNING"}

Prefer to learn by watching? The free Vaadin training videos cover the basics of Vaadin Flow development and let you get certified.

link:/learn/training[Start video course]


[.cards.quiet.large.components]
== Components

Expand Down
Loading