diff --git a/src/assets/conf/resources-landing-page.json b/src/assets/conf/resources-landing-page.json index 73630a9..fe5c194 100644 --- a/src/assets/conf/resources-landing-page.json +++ b/src/assets/conf/resources-landing-page.json @@ -1,9 +1,5 @@ { "grid-container": { - "Resources": { - "description": "Top level resources", - "cards": [] - }, "Human Resources": { "description": "Policies, recruitment, onboarding, benefits and compensation", "cards": [ diff --git a/src/assets/resources/coming-soon.pdf b/src/assets/resources/coming-soon.pdf deleted file mode 100644 index 54afffd..0000000 Binary files a/src/assets/resources/coming-soon.pdf and /dev/null differ diff --git a/src/assets/resources/coming-soon.pdf.json b/src/assets/resources/coming-soon.pdf.json deleted file mode 100644 index 48aa54d..0000000 --- a/src/assets/resources/coming-soon.pdf.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "description": "Coming soon pdf", - "show": true -} \ No newline at end of file diff --git a/src/assets/resources/marketing/JDS_faulkner_Logo.eps.json b/src/assets/resources/marketing/JDS_faulkner_Logo.eps.json deleted file mode 100644 index 763657c..0000000 --- a/src/assets/resources/marketing/JDS_faulkner_Logo.eps.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "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.", - "show": true -} \ No newline at end of file diff --git a/src/ts_source/viewFactory.ts b/src/ts_source/viewFactory.ts index 4d1639e..36dfb74 100644 --- a/src/ts_source/viewFactory.ts +++ b/src/ts_source/viewFactory.ts @@ -65,7 +65,6 @@ export function buildWebCardsFromConfig(configName: string) { let containerElem = $(`#${containerName}`); let containerCategories = Object.keys(containerObject); - containerCategories.push("Resources"); for (let j = 0, m = containerCategories.length; j < m; j++) { let categoryMetaObjectKey = containerCategories[j];