Skip to content

Commit 7b30546

Browse files
niklas-wortmannJan-Niklas Wortmann
and
Jan-Niklas Wortmann
authored
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 <jan-niklas.wortmann@evorait.com>
1 parent e62080c commit 7b30546

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

docs_app/content/marketing/index.html

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,23 @@ <h1 class="no-anchor no-toc" style="display: none"></h1>
3434
<div class="home-rows">
3535

3636
<aio-announcement-bar></aio-announcement-bar>
37+
<a href="/deprecations/breaking-changes">
3738
<div layout="row" class="home-row homepage-container">
38-
<div class="card">
39-
<div class="promo-1-desc l-pad-top-2">
40-
<div class="text-headline">Version 7 released!</div>
41-
<p>here are a some of the benefits of running on the latest version</p>
42-
<ul>
43-
<li>~50% smaller</li>
44-
<li>improved typings</li>
45-
<li>more consistent APIs</li>
46-
<li>and much more...</li>
47-
</ul>
39+
<div class="card">
40+
<div class="promo-1-desc l-pad-top-2">
41+
<div class="text-headline">Version 7 released!</div>
42+
<p class="text">Here are a some of the benefits of running on the latest version</p>
43+
<ul class="text">
44+
<li>~50% smaller</li>
45+
<li>Improved typings</li>
46+
<li>More consistent APIs</li>
47+
<li>and much more...</li>
48+
</ul>
49+
<p class="text">If you want to know more about the breaking changes, click here...</p>
50+
</div>
4851
</div>
4952
</div>
50-
</div>
53+
</a>
5154

5255

5356
<div layout="row" layout-xs="column" class="home-row homepage-container">

docs_app/src/styles/1-layouts/_marketing-layout.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,10 @@ section#intro {
265265
}
266266
}
267267

268+
.text {
269+
color: $darkgray;
270+
}
271+
268272
.button.hero-cta {
269273
display: flex;
270274
align-items: center;

0 commit comments

Comments
 (0)