diff options
author | Chris Swithinbank | 2024-07-24 18:39:14 +0200 |
---|---|---|
committer | GitHub | 2024-07-24 18:39:14 +0200 |
commit | 8c85be11d7328076dbe7d1c71060a5d163aa64b3 (patch) | |
tree | 9ca158f10bd10823b9eb4f449ecd1f7a8bc2567c | |
parent | 156836fb68c3434fa07a4a31060c9a8cee4488ca (diff) | |
download | IT.starlight-8c85be11d7328076dbe7d1c71060a5d163aa64b3.tar.gz IT.starlight-8c85be11d7328076dbe7d1c71060a5d163aa64b3.tar.bz2 IT.starlight-8c85be11d7328076dbe7d1c71060a5d163aa64b3.zip |
Add two new showcase sites (#2149)
-rw-r--r-- | docs/src/assets/showcase/contribute.freecodecamp.org.png | bin | 0 -> 59768 bytes | |||
-rw-r--r-- | docs/src/assets/showcase/styledictionary.com.png | bin | 0 -> 87468 bytes | |||
-rw-r--r-- | docs/src/components/showcase-sites.astro | 10 |
3 files changed, 10 insertions, 0 deletions
diff --git a/docs/src/assets/showcase/contribute.freecodecamp.org.png b/docs/src/assets/showcase/contribute.freecodecamp.org.png Binary files differnew file mode 100644 index 00000000..3d6abdaf --- /dev/null +++ b/docs/src/assets/showcase/contribute.freecodecamp.org.png diff --git a/docs/src/assets/showcase/styledictionary.com.png b/docs/src/assets/showcase/styledictionary.com.png Binary files differnew file mode 100644 index 00000000..c8d04e0a --- /dev/null +++ b/docs/src/assets/showcase/styledictionary.com.png diff --git a/docs/src/components/showcase-sites.astro b/docs/src/components/showcase-sites.astro index 5328f8dd..2bd5c74a 100644 --- a/docs/src/components/showcase-sites.astro +++ b/docs/src/components/showcase-sites.astro @@ -146,4 +146,14 @@ import FluidGrid from './fluid-grid.astro'; thumbnail="quotesdomain.com.png" /> <Card title="Saasfly" href="https://document.saasfly.io/" thumbnail="document.saasfly.io.png" /> + <Card + title="freeCodeCamp" + href="https://contribute.freecodecamp.org/intro/" + thumbnail="contribute.freecodecamp.org.png" + /> + <Card + title="Style Dictionary" + href="https://styledictionary.com/" + thumbnail="styledictionary.com.png" + /> </FluidGrid> |