diff --git a/README.md b/README.md index dec9971..289f6d9 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ You can create a new branch in your repo on your codespace by running the comman git checkout -b feature-update-guide ``` + Run `git branch` to ensure that you've switched to your newly created branch: ![](guide/imgs/git-branch.png) @@ -72,8 +73,8 @@ Run `git branch` to ensure that you've switched to your newly created branch: Remove the markdown-formatted block and add a `>` symbol next to each line in the section. Your markdown file should look like this: -```markdown -### Example Data Privacy Policy (Snippet) + +>### Example Data Privacy Policy (Snippet) > ### Data Privacy Policy @@ -93,7 +94,7 @@ Remove the markdown-formatted block and add a `>` symbol next to each line in th > #### Consent and Rights > > Individuals have the right to access, correct, or delete their personal data upon request. Consent can be withdrawn at any time. -``` + Verify your changes in the preview window. diff --git a/guide/data-privacy.md b/guide/data-privacy.md index cada4e0..0569b07 100644 --- a/guide/data-privacy.md +++ b/guide/data-privacy.md @@ -70,25 +70,25 @@ Develop a plan for responding to data breaches. Outline steps to mitigate damage ### Example Data Privacy Policy (Snippet) -```markdown -### Data Privacy Policy - -#### Data Collection and Usage - -We collect personal data (e.g., names, email addresses) only with explicit consent and for specified purposes. Data is used solely for internal communication and organizing purposes. - -#### Data Security -All personal data is stored securely using industry-standard encryption methods. Access is restricted to authorized personnel only. - -#### Data Retention - -We retain personal data only as long as necessary for organizational purposes or as required by law. Data will be securely deleted when no longer needed. - -#### Consent and Rights +### Data Privacy Policy +> +>#### Data Collection and Usage +> +>We collect personal data (e.g., names, email addresses) only with explicit consent and for specified purposes. Data is >used solely for internal communication and organizing purposes. +> +>#### Data Security +> +>All personal data is stored securely using industry-standard encryption methods. Access is restricted to authorized >personnel only. +> +>#### Data Retention +> +>We retain personal data only as long as necessary for organizational purposes or as required by law. Data will be securely >deleted when no longer needed. +> +>#### Consent and Rights +> +>Individuals have the right to access, correct, or delete their personal data upon request. Consent can be withdrawn at any >time. -Individuals have the right to access, correct, or delete their personal data upon request. Consent can be withdrawn at any time. -``` ### Example Consent Form (Snippet) @@ -119,8 +119,8 @@ What is a potential consequence of not having strong data privacy protections in **Top Answer:** ``` -Author: [your name here] +Author: [bee-rye] -[your answer here] +[having weak data privacy protections] ```