Skip to content

Commit da2a1b8

Browse files
committed
Improve intro page
1 parent e3d8609 commit da2a1b8

File tree

4 files changed

+18
-8
lines changed

4 files changed

+18
-8
lines changed

stories/RotatingLogo.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ export const RotatingLogo = memo((props: Props) => {
3030
});
3131
return (
3232
<div id={id} className={classes.root} style={style}>
33+
<img
34+
className={classes.stillImg}
35+
src={keycloakifyLogoHeroStillPngUrl}
36+
alt={"keyhole"}
37+
/>
3338
<img
3439
className={classes.rotatingImg}
3540
onLoad={onLoad}
3641
src={keycloakifyLogoHeroMovingPngUrl}
3742
alt={"Rotating react logo"}
3843
/>
39-
<img
40-
className={classes.stillImg}
41-
src={keycloakifyLogoHeroStillPngUrl}
42-
alt={"keyhole"}
43-
/>
4444
</div>
4545
);
4646
});

stories/assets/logo-in.png

-19.9 KB
Loading

stories/assets/logo-out.png

-2.66 KB
Loading

stories/intro.stories.mdx

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,20 @@ import { RotatingLogo } from "./RotatingLogo";
2020
<RotatingLogo style={{ "width": 250 }} />
2121
</div>
2222
<br/>
23-
🇫🇷 <i><a href="https://www.systeme-de-design.gouv.fr/">French State Design System</a> React integration</i> 🇫🇷
23+
🇫🇷 <i>The <a href="https://www.systeme-de-design.gouv.fr/">French State Design System</a> React toolkit</i> 🇫🇷
24+
<br/>
25+
26+
[Github](https://github.com/codegouvfr/react-dsfr) - [Documentation](https://react-dsfr.etalab.studio/)
27+
28+
<iframe width="560" height="315" src="https://www.youtube.com/embed/5q88JgXUAY4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
29+
30+
<br/>
2431

25-
This website documents the React components featured by [@codegouvfr/react-dsfr](https://github.com/codegouvfr/react-dsfr).
26-
🏁 If you're just getting started heads over to the 👉 [Guides](https://react-dsfr.etalab.studio/) 👈.
32+
This Storybook website serves as your daily companion for developing with React-DSFR.
33+
It not only provides visibility into the available components but also allows you to preview them in various states,
34+
enabling you to copy and paste the code directly into your project.
2735

36+
Additionally, this website features a handy [color helper tool](/?path=/docs/%F0%9F%8E%A8-color-helper--page).
37+
This tool empowers you to navigate through the DSFR color palette and choose the most fitting shades for your specific use cases.
2838

2939
</div>

0 commit comments

Comments
 (0)