Cam-Devils / CamDevilsZen

0 stars 0 forks source link

Cookie Consent #460

Closed SDezineUK closed 2 years ago

SDezineUK commented 2 years ago

AC:

Add the following code just before the tag: <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.css" />

Add the following code just before the tag:


<script>
window.cookieconsent.initialise({
  "palette": {
    "popup": {
      "background": "#252b2d",
      "text": "#d9d9d9"
    },
    "button": {
      "background": "#de5e9d",
      "text": "#ffffff"
    }
  },
  "theme": "edgeless",
  "position": "bottom-left",
  "content": {
    "href": "https://www.iubenda.com/privacy-policy/28654806/cookie-policy"
  }
});
</script>```
bcmp4p1 commented 2 years ago

Hey team! Please add your planning poker estimate with ZenHub @bcmp4p1 @aleksandra-mileant

SDezineUK commented 2 years ago

Seems some of my text got removed from this. The second part of this code (the script part) should go just before the closing body tag.