From 6d9f7560ba9b7960ad1fee8c48f0a3209774dd3c Mon Sep 17 00:00:00 2001 From: Space Date: Sun, 21 Sep 2025 22:55:07 +0200 Subject: [PATCH] Add 3D Print Card project to the portfolio --- app/routes/_index.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/routes/_index.tsx b/app/routes/_index.tsx index 2a7a21e..c6500e2 100644 --- a/app/routes/_index.tsx +++ b/app/routes/_index.tsx @@ -260,6 +260,13 @@ const projects: { open_source: { link: "https://github.com/Space-Banane/shsf" }, image: "https://cdn.reversed.dev/pictures/shsf/SHSF.png", }, + { + name: "3D Print Card", + description: "Showcase Your 3D Prints Beautifully", + link:"card.peakprinting.top", + image: "https://card.peakprinting.top/icon.png", + open_source: { link: "https://github.com/Space-Banane/imsoprintingit" }, + }, { name: "Lil Cats", link: "https://cats.reversed.dev",