From 7632901568982cbaf3742cfa86e5ce3750d7bc69 Mon Sep 17 00:00:00 2001 From: Rebecca Hollis Date: Thu, 19 Nov 2020 07:34:26 -0500 Subject: [PATCH] added subfolders to resources folder --- src/assets/conf/resources-landing-page.json | 20 +++++++++--------- .../{ComingSoon.pdf => coming-soon.pdf} | Bin .../2 Paycor_Direct_Deposit_Worksheet.pdf | Bin .../Employment Application.docx | Bin .../JDSfaulkner Emp Handbook v8.0.pdf | Bin .../JDSfaulknerDraftingQuiz_11-16-20a.docx | Bin .../Notice and Agreement.pdf | Bin .../{ => marketing}/JDS_faulkner_Logo.eps | Bin .../{ => marketing}/JDS_faulkner_Logo.png | Bin 9 files changed, 10 insertions(+), 10 deletions(-) rename src/assets/resources/{ComingSoon.pdf => coming-soon.pdf} (100%) rename src/assets/resources/{ => human-resources}/2 Paycor_Direct_Deposit_Worksheet.pdf (100%) rename src/assets/resources/{ => human-resources}/Employment Application.docx (100%) rename src/assets/resources/{ => human-resources}/JDSfaulkner Emp Handbook v8.0.pdf (100%) rename src/assets/resources/{ => human-resources}/JDSfaulknerDraftingQuiz_11-16-20a.docx (100%) rename src/assets/resources/{ => human-resources}/Notice and Agreement.pdf (100%) rename src/assets/resources/{ => marketing}/JDS_faulkner_Logo.eps (100%) rename src/assets/resources/{ => marketing}/JDS_faulkner_Logo.png (100%) diff --git a/src/assets/conf/resources-landing-page.json b/src/assets/conf/resources-landing-page.json index 86d3ed7..a45b224 100644 --- a/src/assets/conf/resources-landing-page.json +++ b/src/assets/conf/resources-landing-page.json @@ -24,14 +24,14 @@ "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/JDSfaulkner Emp Handbook v8.0.pdf", + "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/2 Paycor_Direct_Deposit_Worksheet.pdf", + "urlText": "../resources/human-resources/2 Paycor_Direct_Deposit_Worksheet.pdf", "altText": "PDF icon" }, { @@ -45,14 +45,14 @@ "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/Employment Application.docx", + "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/JDSfaulknerDraftingQuiz_11-16-20a.docx", + "urlText": "../resources/human-resources/JDSfaulknerDraftingQuiz_11-16-20a.docx", "altText": "Document icon" }, { @@ -66,7 +66,7 @@ "title": "Salary Reduction Agreement", "description": "Send HR this form if you would like to establish or change the part of your compensation that goes to an IRA.", "imagePath": "pdf-icon-100x100.png", - "urlText": "../resources/Notice and Agreement.pdf", + "urlText": "../resources/human-resources/Notice and Agreement.pdf", "altText": "PDF icon" } ] @@ -94,35 +94,35 @@ "title": "JDSfaulkner Brochure", "description": "Share the company's brochure with existing and potential clients to showcase the value JDSfaulkner has to offer.", "imagePath": "pdf-icon-100x100.png", - "urlText": "../resources/Notice and Agreement.pdf", + "urlText": "../resources/coming-soon.pdf", "altText": "PDF icon" }, { "title": "JDSfaulkner SOQ", "description": "SOQs present the experience and capabilities that qualify JDSfaulkner to win contracts or new clients.", "imagePath": "pdf-icon-100x100.png", - "urlText": "../resources/Notice and Agreement.pdf", + "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-download-icon.png", - "urlText": "../resources/JDS_faulkner_Logo.eps", + "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-download-icon.png", - "urlText": "../resources/JDS_faulkner_Logo.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.", "imagePath": "pdf-icon-100x100.png", - "urlText": "../resources/ComingSoon.pdf", + "urlText": "../resources/coming-soon.pdf", "altText": "PDF icon" }, { diff --git a/src/assets/resources/ComingSoon.pdf b/src/assets/resources/coming-soon.pdf similarity index 100% rename from src/assets/resources/ComingSoon.pdf rename to src/assets/resources/coming-soon.pdf diff --git a/src/assets/resources/2 Paycor_Direct_Deposit_Worksheet.pdf b/src/assets/resources/human-resources/2 Paycor_Direct_Deposit_Worksheet.pdf similarity index 100% rename from src/assets/resources/2 Paycor_Direct_Deposit_Worksheet.pdf rename to src/assets/resources/human-resources/2 Paycor_Direct_Deposit_Worksheet.pdf diff --git a/src/assets/resources/Employment Application.docx b/src/assets/resources/human-resources/Employment Application.docx similarity index 100% rename from src/assets/resources/Employment Application.docx rename to src/assets/resources/human-resources/Employment Application.docx diff --git a/src/assets/resources/JDSfaulkner Emp Handbook v8.0.pdf b/src/assets/resources/human-resources/JDSfaulkner Emp Handbook v8.0.pdf similarity index 100% rename from src/assets/resources/JDSfaulkner Emp Handbook v8.0.pdf rename to src/assets/resources/human-resources/JDSfaulkner Emp Handbook v8.0.pdf diff --git a/src/assets/resources/JDSfaulknerDraftingQuiz_11-16-20a.docx b/src/assets/resources/human-resources/JDSfaulknerDraftingQuiz_11-16-20a.docx similarity index 100% rename from src/assets/resources/JDSfaulknerDraftingQuiz_11-16-20a.docx rename to src/assets/resources/human-resources/JDSfaulknerDraftingQuiz_11-16-20a.docx diff --git a/src/assets/resources/Notice and Agreement.pdf b/src/assets/resources/human-resources/Notice and Agreement.pdf similarity index 100% rename from src/assets/resources/Notice and Agreement.pdf rename to src/assets/resources/human-resources/Notice and Agreement.pdf diff --git a/src/assets/resources/JDS_faulkner_Logo.eps b/src/assets/resources/marketing/JDS_faulkner_Logo.eps similarity index 100% rename from src/assets/resources/JDS_faulkner_Logo.eps rename to src/assets/resources/marketing/JDS_faulkner_Logo.eps diff --git a/src/assets/resources/JDS_faulkner_Logo.png b/src/assets/resources/marketing/JDS_faulkner_Logo.png similarity index 100% rename from src/assets/resources/JDS_faulkner_Logo.png rename to src/assets/resources/marketing/JDS_faulkner_Logo.png