Skip to content

Commit

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

<div class="space-y-4">
<h2 class="text-xl font-bold">Comments</h2>
<h2 class="text-2xl font-bold">Comments</h2>
<p>
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
Expand All @@ -24,7 +24,7 @@ <h2 class="text-xl font-bold">Comments</h2>
</div>

<div class="space-y-4">
<h2 class="text-xl font-bold">Media</h2>
<h2 class="text-2xl font-bold">Media</h2>
<p>
If you upload images to the website, you should avoid uploading images
with embedded location data (EXIF GPS) included. Visitors to the website
Expand All @@ -33,7 +33,7 @@ <h2 class="text-xl font-bold">Media</h2>
</div>

<div class="space-y-4">
<h2 class="text-xl font-bold">Cookies</h2>
<h2 class="text-2xl font-bold">Cookies</h2>
<p>
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
Expand All @@ -60,7 +60,7 @@ <h2 class="text-xl font-bold">Cookies</h2>
</div>

<div class="space-y-4">
<h2 class="text-xl font-bold">Embedded content from other websites</h2>
<h2 class="text-2xl font-bold">Embedded content from other websites</h2>
<p>
Articles on this site may include embedded content (e.g. videos, images,
articles, etc.). Embedded content from other websites behaves in the exact
Expand All @@ -75,15 +75,15 @@ <h2 class="text-xl font-bold">Embedded content from other websites</h2>
</div>

<div class="space-y-4">
<h2 class="text-xl font-bold">Who we share your data with</h2>
<h2 class="text-2xl font-bold">Who we share your data with</h2>
<p>
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-xl font-bold">How long we retain your data</h2>
<h2 class="text-2xl font-bold">How long we retain your data</h2>
<p>
If you leave a comment, the comment and its metadata are retained
indefinitely. This is so we can recognize and approve any follow-up
Expand All @@ -99,7 +99,7 @@ <h2 class="text-xl font-bold">How long we retain your data</h2>
</div>

<div class="space-y-4">
<h2 class="text-xl font-bold">What rights you have over your data</h2>
<h2 class="text-2xl font-bold">What rights you have over your data</h2>
<p>
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
Expand All @@ -111,7 +111,7 @@ <h2 class="text-xl font-bold">What rights you have over your data</h2>
</div>

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

0 comments on commit 9577e6f

Please sign in to comment.