Skip to content

Commit 33c0e2e

Browse files
committed
Fix headings and redescribe page
1 parent fe4c645 commit 33c0e2e

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

src/templates/PrivacyNotice.phtml

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,21 @@ use \CarlBennett\MVC\Libraries\Common;
44
use \CarlBennett\MVC\Libraries\Pair;
55

66
$title = 'Privacy Notice';
7-
$description = 'BNETDocs Site Privacy Notice';
87
$this->opengraph->attach(new Pair('url', '/privacy'));
98
$this->opengraph->attach(new Pair('type', 'article'));
109

1110
$data_location = $this->getContext()->data_location;
1211
$email_domain = $this->getContext()->email_domain;
1312
$email_mailbox = $this->getContext()->email_mailbox;
1413
$org = $this->getContext()->organization;
14+
$description = sprintf('%s is committed to privacy and security for all of its users. This privacy notice will explain how %s uses the personal data collected from you when you use the site.', $org, $org);
1515

1616
require('./header.inc.phtml'); ?>
1717
<div class="container">
1818
<h1><?=$title?></h1>
19-
<p><?=$org?> is committed to privacy and security for all of its users. This privacy notice will explain how <?=$org?> uses the personal data collected from you when you use the site.</p>
20-
<p><h2>Topics:</h2><ul>
19+
<p><?=$description?></p>
20+
<h2 class="font-weight-bold">Topics</h2>
21+
<p><ul>
2122
<li><a href="#what-data-is-collected">What data is collected?</a></li>
2223
<li><a href="#how-is-your-data-collected">How is your data collected?</a></li>
2324
<li><a href="#how-will-your-data-be-used">How will your data be used?</a></li>
@@ -32,7 +33,7 @@ require('./header.inc.phtml'); ?>
3233
<li><a href="#how-to-contact">How to contact</a></li>
3334
</ul></p>
3435

35-
<h2><a id="what-data-is-collected"><strong>What data is collected?</strong></a></h2>
36+
<h2><a id="what-data-is-collected">What data is collected?</a></h2>
3637
<p>The following private data is collected:<ul>
3738
<li>The IP address, user agent, and requested url of all clients accessing the site, used for logging and tracking of actions on the site.</li>
3839
<li>A person's email address and username, used for user account authentication and identification on the site.</li>
@@ -41,24 +42,24 @@ require('./header.inc.phtml'); ?>
4142
<li>Contact and social media information, freely given by the user during updates to their public user profile, and not necessary for the function of the site nor their user account.</li>
4243
</ul></p>
4344

44-
<h2><a id="how-is-your-data-collected"><strong>How is your data collected?</strong></a></h2>
45+
<h2><a id="how-is-your-data-collected">How is your data collected?</a></h2>
4546
<p>You directly provide <?=$org?> with most of the data that is collected. <?=$org?> collects data and processes data when you:</p>
4647
<p><ul>
4748
<li>Create a user account on the site, or modify your user profile on the site.</li>
4849
<li>Submit, post, or upload media and/or content to the site.</li>
4950
</ul></p>
5051

51-
<h2><a id="how-will-your-data-be-used"><strong>How will your data be used?</strong></a></h2>
52+
<h2><a id="how-will-your-data-be-used">How will your data be used?</a></h2>
5253
<p><?=$org?> collects your data for the following purposes:</p>
5354
<p><ul>
5455
<li>To process your requests in cooperation with site features.</li>
5556
<li>To track user actions taken on the site.</li>
5657
</ul></p>
5758

58-
<h2><a id="how-is-your-data-stored"><strong>How is your data stored?</strong></a></h2>
59+
<h2><a id="how-is-your-data-stored">How is your data stored?</a></h2>
5960
<p><?=$org?> uses a relational database schema hosted in <?=filter_var($data_location, FILTER_SANITIZE_FULL_SPECIAL_CHARS)?>. The full system is backed up via machine snapshots, and the data is not accessible without two-factor authentication. A firewall exists between the online database and the rest of the Internet, which by its nature prevents any unknown traffic from reaching the data. Database backups are created at regular intervals via cronjob or similar automated processes, and the backups are uploaded to an authenticated third-party redundant location.</p>
6061

