updated project for personal-site

This commit is contained in:
Nicholas Orlowsky 2022-07-28 19:03:50 -05:00
parent 27592c6bba
commit a71217d54b
No known key found for this signature in database
GPG key ID: 3845F78A73B14100

View file

@ -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"
}