diff --git a/src/assets/conf/resources-landing-page.json b/src/assets/conf/resources-landing-page.json index f225889..d7414f5 100644 --- a/src/assets/conf/resources-landing-page.json +++ b/src/assets/conf/resources-landing-page.json @@ -215,6 +215,13 @@ "imagePath": "learning-center-icon4-100x100.png", "urlText": "https://learning.carolina.engineering/additional-resources/", "altText": "Learning Center icon" + }, + { + "title": "Deltek University", + "description": "Increase your Deltek knowledge with courses designed to teach you how to use Deltek solutions proficiently.", + "imagePath": "deltek-logo-black.png", + "urlText":"https://www.deltek.com/en/support/deltek-university", + "altText": "Deltek logo" } ] }, @@ -257,6 +264,13 @@ "imagePath": "tax-icon-100x100.png", "urlText": "https://www.irs.gov/forms-pubs/about-form-w-9", "altText": "tax icon" + }, + { + "title": "Project Folders", + "description": "Access vital information about specific projects – from initial set-up to final delivery – in an accessible and central location.", + "imagePath": "project-folder-icon-100x100.png", + "urlText": "../resources/coming-soon.pdf", + "altText": "Project folder icon" } ] } diff --git a/src/assets/images/project-folder-icon-100x100.png b/src/assets/images/project-folder-icon-100x100.png new file mode 100644 index 0000000..0a4b308 Binary files /dev/null and b/src/assets/images/project-folder-icon-100x100.png differ