mirror of
https://github.com/audacity/audacity.github.io.git
synced 2026-06-15 20:23:54 -05:00
cookie wordings
This commit is contained in:
@@ -7,17 +7,17 @@ function CookieConsent() {
|
||||
className="bg-white sticky bottom-0 w-full border-t-2 hide"
|
||||
>
|
||||
<div className="flex flex-col bg-white hide max-w-screen-lg xl:max-w-screen-xl mx-auto">
|
||||
<p class="privacy-banner-heading">We value your piracy</p>
|
||||
<p className="privacy-banner-heading">We value your privacy</p>
|
||||
<div className="mt-2 flex flex-col md:flex-row md:justify-between">
|
||||
<p>
|
||||
We use a privacy preserving first-party analytics service if you
|
||||
consent. Otherwise, only necessary cookies are used.
|
||||
<a href="/cookie-policy" class="hyperlink" aria-label="Read cookie policy">Read cookie policy</a>
|
||||
click "accept". Otherwise, only necessary cookies are used.
|
||||
<a href="/cookie-policy" className="hyperlink" aria-label="Read cookie policy">Read cookie policy</a>
|
||||
</p>
|
||||
<div className="flex w-full md:w-fit gap-2 mt-8 md:mt-0">
|
||||
<a
|
||||
id="reject"
|
||||
class="flex h-12 w-full md:w-fit justify-center items-center border border-blue-700 px-3 rounded-md text-blue-700"
|
||||
className="flex h-12 w-full md:w-fit justify-center items-center border border-blue-700 px-3 rounded-md text-blue-700"
|
||||
href="#"
|
||||
aria-label="reject"
|
||||
>
|
||||
@@ -25,7 +25,7 @@ function CookieConsent() {
|
||||
</a>
|
||||
<a
|
||||
id="accept"
|
||||
class="flex h-12 w-full md:w-fit justify-center items-center px-3 rounded-md bg-blue-700 text-white"
|
||||
className="flex h-12 w-full md:w-fit justify-center items-center px-3 rounded-md bg-blue-700 text-white"
|
||||
href="#"
|
||||
aria-label="accept"
|
||||
>
|
||||
|
||||
@@ -3,13 +3,13 @@ layout: "../layouts/PageLayout.astro"
|
||||
title: Audacity | Cookie Policy
|
||||
---
|
||||
|
||||
Last updated: 11. September 2023
|
||||
Last updated: 26. September 2023
|
||||
## About this Policy
|
||||
|
||||
This Cookie Policy (“**Policy”**) explains how we use cookies and other similar technologies to recognise you when you visit our website https://www.audacityteam.org (“**Website”**). It explains what these technologies are and why we use them, as well as your rights to control our use of them.
|
||||
Please take the time to read this Policy carefully. If you have any questions or comments, please contact us via email at privacy@audacityteam.org.
|
||||
|
||||
A note about your personal information
|
||||
## A note about your personal information
|
||||
When you arrive on AudacityTeam.org, your IP address is anonymised before being stored on our servers by default. This makes it impossible for us to ever identify you.
|
||||
|
||||
## What are cookies?
|
||||
@@ -30,14 +30,12 @@ On our Website we use only first party cookies, which means that all your cookie
|
||||
|
||||
|Cookie|Duration|Description|Type
|
||||
|------|--------|-----------|---------|
|
||||
|`cookieyes-consent`|1 year|Stores your cookie preferences|Necessary|
|
||||
|`audacity-consent`|1 year|Stores your cookie preferences|Necessary|
|
||||
|`__cf_bm`|30 min|Cloudflare Bot Management - to distinguish between humans and bots|Necessary|
|
||||
|
||||
|
||||
## How can I control cookies?
|
||||
You have the right to decide whether to accept or reject specific cookies. You can exercise your cookie preferences on the cookie banner available in the bottom left corner of the Website (a blue circle with a white cookie symbol and checkmark).
|
||||
|
||||
In addition to the preferences that you set within the cookie banner, you can set or amend your web browser controls to accept or refuse some cookies. If you choose to reject cookies, you may still use our Website. As means by which you can refuse cookies through your web browser controls vary from browser-to-browser, you should visit your browser’s help menu for more information.
|
||||
In addition to the preferences that you set within the cookie banner, you can set or amend your web browser controls to accept or refuse some cookies. You also can delete existing cookies in the web browser. If you choose to reject cookies, you may still use our Website. As means by which you can refuse cookies through your web browser controls vary from browser-to-browser, you should visit your browser’s help menu for more information.
|
||||
|
||||
## The cookies that were sent in the past
|
||||
If you have disabled one or more cookies, we can use information collected by these cookies before the deactivation. Information collected before deactivation will expire after a maximum of 13 months. However, we cease to collect information via the opted-out cookie.
|
||||
|
||||
@@ -105,7 +105,7 @@
|
||||
padding: 2rem;
|
||||
background-color: #fff;
|
||||
opacity: 1;
|
||||
transition: opacity .8s ease;
|
||||
transition: opacity .35s ease;
|
||||
|
||||
&.hide{
|
||||
opacity: 0;
|
||||
|
||||
Reference in New Issue
Block a user