From a71217d54bd0adb41b6a0eeeca2a57fb69a2f71c Mon Sep 17 00:00:00 2001 From: Nicholas Orlowsky Date: Thu, 28 Jul 2022 19:03:50 -0500 Subject: [PATCH] updated project for personal-site --- src/static/data/Projects.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/data/Projects.ts b/src/static/data/Projects.ts index ede3af9..2a153be 100644 --- a/src/static/data/Projects.ts +++ b/src/static/data/Projects.ts @@ -4,7 +4,7 @@ const WebsiteProject: InfoCardProps = { title: "personal-site (this website)", description: "As a primairly backend guy, I wrote my last website as a JSON file (imatating a webAPI). Feedback showed that that was a bad idea so I made this pretty neat site (in my opinion). If you like it, feel free to use it yourself! The backend is run in a homemade datacenter (a few Dell Poweredges on a rack) running on Kubernetes.", listTitle: "Technologies & Resources used", - list:["React", "Typescript", "Bootstrap", "Icons8", "Docker", "Kubernetes"], + list:["React", "Typescript", "Bootstrap", "NWS", "Docker", "Kubernetes"], link: "https://github.com/nickorlow/personal-site", linkTitle: "GitHub Repo" }