diff --git a/public/meta.png b/public/meta.png new file mode 100644 index 0000000..ee0271b Binary files /dev/null and b/public/meta.png differ diff --git a/src/components/Project.astro b/src/components/Project.astro index b88545f..824e311 100644 --- a/src/components/Project.astro +++ b/src/components/Project.astro @@ -1,11 +1,11 @@ --- -const { tech, desc, name } = Astro.props; +const { tech, desc, name, link } = Astro.props; ---
- + - + diff --git a/src/pages/index.astro b/src/pages/index.astro index 2bd75e8..92a513a 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -11,7 +11,7 @@ let a = [blogs[0], blogs[1], blogs[2], blogs[3]];
-
+
blogs in my free time.

-

+

Head of Systems/Operations in my school's computer club.

@@ -65,17 +65,16 @@ let a = [blogs[0], blogs[1], blogs[2], blogs[3]];
- -
+ -
+
-
+
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) => ( - + )) }