Skip to content

Commit a90a594

Browse files
committed
Changed consent banner text
1 parent 286e8b4 commit a90a594

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

themes/thingweb/layouts/partials/footer.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<span>|</span>
4343
<a href="http://www.eclipse.org/legal">Legal</a>
4444
<span>|</span>
45-
<a href="#" class="manage-cookies-link">Manage Cookies</a>
45+
<a href="#" class="manage-cookies-link">Manage Consent</a>
4646
</p>
4747
<br />
4848
<a href="https://www.eclipse.org">
@@ -61,11 +61,12 @@
6161

6262
<div class="analytics-banner hidden">
6363
<div class="analytics-banner__disclaimer">
64-
<h4>Google Analytics Consent</h4>
64+
<h4>Site Analytics Consent</h4>
6565
<p>We are an open-source project under the Eclipse Foundation. This means that without your consent
6666
we don't track anything at all and even with consent we don't track any personal information, we
67-
only look at the website usage statistics. For more details, check out the <a
67+
only look at the website usage statistics. For more details, check out the <a
6868
href="https://www.eclipse.org/legal/privacy.php">Eclipse Foundation Privacy Policy.</a></p>
69+
<p>You can change your preference later at the <b>Manage Consent</b> link in the footer.</p>
6970
</div>
7071
<form action="#" class="analytics-banner__interactions">
7172
<button type="button" class="decline-btn" id="decline-analytics-btn">Decline</button>

themes/thingweb/static/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ footer .copy p a { color:#fff; text-decoration:none; }
118118
.analytics-banner.hidden { display: none; }
119119
.analytics-banner__disclaimer { color: #eeeeee; margin-bottom: 1rem; }
120120
.analytics-banner__disclaimer h4{ color: #33b8a4; font-weight: 700; margin-bottom: 1rem; text-transform: uppercase; }
121-
.analytics-banner__disclaimer p{ margin-bottom: 0; }
121+
.analytics-banner__disclaimer p{ margin-bottom: 1rem; }
122122
.analytics-banner__disclaimer p a{ color: #838383; text-decoration: underline; }
123123
.analytics-banner__interactions { display: flex; align-items: center; justify-content: left; gap: 1rem; }
124124
.analytics-banner__interactions button{ padding: 0.35rem 1.5rem; border: none; cursor: pointer; font-weight: 600; color: #ffffff; border-radius: 50vw; border: 2px solid #33b8a4; transition: all 250ms ease-in-out; }

0 commit comments

Comments
 (0)