-
-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
54 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,67 @@ | ||
--- | ||
title: Showcase | ||
description: "Open source projects powered by Hextra." | ||
description: "Open source projects powered by Hextra" | ||
toc: false | ||
layout: wide | ||
--- | ||
|
||
<div class="hx-mt-4"></div> | ||
|
||
<p class="hx-mb-12 hx-text-center hx-text-lg hx-text-gray-500 dark:hx-text-gray-400"> | ||
Open source projects powered by Hextra. | ||
Open source projects powered by Hextra | ||
</p> | ||
|
||
{{< cards >}} | ||
{{< card link="https://developers.osuny.org" title="Osuny" image="https://raw.githubusercontent.com/noesya/osuny-developers/main/static/images/showcase-hextra/screenshot.png" imageStyle="object-fit:cover; aspect-ratio:16/9;" >}} | ||
{{< card link="https://porter.sh/" title="Porter" image="https://repository-images.githubusercontent.com/155893691/aa249c80-fcf3-11ea-93b0-30079e8d7de4" imageStyle="object-fit:cover; aspect-ratio:16/9;" >}} | ||
{{< card link="https://lutheranconfessions.org/" title="LutheranConfessions" image="https://github.com/imfing/hextra/assets/5097752/ad6625e4-88cd-4cad-b102-5399997d0359" imageStyle="object-fit:cover; aspect-ratio:16/9;" >}} | ||
{{< card link="https://github.com/imfing/hextra-starter-template/" title="Hextra Starter Template" image="https://user-images.githubusercontent.com/5097752/263551418-c403b9a9-a76c-47a6-8466-513d772ef0b7.jpg" imageStyle="object-fit:cover; aspect-ratio:16/9;" >}} | ||
{{< card link="https://developers.clever-cloud.com/" title="Clever Cloud Documentation" image="https://cellar-c2.services.clever-cloud.com/documentation/doc-screenshot.png" imageStyle="object-fit:cover; aspect-ratio:16/9;" >}} | ||
|
||
{{< card | ||
link="https://github.com/infracourse/web" | ||
title="Stanford CS 40" | ||
image="https://github.com/imfing/hextra/assets/5097752/8c29470b-3994-41c8-be9a-5b41476e6f3c" | ||
imageStyle="object-fit:cover; aspect-ratio:16/9;" | ||
>}} | ||
{{< card | ||
link="https://github.com/helixml/docs" | ||
title="Helix Docs" | ||
image="https://github.com/imfing/hextra/assets/5097752/78045af0-4922-4358-ae73-624770909db6" | ||
imageStyle="object-fit:cover; aspect-ratio:16/9;" | ||
>}} | ||
{{< card | ||
link="https://developers.clever-cloud.com/" | ||
title="Clever Cloud Documentation" | ||
image="https://cellar-c2.services.clever-cloud.com/documentation/doc-screenshot.png" imageStyle="object-fit:cover; aspect-ratio:16/9;" | ||
>}} | ||
{{< card | ||
link="https://owaspai.org/" | ||
title="OWASP AI Security and Privacy Guide" | ||
image="https://github.com/imfing/hextra/assets/5097752/fbb1d3a5-a0e8-4cfc-88cf-3523b0176c89" | ||
imageStyle="object-fit:cover; aspect-ratio:16/9;" | ||
>}} | ||
{{< card | ||
link="https://developers.osuny.org" | ||
title="Osuny" | ||
image="https://raw.githubusercontent.com/noesya/osuny-developers/main/static/images/showcase-hextra/screenshot.png" | ||
imageStyle="object-fit:cover; aspect-ratio:16/9;" | ||
>}} | ||
{{< card link="https://porter.sh/" | ||
title="Porter" | ||
image="https://github.com/imfing/hextra/assets/5097752/401abc3a-b4c3-4336-b95a-a6dd9afbc1de" imageStyle="object-fit:cover; aspect-ratio:16/9;" | ||
>}} | ||
{{< card | ||
link="https://lutheranconfessions.org/" | ||
title="LutheranConfessions" | ||
image="https://github.com/imfing/hextra/assets/5097752/ad6625e4-88cd-4cad-b102-5399997d0359" imageStyle="object-fit:cover; aspect-ratio:16/9;" | ||
>}} | ||
{{< card | ||
link="https://github.com/imfing/hextra-starter-template/" | ||
title="Hextra Starter Template" | ||
image="https://user-images.githubusercontent.com/5097752/263551418-c403b9a9-a76c-47a6-8466-513d772ef0b7.jpg" imageStyle="object-fit:cover; aspect-ratio:16/9;" | ||
>}} | ||
{{< /cards >}} |