From 23466e4515468e92dedac39d53942a4bb6eccfa1 Mon Sep 17 00:00:00 2001 From: MaxwellJay256 Date: Fri, 26 Apr 2024 21:06:08 +0800 Subject: [PATCH 1/4] docs: add showcase - HITSZ OpenAuto --- exampleSite/content/showcase/index.md | 7 +++++++ exampleSite/content/showcase/index.zh-cn.md | 1 + 2 files changed, 8 insertions(+) diff --git a/exampleSite/content/showcase/index.md b/exampleSite/content/showcase/index.md index e7531333..3ac7059a 100644 --- a/exampleSite/content/showcase/index.md +++ b/exampleSite/content/showcase/index.md @@ -58,6 +58,13 @@ Open source projects powered by Hextra image="https://github.com/imfing/hextra/assets/5097752/ad6625e4-88cd-4cad-b102-5399997d0359" imageStyle="object-fit:cover; aspect-ratio:16/9;" >}} + {{< card + link="https://hoa.moe/" + title="HITSZ OpenAuto" + image="https://raw.githubusercontent.com/HITSZ-OpenAuto/images/main/logos/HITSZOpenAutoShadow.png" + imageStyle="object-fit:cover; aspect-ratio:16/9;" + >}} + {{< card link="https://github.com/imfing/hextra-starter-template/" title="Hextra Starter Template" diff --git a/exampleSite/content/showcase/index.zh-cn.md b/exampleSite/content/showcase/index.zh-cn.md index a22e9dda..33dd01c6 100644 --- a/exampleSite/content/showcase/index.zh-cn.md +++ b/exampleSite/content/showcase/index.zh-cn.md @@ -15,5 +15,6 @@ layout: wide {{< 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://hoa.moe/" title="HITSZ 自动化课程攻略共享计划" image="https://raw.githubusercontent.com/HITSZ-OpenAuto/images/main/logos/HITSZOpenAutoShadow.png" 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 >}} From 0a2e036a0d0466a37c06680a7c10edebca3e0ddc Mon Sep 17 00:00:00 2001 From: MaxwellJay256 Date: Fri, 26 Apr 2024 21:40:44 +0800 Subject: [PATCH 2/4] alter showcase image --- exampleSite/content/showcase/index.md | 2 +- exampleSite/content/showcase/index.zh-cn.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/exampleSite/content/showcase/index.md b/exampleSite/content/showcase/index.md index 3ac7059a..26f1d4a0 100644 --- a/exampleSite/content/showcase/index.md +++ b/exampleSite/content/showcase/index.md @@ -61,7 +61,7 @@ Open source projects powered by Hextra {{< card link="https://hoa.moe/" title="HITSZ OpenAuto" - image="https://raw.githubusercontent.com/HITSZ-OpenAuto/images/main/logos/HITSZOpenAutoShadow.png" + image="https://raw.githubusercontent.com/HITSZ-OpenAuto/hoa.moe/main/static/images/showcase-new.png" imageStyle="object-fit:cover; aspect-ratio:16/9;" >}} diff --git a/exampleSite/content/showcase/index.zh-cn.md b/exampleSite/content/showcase/index.zh-cn.md index 33dd01c6..7972e997 100644 --- a/exampleSite/content/showcase/index.zh-cn.md +++ b/exampleSite/content/showcase/index.zh-cn.md @@ -15,6 +15,6 @@ layout: wide {{< 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://hoa.moe/" title="HITSZ 自动化课程攻略共享计划" image="https://raw.githubusercontent.com/HITSZ-OpenAuto/images/main/logos/HITSZOpenAutoShadow.png" imageStyle="object-fit:cover; aspect-ratio:16/9;" >}} + {{< card link="https://hoa.moe/" title="HITSZ 自动化课程攻略共享计划" image="https://raw.githubusercontent.com/HITSZ-OpenAuto/hoa.moe/main/static/images/showcase-new.png" 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 >}} From 20548612da5a16f74abc75c3fd76f1c850088453 Mon Sep 17 00:00:00 2001 From: Xin Date: Sun, 28 Apr 2024 11:27:07 +0100 Subject: [PATCH 3/4] Update index.md --- exampleSite/content/showcase/index.md | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/exampleSite/content/showcase/index.md b/exampleSite/content/showcase/index.md index 26f1d4a0..972301fb 100644 --- a/exampleSite/content/showcase/index.md +++ b/exampleSite/content/showcase/index.md @@ -49,13 +49,8 @@ Open source projects powered by Hextra {{< 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;" + image="https://github.com/imfing/hextra/assets/5097752/401abc3a-b4c3-4336-b95a-a6dd9afbc1de" + imageStyle="object-fit:cover; aspect-ratio:16/9;" >}} {{< card @@ -65,10 +60,18 @@ Open source projects powered by Hextra 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;" + image="https://user-images.githubusercontent.com/5097752/263551418-c403b9a9-a76c-47a6-8466-513d772ef0b7.jpg" + imageStyle="object-fit:cover; aspect-ratio:16/9;" >}} {{< /cards >}} From 97d0ac5604ae346904185747e1f918db11540bd0 Mon Sep 17 00:00:00 2001 From: Xin Date: Sun, 28 Apr 2024 11:27:53 +0100 Subject: [PATCH 4/4] Update index.zh-cn.md --- exampleSite/content/showcase/index.zh-cn.md | 67 +++++++++++++++++++-- 1 file changed, 62 insertions(+), 5 deletions(-) diff --git a/exampleSite/content/showcase/index.zh-cn.md b/exampleSite/content/showcase/index.zh-cn.md index 7972e997..3626c4fc 100644 --- a/exampleSite/content/showcase/index.zh-cn.md +++ b/exampleSite/content/showcase/index.zh-cn.md @@ -12,9 +12,66 @@ layout: wide

{{< 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://hoa.moe/" title="HITSZ 自动化课程攻略共享计划" image="https://raw.githubusercontent.com/HITSZ-OpenAuto/hoa.moe/main/static/images/showcase-new.png" 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://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://hoa.moe/" + title="HITSZ OpenAuto" + image="https://raw.githubusercontent.com/HITSZ-OpenAuto/hoa.moe/main/static/images/showcase-new.png" + 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 >}}