diff --git a/public/projectimgs/jasonbourne.webp b/public/projectimgs/jasonbourne.webp new file mode 100644 index 0000000..db313a7 Binary files /dev/null and b/public/projectimgs/jasonbourne.webp differ diff --git a/src/data/webdata.js b/src/data/webdata.js index a45cb2e..d264e4b 100644 --- a/src/data/webdata.js +++ b/src/data/webdata.js @@ -7,6 +7,15 @@ const BLANKTEMPLATE = { } 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", Image: "/projectimgs/wordle.webp",