Skip to content

Commit

Permalink
Update paragraph font style
Browse files Browse the repository at this point in the history
  • Loading branch information
rayc2045 committed May 30, 2024
1 parent e4b521e commit 974c2f4
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions src/pages/about/privacy-policy.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
<section class="space-y-8">
<div class="space-y-4">
<h2 class="text-2xl font-bold">Who we are</h2>
<p>
<p class="font-serif text-lg">
Our website address is:
<span x-text="window.location.href.split('/#')[0]"></span>.
</p>
</div>

<div class="space-y-4">
<h2 class="text-2xl font-bold">Comments</h2>
<p>
<p class="font-serif text-lg">
When visitors leave comments on the site we collect the data shown in the
comments form, and also the visitor's IP address and browser user agent
string to help spam detection.
</p>
<p>
<p class="font-serif text-lg">
An anonymized string created from your email address (also called a hash)
may be provided to the Gravatar service to see if you are using it. The
Gravatar service privacy policy is available here:
Expand All @@ -25,7 +25,7 @@ <h2 class="text-2xl font-bold">Comments</h2>

<div class="space-y-4">
<h2 class="text-2xl font-bold">Media</h2>
<p>
<p class="font-serif text-lg">
If you upload images to the website, you should avoid uploading images
with embedded location data (EXIF GPS) included. Visitors to the website
can download and extract any location data from images on the website.
Expand All @@ -34,25 +34,25 @@ <h2 class="text-2xl font-bold">Media</h2>

<div class="space-y-4">
<h2 class="text-2xl font-bold">Cookies</h2>
<p>
<p class="font-serif text-lg">
If you leave a comment on our site you may opt-in to saving your name,
email address and website in cookies. These are for your convenience so
that you do not have to fill in your details again when you leave another
comment. These cookies will last for one year.
</p>
<p>
<p class="font-serif text-lg">
If you visit our login page, we will set a temporary cookie to determine
if your browser accepts cookies. This cookie contains no personal data and
is discarded when you close your browser.
</p>
<p>
<p class="font-serif text-lg">
When you log in, we will also set up several cookies to save your login
information and your screen display choices. Login cookies last for two
days, and screen options cookies last for a year. If you select "Remember
Me", your login will persist for two weeks. If you log out of your
account, the login cookies will be removed.
</p>
<p>
<p class="font-serif text-lg">
If you edit or publish an article, an additional cookie will be saved in
your browser. This cookie includes no personal data and simply indicates
the post ID of the article you just edited. It expires after 1 day.
Expand All @@ -61,12 +61,12 @@ <h2 class="text-2xl font-bold">Cookies</h2>

<div class="space-y-4">
<h2 class="text-2xl font-bold">Embedded content from other websites</h2>
<p>
<p class="font-serif text-lg">
Articles on this site may include embedded content (e.g. videos, images,
articles, etc.). Embedded content from other websites behaves in the exact
same way as if the visitor has visited the other website.
</p>
<p>
<p class="font-serif text-lg">
These websites may collect data about you, use cookies, embed additional
third-party tracking, and monitor your interaction with that embedded
content, including tracking your interaction with the embedded content if
Expand All @@ -76,20 +76,20 @@ <h2 class="text-2xl font-bold">Embedded content from other websites</h2>

<div class="space-y-4">
<h2 class="text-2xl font-bold">Who we share your data with</h2>
<p>
<p class="font-serif text-lg">
If you request a password reset, your IP address will be included in the
reset email.
</p>
</div>

<div class="space-y-4">
<h2 class="text-2xl font-bold">How long we retain your data</h2>
<p>
<p class="font-serif text-lg">
If you leave a comment, the comment and its metadata are retained
indefinitely. This is so we can recognize and approve any follow-up
comments automatically instead of holding them in a moderation queue.
</p>
<p>
<p class="font-serif text-lg">
For users that register on our website (if any), we also store the
personal information they provide in their user profile. All users can
see, edit, or delete their personal information at any time (except they
Expand All @@ -100,7 +100,7 @@ <h2 class="text-2xl font-bold">How long we retain your data</h2>

<div class="space-y-4">
<h2 class="text-2xl font-bold">What rights you have over your data</h2>
<p>
<p class="font-serif text-lg">
If you have an account on this site, or have left comments, you can
request to receive an exported file of the personal data we hold about
you, including any data you have provided to us. You can also request that
Expand All @@ -112,7 +112,7 @@ <h2 class="text-2xl font-bold">What rights you have over your data</h2>

<div class="space-y-4">
<h2 class="text-2xl font-bold">Where your data is sent</h2>
<p>
<p class="font-serif text-lg">
Visitor comments may be checked through an automated spam detection
service.
</p>
Expand Down

0 comments on commit 974c2f4

Please sign in to comment.