From 7b8c3c1b6351e5eae97626691efc92b586042176 Mon Sep 17 00:00:00 2001 From: Enda Kelly <38502722+endk17@users.noreply.github.com> Date: Fri, 7 Jan 2022 16:14:44 +0000 Subject: [PATCH] added: web page cookie policy (#18) --- .DS_Store | Bin 6148 -> 6148 bytes app/templates/cancel.html | 17 +++++++++++------ app/templates/home.html | 16 ++++++++++------ app/templates/success.html | 16 ++++++++++------ 4 files changed, 31 insertions(+), 18 deletions(-) diff --git a/.DS_Store b/.DS_Store index 28612531af402894fd48f261b3266f694b2f6e6d..008f7f8252851f3f4091b2b503bf58c0eb68c19c 100644 GIT binary patch delta 32 ncmZoMXffC@n_1YxL`T8I+_Y9lq1w{aQb)nmz +
diff --git a/app/templates/home.html b/app/templates/home.html index 86f4fe3..5e1a5b4 100644 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -21,18 +21,22 @@ window.addEventListener("load",function(){ window.wpcc.init({ "border":"thin", - "corners":"small", + "corners":"normal", "colors":{ "popup":{ - "background":"#f6f6f6", + "background":"#cff5ff", "text":"#000000", - "border":"#555555" - },"button":{ - "background":"#555555", + "border":"#5e99c2" + }, + "button":{ + "background":"#5e99c2", "text":"#ffffff" } }, - "position":"top-right" + "position":"bottom", + "content":{ + "href":"https://www.websitepolicies.com/policies/view/AsI78Q0l" + } }) }); diff --git a/app/templates/success.html b/app/templates/success.html index ff2d1fa..03b8535 100644 --- a/app/templates/success.html +++ b/app/templates/success.html @@ -21,18 +21,22 @@ window.addEventListener("load",function(){ window.wpcc.init({ "border":"thin", - "corners":"small", + "corners":"normal", "colors":{ "popup":{ - "background":"#f6f6f6", + "background":"#cff5ff", "text":"#000000", - "border":"#555555" - },"button":{ - "background":"#555555", + "border":"#5e99c2" + }, + "button":{ + "background":"#5e99c2", "text":"#ffffff" } }, - "position":"top-right" + "position":"bottom", + "content":{ + "href":"https://www.websitepolicies.com/policies/view/AsI78Q0l" + } }) });