diff --git a/src/assets/conf/resources-landing-page.json b/src/assets/conf/resources-landing-page.json index eec45fd..0df8f5d 100644 --- a/src/assets/conf/resources-landing-page.json +++ b/src/assets/conf/resources-landing-page.json @@ -50,27 +50,6 @@ "urlText": "https://login.salesforce.com/", "altText": "Salesforce logo" }, - { - "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/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/coming-soon.pdf", - "altText": "PDF 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/coming-soon.pdf", - "altText": "PDF icon" - }, { "title": "Facebook", "description": "Through Facebook, the company connects with the community by sharing content and interacting with the public.", diff --git a/src/assets/resources/marketing/ComingSoon-Brochure.pdf b/src/assets/resources/marketing/ComingSoon-Brochure.pdf new file mode 100644 index 0000000..e22ed97 Binary files /dev/null and b/src/assets/resources/marketing/ComingSoon-Brochure.pdf differ diff --git a/src/assets/resources/marketing/ComingSoon-Brochure.pdf.json b/src/assets/resources/marketing/ComingSoon-Brochure.pdf.json new file mode 100644 index 0000000..83c276f --- /dev/null +++ b/src/assets/resources/marketing/ComingSoon-Brochure.pdf.json @@ -0,0 +1,5 @@ +{ + "title": "JDSfaulkner Brochure", + "description": "Share the company's brochure with existing and potential clients to showcase the value JDSfaulkner has to offer.", + "altText": "PDF icon" +} \ No newline at end of file diff --git a/src/assets/resources/marketing/ComingSoon-MktgList.pdf b/src/assets/resources/marketing/ComingSoon-MktgList.pdf new file mode 100644 index 0000000..e22ed97 Binary files /dev/null and b/src/assets/resources/marketing/ComingSoon-MktgList.pdf differ diff --git a/src/assets/resources/marketing/ComingSoon-MktgList.pdf.json b/src/assets/resources/marketing/ComingSoon-MktgList.pdf.json new file mode 100644 index 0000000..4d9c0a9 --- /dev/null +++ b/src/assets/resources/marketing/ComingSoon-MktgList.pdf.json @@ -0,0 +1,5 @@ +{ + "title": "Marketing Contacts", + "description": "Keep track of important contacts using this list of names, mailing and e-mail addresses, and phone numbers.", + "altText": "PDF icon" +} \ No newline at end of file diff --git a/src/assets/resources/marketing/ComingSoon-SOQ.pdf b/src/assets/resources/marketing/ComingSoon-SOQ.pdf new file mode 100644 index 0000000..e22ed97 Binary files /dev/null and b/src/assets/resources/marketing/ComingSoon-SOQ.pdf differ diff --git a/src/assets/resources/marketing/ComingSoon-SOQ.pdf.json b/src/assets/resources/marketing/ComingSoon-SOQ.pdf.json new file mode 100644 index 0000000..1861075 --- /dev/null +++ b/src/assets/resources/marketing/ComingSoon-SOQ.pdf.json @@ -0,0 +1,5 @@ +{ + "title": "JDSfaulkner SOQ", + "description": "SOQs present the experience and capabilities that qualify JDSfaulkner to win contracts or new clients.", + "altText": "PDF icon" +} \ No newline at end of file