style: some styling for privacy page

This commit is contained in:
Riccardo
2023-12-16 10:48:54 +01:00
parent bcc64eaef6
commit 9ab92751bd
5 changed files with 121 additions and 94 deletions

View File

@@ -23,15 +23,18 @@ export default function Privacy() {
</a>
.
</p>
<h2>Interpretation and Definitions</h2>
<h3>Interpretation</h3>
<br />
<h2 className='styledH2'>Interpretation and Definitions</h2>
<br />
<h3 className='styledH3'>Interpretation</h3>
<p>
The words of which the initial letter is capitalized have meanings
defined under the following conditions. The following definitions shall
have the same meaning regardless of whether they appear in singular or
in plural.
</p>
<h3>Definitions</h3>
<br />
<h3 className='styledH3'>Definitions</h3>
<p>For the purposes of this Privacy Policy:</p>
<ul>
<li>
@@ -109,9 +112,12 @@ export default function Privacy() {
</p>
</li>
</ul>
<h2>Collecting and Using Your Personal Data</h2>
<h3>Types of Data Collected</h3>
<h4>Personal Data</h4>
<br />
<h2 className='styledH2'>Collecting and Using Your Personal Data</h2>
<br />
<h3 className='styledH3'>Types of Data Collected</h3>
<br />
<h4 className='styledH4'>Personal Data</h4>
<p>
While using Our Service, We may ask You to provide Us with certain
personally identifiable information that can be used to contact or
@@ -126,7 +132,8 @@ export default function Privacy() {
<p>Usage Data</p>
</li>
</ul>
<h4>Usage Data</h4>
<br />
<h4 className='styledH4'>Usage Data</h4>
<p>Usage Data is collected automatically when using the Service.</p>
<p>
Usage Data may include information such as Your Device&aposs Internet
@@ -148,7 +155,8 @@ export default function Privacy() {
visit our Service or when You access the Service by or through a mobile
device.
</p>
<h3>Use of Your Personal Data</h3>
<br />
<h3 className='styledH3'>Use of Your Personal Data</h3>
<p>The Company may use Personal Data for the following purposes:</p>
<ul>
<li>
@@ -256,7 +264,8 @@ export default function Privacy() {
information for any other purpose with Your consent.
</li>
</ul>
<h3>Retention of Your Personal Data</h3>
<br />
<h3 className='styledH3'>Retention of Your Personal Data</h3>
<p>
The Company will retain Your Personal Data only for as long as is
necessary for the purposes set out in this Privacy Policy. We will
@@ -272,7 +281,8 @@ export default function Privacy() {
functionality of Our Service, or We are legally obligated to retain this
data for longer time periods.
</p>
<h3>Transfer of Your Personal Data</h3>
<br />
<h3 className='styledH3'>Transfer of Your Personal Data</h3>
<p>
Your information, including Personal Data, is processed at the
Company&aposs operating offices and in any other places where the
@@ -293,7 +303,8 @@ export default function Privacy() {
a country unless there are adequate controls in place including the
security of Your data and other personal information.
</p>
<h3>Delete Your Personal Data</h3>
<br />
<h3 className='styledH3'>Delete Your Personal Data</h3>
<p>
You have the right to delete or request that We assist in deleting the
Personal Data that We have collected about You.
@@ -313,21 +324,24 @@ export default function Privacy() {
Please note, however, that We may need to retain certain information
when we have a legal obligation or lawful basis to do so.
</p>
<h3>Disclosure of Your Personal Data</h3>
<h4>Business Transactions</h4>
<br />
<h3 className='styledH3'>Disclosure of Your Personal Data</h3>
<h4 className='styledH4'>Business Transactions</h4>
<p>
If the Company is involved in a merger, acquisition or asset sale, Your
Personal Data may be transferred. We will provide notice before Your
Personal Data is transferred and becomes subject to a different Privacy
Policy.
</p>
<h4>Law enforcement</h4>
<br />
<h4 className='styledH4'>Law enforcement</h4>
<p>
Under certain circumstances, the Company may be required to disclose
Your Personal Data if required to do so by law or in response to valid
requests by public authorities (e.g. a court or a government agency).
</p>
<h4>Other legal requirements</h4>
<br />
<h4 className='styledH4'>Other legal requirements</h4>
<p>
The Company may disclose Your Personal Data in the good faith belief
that such action is necessary to:
@@ -344,7 +358,9 @@ export default function Privacy() {
</li>
<li>Protect against legal liability</li>
</ul>
<h3>Security of Your Personal Data</h3>
<br />
<h3 className='styledH3'>Security of Your Personal Data</h3>
<p>
The security of Your Personal Data is important to Us, but remember that
no method of transmission over the Internet, or method of electronic
@@ -352,7 +368,8 @@ export default function Privacy() {
means to protect Your Personal Data, We cannot guarantee its absolute
security.
</p>
<h2>Children&aposs Privacy</h2>
<br />
<h2 className='styledH2'>{"Children's Privacy"}</h2>
<p>
Our Service does not address anyone under the age of 13. We do not
knowingly collect personally identifiable information from anyone under
@@ -368,7 +385,8 @@ export default function Privacy() {
require Your parent&aposs consent before We collect and use that
information.
</p>
<h2>Links to Other Websites</h2>
<br />
<h2 className='styledH2'>Links to Other Websites</h2>
<p>
Our Service may contain links to other websites that are not operated by
Us. If You click on a third party link, You will be directed to that
@@ -379,7 +397,8 @@ export default function Privacy() {
We have no control over and assume no responsibility for the content,
privacy policies or practices of any third party sites or services.
</p>
<h2>Changes to this Privacy Policy</h2>
<br />
<h2 className='styledH2'>Changes to this Privacy Policy</h2>
<p>
We may update Our Privacy Policy from time to time. We will notify You
of any changes by posting the new Privacy Policy on this page.
@@ -394,19 +413,16 @@ export default function Privacy() {
changes. Changes to this Privacy Policy are effective when they are
posted on this page.
</p>
<h2>Contact Us</h2>
<br />
<h2 className='styledH2'>Contact Us</h2>
<p>
If you have any questions about this Privacy Policy, You can contact us:
</p>
<ul>
<li>
By visiting this page on our website:{' '}
<a
href={`${process.env.HOME_URL}/privacy`}
rel='external nofollow noopener'
target='_blank'
>
{`${process.env.HOME_URL}/privacy`}
<a href={'/privacy'} rel='external nofollow noopener' target='_blank'>
Privacy Policy
</a>
</li>
</ul>