From 7b30546717ab8bb271217064318ef9e0c0c40ecc Mon Sep 17 00:00:00 2001 From: Jan-Niklas W <6104311+niklas-wortmann@users.noreply.github.com> Date: Mon, 3 May 2021 21:11:17 -0500 Subject: [PATCH] Improve homepage (#6292) * docs(breaking-changes): update min ts version to 4.2 * docs(index): add link to v7 announcment for breaking changes Co-authored-by: Jan-Niklas Wortmann --- docs_app/content/marketing/index.html | 25 +++++++++++-------- .../styles/1-layouts/_marketing-layout.scss | 4 +++ 2 files changed, 18 insertions(+), 11 deletions(-) diff --git a/docs_app/content/marketing/index.html b/docs_app/content/marketing/index.html index 924b64abc8..be9dc6ca09 100644 --- a/docs_app/content/marketing/index.html +++ b/docs_app/content/marketing/index.html @@ -34,20 +34,23 @@

+
-
-
-
Version 7 released!
-

here are a some of the benefits of running on the latest version

-
    -
  • ~50% smaller
  • -
  • improved typings
  • -
  • more consistent APIs
  • -
  • and much more...
  • -
+
+
+
Version 7 released!
+

Here are a some of the benefits of running on the latest version

+
    +
  • ~50% smaller
  • +
  • Improved typings
  • +
  • More consistent APIs
  • +
  • and much more...
  • +
+

If you want to know more about the breaking changes, click here...

+
-
+
diff --git a/docs_app/src/styles/1-layouts/_marketing-layout.scss b/docs_app/src/styles/1-layouts/_marketing-layout.scss index 307e580a9a..ab25a8b3c6 100644 --- a/docs_app/src/styles/1-layouts/_marketing-layout.scss +++ b/docs_app/src/styles/1-layouts/_marketing-layout.scss @@ -265,6 +265,10 @@ section#intro { } } +.text { + color: $darkgray; +} + .button.hero-cta { display: flex; align-items: center;