From e46795d85727631041ed8224a7bdc003a4a90c8a Mon Sep 17 00:00:00 2001 From: Rebecca Hollis Date: Wed, 16 Dec 2020 14:42:37 -0500 Subject: [PATCH] removed redundant resources from resources-landing-page.json --- src/assets/conf/resources-landing-page.json | 49 ------------------ ...2-Paycor_Direct_Deposit_Worksheet.pdf.json | 5 ++ .../Employment-Application.docx.json | 6 +++ .../JDSfaulkner-Emp-Handbook-v8.0.pdf.json | 5 ++ ...DSfaulknerDraftingQuiz_11-16-20a.docx.json | 2 - .../Notice-and-Agreement.pdf.json | 5 ++ ...faulkner_Logo.eps => JDSfaulkner_Logo.eps} | Bin .../marketing/JDSfaulkner_Logo.eps.json | 5 ++ ...faulkner_Logo.png => JDSfaulkner_Logo.png} | Bin .../marketing/JDSfaulkner_Logo.png.json | 5 ++ 10 files changed, 31 insertions(+), 51 deletions(-) create mode 100644 src/assets/resources/human-resources/2-Paycor_Direct_Deposit_Worksheet.pdf.json create mode 100644 src/assets/resources/human-resources/Employment-Application.docx.json create mode 100644 src/assets/resources/human-resources/JDSfaulkner-Emp-Handbook-v8.0.pdf.json create mode 100644 src/assets/resources/human-resources/Notice-and-Agreement.pdf.json rename src/assets/resources/marketing/{JDS_faulkner_Logo.eps => JDSfaulkner_Logo.eps} (100%) create mode 100644 src/assets/resources/marketing/JDSfaulkner_Logo.eps.json rename src/assets/resources/marketing/{JDS_faulkner_Logo.png => JDSfaulkner_Logo.png} (100%) create mode 100644 src/assets/resources/marketing/JDSfaulkner_Logo.png.json diff --git a/src/assets/conf/resources-landing-page.json b/src/assets/conf/resources-landing-page.json index fe5c194..eec45fd 100644 --- a/src/assets/conf/resources-landing-page.json +++ b/src/assets/conf/resources-landing-page.json @@ -17,20 +17,6 @@ "urlText": "https://www.companycasuals.com/JDSfaulknerapparel/start.jsp", "altText": "Store icon" }, - { - "title": "Employee Handbook", - "description": "Read the handbook to learn about the company’s policies related to employment, including pay and benefits.", - "imagePath": "pdf-icon-100x100.png", - "urlText": "../resources/human-resources/JDSfaulkner-Emp-Handbook-v8.0.pdf", - "altText": "PDF icon" - }, - { - "title": "Direct Deposit", - "description": "Would you like have your paychecks deposited into your bank account? Fill out this form and submit it to HR.", - "imagePath": "pdf-icon-100x100.png", - "urlText": "../resources/human-resources/2-Paycor_Direct_Deposit_Worksheet.pdf", - "altText": "PDF icon" - }, { "title": "NC-4EZ Form", "description": "Submit this form to HR so that the correct amount of state income tax can be witheld from your paychecks.", @@ -38,33 +24,12 @@ "urlText": "https://www.ncdor.gov/documents/employees-withholding-allowance-certificate-nc-4ez", "altText": "tax icon" }, - { - "title": "Employment Application", - "description": "Would you or someone you know like to apply for a position? JDSfaulkner is always accepting applications.", - "imagePath": "word-icon-100x100.png", - "urlText": "../resources/human-resources/Employment-Application.docx", - "altText": "Document icon" - }, - { - "title": "Drafting Quiz", - "description": "Click here to access a prequalifying quiz that is a requirement for those applying for drafting positions.", - "imagePath": "word-icon-100x100.png", - "urlText": "../resources/human-resources/JDSfaulknerDraftingQuiz_11-16-20a.docx", - "altText": "Document icon" - }, { "title": "W-4 Form", "description": "Fill out this form and submit to HR so that the company can withhold the correct federal income tax from your pay.", "imagePath": "tax-icon-100x100.png", "urlText": "https://www.irs.gov/forms-pubs/about-form-w-4", "altText": "tax icon" - }, - { - "title": "SRA", - "description": "A salary reduction agreement helps you to establish or change the part of your compensation that goes to an IRA.", - "imagePath": "pdf-icon-100x100.png", - "urlText": "../resources/human-resources/Notice-and-Agreement.pdf", - "altText": "PDF icon" } ] }, @@ -99,20 +64,6 @@ "urlText": "../resources/coming-soon.pdf", "altText": "PDF icon" }, - { - "title": "JDSfaulkner Logo - EPS", - "description": "Do you need to present the logo in your work? Here's an eps format to use in collateral and merchandise.", - "imagePath": "image-eps-icon.png", - "urlText": "../resources/marketing/JDS_faulkner_Logo.eps", - "altText": "Image icon" - }, - { - "title": "JDSfaulkner Logo - PNG", - "description": "Do you need to present the logo in your work? Here's a png format to use in collateral and merchandise.", - "imagePath": "image-png-icon.png", - "urlText": "../resources/marketing/JDS_faulkner_Logo.png", - "altText": "Image icon" - }, { "title": "Marketing Contacts", "description": "Keep track of important contacts using this list of names, mailing and e-mail addresses, and phone numbers.", diff --git a/src/assets/resources/human-resources/2-Paycor_Direct_Deposit_Worksheet.pdf.json b/src/assets/resources/human-resources/2-Paycor_Direct_Deposit_Worksheet.pdf.json new file mode 100644 index 0000000..85fe56b --- /dev/null +++ b/src/assets/resources/human-resources/2-Paycor_Direct_Deposit_Worksheet.pdf.json @@ -0,0 +1,5 @@ +{ + "title": "Direct Deposit", + "description": "Would you like have your paychecks deposited into your bank account? Fill out this form and submit it to HR.", + "altText": "PDF icon" +} \ No newline at end of file diff --git a/src/assets/resources/human-resources/Employment-Application.docx.json b/src/assets/resources/human-resources/Employment-Application.docx.json new file mode 100644 index 0000000..548163c --- /dev/null +++ b/src/assets/resources/human-resources/Employment-Application.docx.json @@ -0,0 +1,6 @@ +{ + + "title": "Employment Application", + "description": "Would you or someone you know like to apply for a position? JDSfaulkner is always accepting applications.", + "altText": "Document icon" +} \ No newline at end of file diff --git a/src/assets/resources/human-resources/JDSfaulkner-Emp-Handbook-v8.0.pdf.json b/src/assets/resources/human-resources/JDSfaulkner-Emp-Handbook-v8.0.pdf.json new file mode 100644 index 0000000..3fec641 --- /dev/null +++ b/src/assets/resources/human-resources/JDSfaulkner-Emp-Handbook-v8.0.pdf.json @@ -0,0 +1,5 @@ +{ + "title": "Employee Handbook", + "description": "Read the handbook to learn about the company’s policies related to employment, including pay and benefits.", + "altText": "PDF icon" +} \ No newline at end of file diff --git a/src/assets/resources/human-resources/JDSfaulknerDraftingQuiz_11-16-20a.docx.json b/src/assets/resources/human-resources/JDSfaulknerDraftingQuiz_11-16-20a.docx.json index b32b590..de3a55b 100644 --- a/src/assets/resources/human-resources/JDSfaulknerDraftingQuiz_11-16-20a.docx.json +++ b/src/assets/resources/human-resources/JDSfaulknerDraftingQuiz_11-16-20a.docx.json @@ -1,7 +1,5 @@ { "title": "Drafting Quiz", "description": "Click here to access a prequalifying quiz that is a requirement for those applying for drafting positions.", - "imagePath": "word-icon-100x100.png", - "urlText": "../resources/human-resources/JDSfaulknerDraftingQuiz_11-16-20a.docx", "altText": "Document icon" } \ No newline at end of file diff --git a/src/assets/resources/human-resources/Notice-and-Agreement.pdf.json b/src/assets/resources/human-resources/Notice-and-Agreement.pdf.json new file mode 100644 index 0000000..6e3cdf6 --- /dev/null +++ b/src/assets/resources/human-resources/Notice-and-Agreement.pdf.json @@ -0,0 +1,5 @@ +{ + "title": "SRA", + "description": "A salary reduction agreement helps you to establish or change the part of your compensation that goes to an IRA.", + "altText": "PDF icon" +} \ No newline at end of file diff --git a/src/assets/resources/marketing/JDS_faulkner_Logo.eps b/src/assets/resources/marketing/JDSfaulkner_Logo.eps similarity index 100% rename from src/assets/resources/marketing/JDS_faulkner_Logo.eps rename to src/assets/resources/marketing/JDSfaulkner_Logo.eps diff --git a/src/assets/resources/marketing/JDSfaulkner_Logo.eps.json b/src/assets/resources/marketing/JDSfaulkner_Logo.eps.json new file mode 100644 index 0000000..0f186a3 --- /dev/null +++ b/src/assets/resources/marketing/JDSfaulkner_Logo.eps.json @@ -0,0 +1,5 @@ +{ + "title": "JDSfaulkner Logo - EPS", + "description": "Do you need to present the logo in your work? Here's an eps format to use in collateral and merchandise.", + "altText": "Image icon" +} \ No newline at end of file diff --git a/src/assets/resources/marketing/JDS_faulkner_Logo.png b/src/assets/resources/marketing/JDSfaulkner_Logo.png similarity index 100% rename from src/assets/resources/marketing/JDS_faulkner_Logo.png rename to src/assets/resources/marketing/JDSfaulkner_Logo.png diff --git a/src/assets/resources/marketing/JDSfaulkner_Logo.png.json b/src/assets/resources/marketing/JDSfaulkner_Logo.png.json new file mode 100644 index 0000000..f8a2a66 --- /dev/null +++ b/src/assets/resources/marketing/JDSfaulkner_Logo.png.json @@ -0,0 +1,5 @@ +{ + "title": "JDSfaulkner Logo - PNG", + "description": "Do you need to present the logo in your work? Here's a png format to use in collateral and merchandise.", + "altText": "Image icon" +} \ No newline at end of file