|
6 | 6 |
|
7 | 7 | <div class="home-card-container mt-5">
|
8 | 8 | <sgds-card class="col intro">
|
9 |
| - <span slot="card-title">SGDS v3 <i class="bi bi-filetype-scss"></i></span> |
| 9 | + <span slot="card-title">SGDS v3</span> |
10 | 10 | <a slot="card-link" href="https://designsystem.tech.gov.sg/" target="_blank">Learn more</a>
|
11 |
| - <p slot="card-text">The components are shipped with SGDS v2 styles and can be used straight out of the box.</p> |
| 11 | + <p slot="card-text">The component library for SGDS v3. New skins and dark theme introduced</p> |
12 | 12 | </sgds-card>
|
13 | 13 | <sgds-card class="col intro">
|
14 | 14 | <span slot="card-title">About web components <i class="bi bi-puzzle"></i></span>
|
15 |
| - <a slot="card-link" href="https://custom-elements-everywhere.com/" target="_blank">Learn more</a> |
| 15 | + <a slot="card-link" href="/docs/getting-started-about-sgds-web-components--docs" target="_blank">Learn more</a> |
16 | 16 | <p slot="card-text">Unfamiliar with web components? Find out more about web components.</p>
|
17 | 17 | </sgds-card>
|
18 | 18 | <sgds-card class="col intro">
|
|
22 | 22 | </sgds-card>
|
23 | 23 | <sgds-card stretchedLink class="col intro">
|
24 | 24 | <span slot="card-title">Customisable with CSS <i class="bi bi-filetype-css"></i></span>
|
25 |
| - <a slot="card-link" href="/story/getting-started-usage-stylings--page" target="_self">Learn more</a> |
26 |
| - <p slot="card-text">Components are customisable with cssparts, css custom variables and class-like properties.</p> |
| 25 | + <a slot="card-link" href="/docs/style-theming--docs" target="_self">Learn more</a> |
| 26 | + <p slot="card-text">Change up the default theme via CSS variables</p> |
27 | 27 | </sgds-card>
|
28 | 28 | <sgds-card class="col intro">
|
29 | 29 | <span slot="card-title">Works with CDNs <i class="bi bi-truck"></i></span>
|
30 |
| - <a slot="card-link" href="/story/getting-started-installation--page" target="_self">Learn more</a> |
| 30 | + <a slot="card-link" href="/docs/getting-started-installation--docs" target="_self">Learn more</a> |
31 | 31 | <p slot="card-text">Besides whole library CDN, each component also has its own CDN.</p>
|
32 | 32 | </sgds-card>
|
33 | 33 | <sgds-card class="col intro">
|
|
42 | 42 | <sgds-card class="col intro">
|
43 | 43 | <span slot="card-title">Extendable <i class="bi bi-bricks"></i></span>
|
44 | 44 | <p slot="card-text">Our components are built with LitElement and are extendable. Use them as building blocks to create your complex component. </p>
|
45 |
| - <a slot="card-link" href="/story/getting-started-usage-extending-the-library--page" target="_self">Learn more</a> |
| 45 | + <a slot="card-link" href="/docs/usage-extending-the-library--docs" target="_self">Learn more</a> |
46 | 46 | </sgds-card>
|
47 | 47 | </div>
|
0 commit comments