From f75e03b7b0f959d653ebc4b16c88ede80163c4d3 Mon Sep 17 00:00:00 2001 From: Jakob Frederik Lykke <47578462+JakobJFL@users.noreply.github.com> Date: Thu, 23 Mar 2023 21:32:23 +0100 Subject: [PATCH] added google analytics I added Google Analytics so I see if people visit my website, that's all. --- css/downloadStyle.css | 9 +++++++++ css/loginStyle.css | 2 +- css/mainStyle.css | 8 ++++++++ index.html | 24 ++++++++++++++++++++++-- js/visitCount.js | 15 --------------- 5 files changed, 40 insertions(+), 18 deletions(-) delete mode 100644 js/visitCount.js diff --git a/css/downloadStyle.css b/css/downloadStyle.css index 6ce7d2d..5068bb6 100644 --- a/css/downloadStyle.css +++ b/css/downloadStyle.css @@ -98,4 +98,13 @@ body { /* Handle on hover */ ::-webkit-scrollbar-thumb:hover { background: #727080; +} + +.cookie-btn { + position: fixed; + bottom: 0; + color: #dbdbdb; + background-color: #8482b8; + font-size: 9pt; + border-radius: 0px 18px 0px 0px; /*TL TR BR BL*/ } \ No newline at end of file diff --git a/css/loginStyle.css b/css/loginStyle.css index 852c8c6..6406c03 100644 --- a/css/loginStyle.css +++ b/css/loginStyle.css @@ -9,7 +9,7 @@ background-color: #f5f5ff; color: #5753b9; font-size: 14pt; - border-radius: 0px 0px 0px 18px; /*TL TR BR BL*/ + border-radius: 0px 0px 0px 18px; /*TL TR BR BL*/ } #downloadBtn:hover { diff --git a/css/mainStyle.css b/css/mainStyle.css index a049f4a..40f0230 100644 --- a/css/mainStyle.css +++ b/css/mainStyle.css @@ -244,4 +244,12 @@ div { .selected { box-shadow: 0 0 0 0.35rem #5a44d98f; +} + +.cookie-btn { + position: fixed; + bottom: 0; + color: #dbdbdb; + font-size: 9pt; + border-radius: 0px 18px 0px 0px; /*TL TR BR BL*/ } \ No newline at end of file diff --git a/index.html b/index.html index b1de88f..c84ba82 100644 --- a/index.html +++ b/index.html @@ -18,11 +18,30 @@ - -