From 451a23103bcfec14749e82cac841c8efe8cf9c09 Mon Sep 17 00:00:00 2001 From: Rebecca Hollis Date: Tue, 27 Apr 2021 14:18:01 -0400 Subject: [PATCH] added company directory --- src/assets/conf/resources-landing-page.json | 27 +++++++++++++-------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/src/assets/conf/resources-landing-page.json b/src/assets/conf/resources-landing-page.json index 9c51b0d..6b6f09c 100644 --- a/src/assets/conf/resources-landing-page.json +++ b/src/assets/conf/resources-landing-page.json @@ -34,6 +34,14 @@ "urlText": "https://docs.google.com/forms/d/e/1FAIpQLSdMwcVjS3SSqFhypnmgkbH_DVg_TMhB7VYYYyN0dwypshuVLw/viewform", "altText": "Document icon", "keywords": "human resources, career, job" + }, + { + "title": "Client W-9 Form", + "description": "A W-9 form is required by JDS Consulting so that the company can file an information return with the IRS.", + "imagePath": "tax-icon-100x100.png", + "urlText": "https://www.irs.gov/pub/irs-pdf/fw9.pdf", + "altText": "tax icon", + "keywords": "workflow, tax, taxes, account" } ] }, @@ -75,7 +83,7 @@ ] }, "Productivity": { - "description": "Basic work tools, e-mail, calendar, document applications and cloud storage", + "description": "Basic work tools, e-mail, calendar and employee directory", "cards": [ { "title": "Gmail", @@ -100,6 +108,13 @@ "urlText": "https://myaccount.google.com/", "altText": "Google Workspace logo", "keywords": "productivity, e-mail" + }, + {"title": "Employee Directory", + "description": "Connect with other employees easily. This directory lists phone numbers and e-mail addresses.", + "imagePath": "word-icon-100x100.png", + "urlText": "https://docs.google.com/spreadsheets/d/1HSZ63Pw_r5ioFJUvJaEsBP4IO5Q_fs3TB_1FILZbn28/edit?usp=sharing", + "altText": "Document icon", + "keywords": "contact" } ] }, @@ -149,7 +164,7 @@ ] }, "Workflow": { - "description": "Project management, task assignment and status, client information, invoicing and reports", + "description": "Robust applications for streamlining project management throughout the lifecycle", "cards": [ { "title": "Clarity", @@ -182,14 +197,6 @@ "urlText": "https://www.procore.com/", "altText": "Procore logo", "keywords": "workflow, applications, software, account" - }, - { - "title": "Client W-9 Form", - "description": "A W-9 form is required by JDS Consulting so that the company can file an information return with the IRS.", - "imagePath": "tax-icon-100x100.png", - "urlText": "https://www.irs.gov/pub/irs-pdf/fw9.pdf", - "altText": "tax icon", - "keywords": "workflow, tax, taxes, account" } ] }