diff --git a/src/_data/webprojects.json b/src/_data/webprojects.json index 682b75f..952784f 100644 --- a/src/_data/webprojects.json +++ b/src/_data/webprojects.json @@ -169,6 +169,17 @@ ], "screenshotURL": "/screenshots/fcc-web-Project3-ProductLandingPage.jpeg", "screenshotAltText": "Project 3 - Product Landing Page" + }, + { + "title": "Project 4 - Build A Technical Document", + "url": "/freeCodeCamp/responsive-web-design-projects/Project4-BuildATechnicalDocumentPage", + "description": "", + "techUsed": [ + "html5", + "css3" + ], + "screenshotURL": "/screenshots/fcc-web-Project4-BuildATechnicalDocument.png", + "screenshotAltText": "Project 4 - Build A Technical Document" } ] } diff --git a/src/screenshots/fcc-web-Project4-BuildATechnicalDocument.png b/src/screenshots/fcc-web-Project4-BuildATechnicalDocument.png new file mode 100644 index 0000000..005b645 Binary files /dev/null and b/src/screenshots/fcc-web-Project4-BuildATechnicalDocument.png differ