From b0d2795013bfa008985f40390cdcee197a045e6c Mon Sep 17 00:00:00 2001 From: Jack Cushman Date: Wed, 13 Mar 2024 16:43:03 -0400 Subject: [PATCH] Privacy page updates --- src/data/privacySidebarLinks.js | 35 ------------------------ src/templates/cap-privacy-page.js | 45 ++++++++++--------------------- 2 files changed, 14 insertions(+), 66 deletions(-) delete mode 100644 src/data/privacySidebarLinks.js diff --git a/src/data/privacySidebarLinks.js b/src/data/privacySidebarLinks.js deleted file mode 100644 index 7a124b0..0000000 --- a/src/data/privacySidebarLinks.js +++ /dev/null @@ -1,35 +0,0 @@ -export const anchorLinks = [ - { - title: "What types of information does CAP collect?", - url: "#what-types-of-information-does-cap-collect", - }, - { - title: "How does CAP use the information it collects?", - url: "#how-does-cap-use-the-information-it-collects", - }, - { - title: "When does CAP disclose information to third parties?", - url: "#when-does-cap-disclose-information-to-third-parties", - }, - { - title: - "What if I access another website or third party service through the Services?", - url: "#what-if-I-access-another-website-or-third-party-service-through-the-services", - }, - { - title: "Security", - url: "#security", - }, - { - title: "Transfer of Information", - url: "#transfer-of-information", - }, - { - title: "Changes to this Privacy Policy", - url: "#changes-to-this-privacy-policy", - }, - { - title: "Questions?", - url: "#questions", - }, -]; diff --git a/src/templates/cap-privacy-page.js b/src/templates/cap-privacy-page.js index 334ef9a..781dda2 100644 --- a/src/templates/cap-privacy-page.js +++ b/src/templates/cap-privacy-page.js @@ -3,10 +3,9 @@ import "../components/cap-notification-banner.js"; import "../components/cap-nav.js"; import "../components/cap-page-header.js"; import "../components/cap-footer.js"; -import "../components/cap-anchor-list.js"; -import { anchorLinks } from "../data/privacySidebarLinks.js"; +import { AnchorListMixin } from "../components/cap-anchor-list.js"; -export class CapPrivacyPage extends LitElement { +export class CapPrivacyPage extends AnchorListMixin(LitElement) { // Turn Shadow DOM off // Generally discouraged: https://lit.dev/docs/components/shadow-dom/#implementing-createrenderroot createRenderRoot() { @@ -16,7 +15,7 @@ export class CapPrivacyPage extends LitElement { render() { return html` Skip to main content -
@@ -39,7 +38,7 @@ export class CapPrivacyPage extends LitElement {

Personal Information

- In order to access certain parts of the Services, CAP may require - you to provide personal information, such as your name and email - address. CAP uses this information to manage your account, - communicate with you, and provide the Services to you. CAP will not - collect any personal information from your use of the Services - unless you choose to provide it by registering for an account or - otherwise posting, sending, or uploading the information to the - Services. + CAP is a static website and does not collect personal information + beyond what is automatically collected as described above. If you + choose to subscribe to our email newsletter, we will collect and + store your email address solely for subscribing or unsubscribing + from our mailing list. If you use the legacy CAP website, that + website may collect additional information, as described at + old.case.law/privacy.

Transfer of Information @@ -179,7 +162,7 @@ export class CapPrivacyPage extends LitElement {

If you have questions about this privacy policy, please contact CAP.

-

Last modified on May 2, 2019.

+

Last modified on March 13, 2024.