diff --git a/exampleSite/content/showcase/index.md b/exampleSite/content/showcase/index.md index 3b6025e..2c1f87e 100644 --- a/exampleSite/content/showcase/index.md +++ b/exampleSite/content/showcase/index.md @@ -12,6 +12,13 @@ Open source projects powered by Hextra

{{< cards >}} + {{< card + link="https://github.com/jonaspleyer/cellular_raza" + title="cellular_raza" + image="/images/cellular_raza.png" + imageStyle="object-fit:cover; aspect-ratio:16/9;" + >}} + {{< card link="https://github.com/mightymoud/sidekick" title="Sidekick" diff --git a/exampleSite/static/images/cellular_raza.png b/exampleSite/static/images/cellular_raza.png new file mode 100644 index 0000000..1dd6104 Binary files /dev/null and b/exampleSite/static/images/cellular_raza.png differ