project week 4 added

This commit is contained in:
II-Paulus-II 2024-03-30 15:45:44 +00:00
parent f3e443040b
commit 9d231cf1da
2 changed files with 9 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

View File

@ -7,6 +7,15 @@ const BLANKTEMPLATE = {
} }
export const webProjects = [ export const webProjects = [
{
Name: "Message Board - Jason Bourne Theme",
Image: "/projectimgs/jasonbourne.webp",
Details: "",
Features: "",
Technologies: "Javascript, HTML, CSS, Express JS",
GitHub: "https://github.com/II-Paulus-II/project-week4",
Hosted: "https://cia-message-board.onrender.com/",
},
{ {
Name: "Wordle Clone", Name: "Wordle Clone",
Image: "/projectimgs/wordle.webp", Image: "/projectimgs/wordle.webp",