Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions claude/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/axivo/website/docs
module github.com/axivo/website/claude

go 1.25

require (
github.com/axivo/website/global v1.0.3 // indirect
github.com/axivo/website/global v1.0.4 // indirect
github.com/imfing/hextra v0.11.1 // indirect
)
4 changes: 2 additions & 2 deletions claude/go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github.com/axivo/website/global v1.0.3 h1:Nk+xFqMyi0mpyVUNYLCy5ALYJniL0i9gUHgc7MazfBU=
github.com/axivo/website/global v1.0.3/go.mod h1:CDxLwZCshxNnTwXh3DR6IncIU2kkvveTSo3AdKTs4cA=
github.com/axivo/website/global v1.0.4 h1:L1xjtlid2sCQKgRi32Crx5rsl9x3iqjLd6zXgiCd/Ag=
github.com/axivo/website/global v1.0.4/go.mod h1:a/BSXKI9qEZ7PwHQJNyNZjqnT6iKwHD+YJg5UzwlVA8=
github.com/imfing/hextra v0.11.1 h1:8pTc4ReYbzGTHAnyiebmlT3ijFfIXiGu1r7tM/UGjFI=
github.com/imfing/hextra v0.11.1/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI=
24 changes: 13 additions & 11 deletions docs/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,34 @@ title: Home
layout: hextra-home
---

<!-- prettier-ignore-start -->
{{< hextra/hero-container
image="images/logo.svg"
imageClass="hx-block hx-overflow-hidden hx-rounded-3xl"
imageClass="hx:block hx:overflow-hidden hx:rounded-3xl"
imageWidth="300" imageHeight="300"
imageTitle="AXIVO"
>}}
<div class="hx-mt-12 hx-mb-6">
<div class="hx:mt-12 hx:mb-6">
{{< hextra/hero-headline >}}
Imagine. Create.
{{< /hextra/hero-headline >}}
</div>

<div class="hx-mt-6 hx-mb-6">
<div class="hx:mt-6 hx:mb-6">
{{< hextra/hero-subtitle >}}
👋 Welcome to our public space.
{{< /hextra/hero-subtitle >}}
</div>

<div class="hx-mt-6 hx-mb-6">
<div class="hx:mt-6 hx:mb-6">
{{< hextra/hero-subtitle >}}
Our goal is to create beautiful projects, empowering engineers to
deliver beautiful software experiences to open-source community.
{{< /hextra/hero-subtitle >}}
</div>
{{< /hextra/hero-container >}}

<div class="hx-mt-6 hx-mb-6">
<div class="hx:mt-6 hx:mb-6">
{{< hextra/hero-section >}}
Latest Projects
{{< /hextra/hero-section >}}
Expand All @@ -39,19 +40,20 @@ layout: hextra-home
{{< hextra/feature-card
title="Claude"
subtitle="Scalable collaboration platform for Claude."
class="hx-aspect-auto md:hx-aspect-[1.1/1] max-md:hx-min-h-[340px]"
class="hx:aspect-auto hx:md:aspect-[1.1/1] hx:max-md:min-h-[340px]"
image="/images/card-claude.webp"
imageClass="hx-top-[20%] hx-left-[24px] hx-w-[180%] sm:hx-w-[110%] dark:hx-opacity-80"
imageClass="hx:top-[20%] hx:left-[24px] hx:w-[110%]"
link="/claude/"
style="background: radial-gradient(ellipse at 50% 80%,rgba(194,97,254,0.15),hsla(0,0%,100%,0));"
style="background: radial-gradient(ellipse at 50% 80%,rgba(194,97,254,0.25),hsla(0,0%,100%,0));"
>}}
{{< hextra/feature-card
title="K3s Cluster"
subtitle="High Availability cluster deployed with Ansible."
class="hx-aspect-auto md:hx-aspect-[1.1/1] max-md:hx-min-h-[340px]"
class="hx:aspect-auto hx:md:aspect-[1.1/1] hx:max-md:min-h-[340px]"
image="/images/card-k3s-cluster.webp"
imageClass="hx-top-[20%] hx-left-[24px] hx-w-[180%] sm:hx-w-[110%] dark:hx-opacity-80"
imageClass="hx:top-[20%] hx:left-[24px] hx:w-[110%]"
link="/k3s-cluster/"
style="background: radial-gradient(ellipse at 50% 80%,rgba(194,97,254,0.15),hsla(0,0%,100%,0));"
style="background: radial-gradient(ellipse at 50% 80%,rgba(221,210,59,0.25),hsla(0,0%,100%,0));"
>}}
{{< /hextra/feature-grid >}}
<!-- prettier-ignore-end -->
2 changes: 1 addition & 1 deletion docs/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/axivo/website/docs
go 1.25

require (
github.com/axivo/website/global v1.0.3 // indirect
github.com/axivo/website/global v1.0.4 // indirect
github.com/imfing/hextra v0.11.1 // indirect
)
4 changes: 2 additions & 2 deletions docs/go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github.com/axivo/website/global v1.0.3 h1:Nk+xFqMyi0mpyVUNYLCy5ALYJniL0i9gUHgc7MazfBU=
github.com/axivo/website/global v1.0.3/go.mod h1:CDxLwZCshxNnTwXh3DR6IncIU2kkvveTSo3AdKTs4cA=
github.com/axivo/website/global v1.0.4 h1:L1xjtlid2sCQKgRi32Crx5rsl9x3iqjLd6zXgiCd/Ag=
github.com/axivo/website/global v1.0.4/go.mod h1:a/BSXKI9qEZ7PwHQJNyNZjqnT6iKwHD+YJg5UzwlVA8=
github.com/imfing/hextra v0.11.1 h1:8pTc4ReYbzGTHAnyiebmlT3ijFfIXiGu1r7tM/UGjFI=
github.com/imfing/hextra v0.11.1/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI=
Binary file modified docs/static/images/card-claude.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/static/images/card.pxd
Binary file not shown.
2 changes: 1 addition & 1 deletion k3s-cluster/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module github.com/axivo/website/k3s-cluster
go 1.25

require (
github.com/axivo/website/global v1.0.3 // indirect
github.com/axivo/website/global v1.0.4 // indirect
github.com/imfing/hextra v0.11.1 // indirect
)
4 changes: 2 additions & 2 deletions k3s-cluster/go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github.com/axivo/website/global v1.0.3 h1:Nk+xFqMyi0mpyVUNYLCy5ALYJniL0i9gUHgc7MazfBU=
github.com/axivo/website/global v1.0.3/go.mod h1:CDxLwZCshxNnTwXh3DR6IncIU2kkvveTSo3AdKTs4cA=
github.com/axivo/website/global v1.0.4 h1:L1xjtlid2sCQKgRi32Crx5rsl9x3iqjLd6zXgiCd/Ag=
github.com/axivo/website/global v1.0.4/go.mod h1:a/BSXKI9qEZ7PwHQJNyNZjqnT6iKwHD+YJg5UzwlVA8=
github.com/imfing/hextra v0.11.1 h1:8pTc4ReYbzGTHAnyiebmlT3ijFfIXiGu1r7tM/UGjFI=
github.com/imfing/hextra v0.11.1/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI=
Loading