Update Projects.ts
This commit is contained in:
parent
9878141e54
commit
a6118b9a75
|
@ -2,7 +2,7 @@ import InfoCardProps from "../../types/InfoCardProps";
|
||||||
|
|
||||||
const WebsiteProject: InfoCardProps = {
|
const WebsiteProject: InfoCardProps = {
|
||||||
title: "personal-site (this website)",
|
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.",
|
description: "As a primairly backend guy, I wrote my last website as a JSON file (imitating 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",
|
listTitle: "Technologies & Resources used",
|
||||||
list:["React", "Typescript", "Bootstrap", "NWS", "Docker", "Kubernetes"],
|
list:["React", "Typescript", "Bootstrap", "NWS", "Docker", "Kubernetes"],
|
||||||
link: "https://github.com/nickorlow/personal-site",
|
link: "https://github.com/nickorlow/personal-site",
|
||||||
|
|
Loading…
Reference in a new issue