@@ -3,33 +3,34 @@ title: Home
33layout : hextra-home
44---
55
6+ <!-- prettier-ignore-start -->
67{{< hextra/hero-container
78 image="images/logo.svg"
8- imageClass="hx- block hx- overflow-hidden hx- rounded-3xl"
9+ imageClass="hx: block hx: overflow-hidden hx: rounded-3xl "
910 imageWidth="300" imageHeight="300"
1011 imageTitle="AXIVO"
1112> }}
12- <div class="hx- mt-12 hx- mb-6">
13+ <div class="hx: mt-12 hx: mb-6">
1314 {{< hextra/hero-headline > }}
1415 Imagine. Create.
1516{{< /hextra/hero-headline >}}
1617</div >
1718
18- <div class =" hx- mt-6 hx- mb-6 " >
19+ <div class =" hx: mt-6 hx: mb-6 " >
1920{{< hextra/hero-subtitle >}}
2021 👋 Welcome to our public space.
2122{{< /hextra/hero-subtitle >}}
2223</div >
2324
24- <div class =" hx- mt-6 hx- mb-6 " >
25+ <div class =" hx: mt-6 hx: mb-6 " >
2526{{< hextra/hero-subtitle >}}
2627 Our goal is to create beautiful projects, empowering engineers to
2728 deliver beautiful software experiences to open-source community.
2829{{< /hextra/hero-subtitle >}}
2930</div >
3031{{< /hextra/hero-container >}}
3132
32- <div class =" hx- mt-6 hx- mb-6 " >
33+ <div class =" hx: mt-6 hx: mb-6 " >
3334{{< hextra/hero-section >}}
3435 Latest Projects
3536{{< /hextra/hero-section >}}
@@ -39,19 +40,20 @@ layout: hextra-home
3940 {{< hextra/feature-card
4041 title="Claude"
4142 subtitle="Scalable collaboration platform for Claude."
42- class="hx- aspect-auto md: hx- aspect-[ 1.1/1] max-md: hx- min-h-[ 340px] "
43+ class="hx: aspect-auto hx: md: aspect- [ 1.1/1] hx: max-md: min-h- [ 340px] "
4344 image="/images/card-claude.webp"
44- imageClass="hx- top-[ 20%] hx- left-[ 24px] hx-w- [ 180% ] sm : hx- w-[ 110%] dark : hx-opacity-80 "
45+ imageClass="hx: top- [ 20%] hx: left- [ 24px] hx: w- [ 110%] "
4546 link="/claude/"
46- style="background: radial-gradient(ellipse at 50% 80%,rgba(194,97,254,0.15 ),hsla(0,0%,100%,0));"
47+ style="background: radial-gradient(ellipse at 50% 80%,rgba(194,97,254,0.25 ),hsla(0,0%,100%,0));"
4748 > }}
4849 {{< hextra/feature-card
4950 title="K3s Cluster"
5051 subtitle="High Availability cluster deployed with Ansible."
51- class="hx- aspect-auto md: hx- aspect-[ 1.1/1] max-md: hx- min-h-[ 340px] "
52+ class="hx: aspect-auto hx: md: aspect- [ 1.1/1] hx: max-md: min-h- [ 340px] "
5253 image="/images/card-k3s-cluster.webp"
53- imageClass="hx- top-[ 20%] hx- left-[ 24px] hx-w- [ 180% ] sm : hx- w-[ 110%] dark : hx-opacity-80 "
54+ imageClass="hx: top- [ 20%] hx: left- [ 24px] hx: w- [ 110%] "
5455 link="/k3s-cluster/"
55- style="background: radial-gradient(ellipse at 50% 80%,rgba(194,97,254 ,0.15 ),hsla(0,0%,100%,0));"
56+ style="background: radial-gradient(ellipse at 50% 80%,rgba(221,210,59 ,0.25 ),hsla(0,0%,100%,0));"
5657 > }}
5758 {{< /hextra/feature-grid > }}
59+ <!-- prettier-ignore-end -->
0 commit comments