61-
<h2><a id="what-are-your-data-protection-rights"><strong>What are your data protection rights?</strong></a></h2>
62+
<h2><a id="what-are-your-data-protection-rights">What are your data protection rights?</a></h2>
6263
<p><?=$org?> would like to make sure you are fully aware of all of your data protection rights. Every user is entitled to the following:</p>
6364
<p><ul>
6465
<li>The right to access – You have the right to request <?=$org?> for copies of your personal data.</li>
@@ -70,30 +71,30 @@ require('./header.inc.phtml'); ?>
7071
</ul></p>
7172
<p>If you make a request, we have one month to respond to you. If you would like to exercise any of these rights, please <a href="#how-to-contact">make contact</a> using the information below.</p>
7273

73-
<h2><a id="what-are-cookies"><strong>What are cookies?</strong></a></h2>
74+
<h2><a id="what-are-cookies">What are cookies?</a></h2>
7475
<p>Cookies are text files placed on your computer to collect standard Internet log information and visitor behavior information. When you visit the site, some information from you may be collected automatically through cookies or similar technology.</p>
7576
<p>For further information, visit <a href="https://allaboutcookies.org/">allaboutcookies.org</a>.</p>
7677

77-
<h2><a id="how-are-cookies-used"><strong>How are cookies used?</strong></a></h2>
78+
<h2><a id="how-are-cookies-used">How are cookies used?</a></h2>
7879
<p><?=$org?> uses cookies for the following purposes:</p>
7980
<p><ul>
8081
<li>To record cookie preferences for the site.</li>
8182
<li>To identify you as a returning user of the site, so you may stay logged in to your user account between visits.</li>
8283
</ul></p>
8384

84-
<h2><a id="what-types-of-cookies-are-used"><strong>What types of cookies are used?</strong></a></h2>
85+
<h2><a id="what-types-of-cookies-are-used">What types of cookies are used?</a></h2>
8586
<p><?=$org?> uses functional cookies so that the site will recognize you and remember your previously selected preferences. All important cookies are first-party cookies, any and all third-party cookies may be allowed as desired.</p>
8687

87-
<h2><a id="how-to-manage-your-cookies"><strong>How to manage your cookies</strong></a></h2>
88+
<h2><a id="how-to-manage-your-cookies">How to manage your cookies</a></h2>
8889
<p>You can set your browser not to accept cookies, and the website <a href="https://allaboutcookies.org/">allaboutcookies.org</a> tells you how to remove cookies from your browser. However, some of the site features may not function as a result.</p>
8990

90-
<h2><a id="privacy-policies-of-other-websites"><strong>Privacy policies of other websites</strong></a></h2>
91+
<h2><a id="privacy-policies-of-other-websites">Privacy policies of other websites</a></h2>
9192
<p>The website may contain links to other websites. This privacy notice applies only to this site, so if you click on a link to another website, you should read their privacy policy or notice.</p>
9293

93-
<h2><a id="changes-to-the-privacy-notice"><strong>Changes to the privacy notice</strong></a></h2>
94+
<h2><a id="changes-to-the-privacy-notice">Changes to the privacy notice</a></h2>
9495
<p>If you have any questions about this privacy notice, the data held on you, or you would like to exercise one of your data protection rights, please do not hesitate to get in contact.</p>
9596

96-
<h2><a id="how-to-contact"><strong>How to contact</strong></a></h2>
97+
<h2><a id="how-to-contact">How to contact</a></h2>
9798
<p>You may send an email message to the site owner. Please write to <?=filter_var($email_mailbox, FILTER_SANITIZE_FULL_SPECIAL_CHARS)?><img width="13" height="13" alt="&#64;" src="<?=Common::relativeUrlToAbsolute('/a/svg/at-sign-white.svg' . $_unique_asset)?>"/><?=filter_var($email_domain, FILTER_SANITIZE_FULL_SPECIAL_CHARS)?>, it will reach the appropriate person.</p>
9899
<? if (Common::$config->discord->enabled) { ?>
99100
<p>Alternatively, you may try reaching <?=$org?> staff via <a href="<?=Common::relativeUrlToAbsolute('/discord')?>">Discord</a>.</p>

0 commit comments

Comments
 (0)