neuing
diff --git a/src/pages/stuff.astro b/src/pages/stuff.astro
index c3e069e..dc25747 100644
--- a/src/pages/stuff.astro
+++ b/src/pages/stuff.astro
@@ -49,6 +49,12 @@ const configs = [
},
];
const showoff = [
+ {
+ name: "floww",
+ desc: "redefining the way to collaborate with people on youtube channels.",
+ tech: [{ name: "next", color: "bg-blue-300" }, { name: "wip" }],
+ link: "https://github.com/tryfloww"
+ },
{
name: "holmes",
desc: "0 js, 100% golang and templ batteries included starter kit for crypt hunts",
@@ -65,7 +71,7 @@ const showoff = [
{
name: "biotrack",
desc: "an online personal health diary to keep track of you life with ai assistance",
- tech: [{ name: "golang", color: "bg-blue-300" }, { name: "js" }],
+ tech: [{ name: "golang", color: "bg-blue-300" }, { name: "js" }, {name: "gemini"}],
},
{
name: "pound",
@@ -105,22 +111,24 @@ const decent = [
name: "namishh.github.io",
desc: "basically the blog you're seeing rn. rewritten with astro and tailwind",
tech: [{ name: "astro", color: "bg-teal-300" }],
- },
+ },
{
- name: "techfestweb",
- desc: "a beautiful, modern, sleek and responsive website template for techfests",
+ name: "lockin",
+ desc: "24x7 lofi radio plus general productivity website",
tech: [
- { name: "remix", color: "bg-teal-300" },
+ { name: "next", color: "bg-teal-300" },
{ name: "tailwind", color: "bg-blue-300" },
- ],
+ ],
+ link: "https://cafe.namishh.me",
},
{
- name: "solace",
- desc: "24x7 lofi radio plus productivity tool",
+ name: "techfestweb",
+ desc: "a beautiful, modern, sleek and responsive website template for techfests",
tech: [
- { name: "next", color: "bg-teal-300" },
+ { name: "remix", color: "bg-teal-300" },
{ name: "tailwind", color: "bg-blue-300" },
- ],
+ ],
+ link: "https://techfestweb.vercel.app",
},
{
name: "silxx",
@@ -129,6 +137,7 @@ const decent = [
{ name: "astro", color: "bg-teal-300" },
{ name: "tailwind", color: "bg-blue-300" },
],
+ link: "https://silxx.vercel.app",
},
{
name: "crypt",
@@ -140,7 +149,7 @@ const decent = [
},
{
name: "cyquest",
- desc: "website for the cyquest 2023, made with a lot of head smashing and generous npm repos",
+ desc: "website for the cyquest 2023, with a complete desktop like interface",
tech: [
{ name: "react", color: "bg-teal-300" },
{ name: "tailwind", color: "bg-blue-300" },
@@ -261,7 +270,8 @@ const meh = [
{
showoff.map((i) => (
-
+
+
))
}
@@ -275,7 +285,7 @@ const meh = [
{
decent.map((i) => (
-
+
))
}
@@ -291,7 +301,7 @@ const meh = [
{
bots.map((i) => (
-
+
))
}