Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit 28ef571

Browse files
committed
todo: luax
1 parent f5b4152 commit 28ef571

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

public/founder.png

697 KB
Loading

src/assets/aoxpress.png

315 KB
Loading

src/pages/index.tsx

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import codecell from "@/assets/codecell.png";
1616
import logo from "@/assets/logo.png";
1717
import mirror from "@/assets/mirror.png";
1818
import arnode from "@/assets/arnode.png";
19+
import aoxpress from "@/assets/aoxpress.png";
1920

2021

2122
type TProduct = {
@@ -61,6 +62,19 @@ const products: TProduct[] = [
6162
description: "Manage your AO packages from the terminal",
6263
image: apmcli,
6364
link: "https://www.npmjs.com/package/apm-tool"
65+
},
66+
{
67+
heading: "aoxpress + aofetch",
68+
title: "Easy and familiar syntax for devs",
69+
description: "Express like syntax for defining handlers and calling them from frontend",
70+
image: aoxpress,
71+
link: "https://github.com/ankushKun/aoxpress"
72+
}, {
73+
heading: "LuaX",
74+
title: "JSX for Lua",
75+
description: "Write JSX like syntax in Lua and serve them using aoxpress",
76+
image: undefined,
77+
link: "https://github.com/ankushKun/aoxpress/tree/main/luax"
6478
}
6579
]
6680

@@ -146,7 +160,7 @@ export default function Home() {
146160
<div className="min-h-[70vh] flex flex-col items-center justify-center">
147161
<div className="text-center text-4xl font-serif-display">The Team</div>
148162
<div className="mx-auto w-fit flex flex-col items-center my-5">
149-
<Image src="https://pbs.twimg.com/profile_images/1874535694384926720/kSKTdDJ5_400x400.jpg" alt="Ankush" className="rounded-full border" width={120} height={120} draggable={false} />
163+
<Image src="/founder.png" alt="Ankush" className="rounded-full border" width={120} height={120} draggable={false} />
150164
<div className="text-3xl flex items-center gap-2">Ankush</div>
151165
<div className="-mt-1 mb-1 text-muted-foreground flex items-center gap-2">Founder</div>
152166
<div className="font-serif-display flex items-center gap-2 my-2">

0 commit comments

Comments
 (0)