Browse Source

added opt-out from Matomo in the privacy policy page

redesign
Anxhelo Lushka 7 years ago
parent
commit
b22f4100f3
  1. 4
      js/cookie.js
  2. 7
      privacy-policy.html

4
js/cookie.js

@ -50,4 +50,8 @@ jQuery(function($) {
setCookie_eu("cookies_consent", 1, 30); setCookie_eu("cookies_consent", 1, 30);
}); });
$("#cookieConsent #closeCookieConsent").click(function(){
$('#cookieConsent').fadeOut('200');
});
}); });

7
privacy-policy.html

@ -16,7 +16,7 @@ section_id: pages
<div class="full text"> <div class="full text">
<div class="row"> <div class="row">
<div class="large-11 large-centered columns"> <div class="large-10 large-centered columns">
<p>Your privacy is critically important to us. At Ura, we have a few fundamental principles:</p> <p>Your privacy is critically important to us. At Ura, we have a few fundamental principles:</p>
<ul> <ul>
<li>We don’t ask you for personal information unless we truly need it. (We can’t stand services that ask you for things like your gender or income level for no apparent reason).</li> <li>We don’t ask you for personal information unless we truly need it. (We can’t stand services that ask you for things like your gender or income level for no apparent reason).</li>
@ -61,6 +61,11 @@ Ura also collects potentially personally-identifying information like Internet P
<ul> <ul>
<li>March 1, 2018: first publication of the Privacy Policy document.</li> <li>March 1, 2018: first publication of the Privacy Policy document.</li>
</ul> </ul>
<iframe
style="border: 0; height: 100px; width: 800px;"
src="https://analytics.ura.design/index.php?module=CoreAdminHome&action=optOut&language=en&backgroundColor=ffffff&fontColor=444444&fontSize=14px&fontFamily=overpass">
</iframe>
</div> </div>
</div> </div>
</div> </div>

Loading…
Cancel
Save