Skip to content

Commit

Permalink
[issue-update][s]: cookie page updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sneha-sharma12 committed Jul 9, 2024
1 parent 0fbfde2 commit 350fc22
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 42 deletions.
1 change: 1 addition & 0 deletions ckanext/ubdc/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7298,6 +7298,7 @@ input[type=checkbox][name=consentName]:focus {
font-weight: 300;
}
.rich-text-block-2 h2 {
display: inline-block;
margin-top: 2vw;
margin-bottom: 1vw;
font-size: 2.3em;
Expand Down
1 change: 1 addition & 0 deletions ckanext/ubdc/public/base/scss/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ input[type=checkbox][name="consentName"]:focus {
line-height: 2.4em;
font-weight: 300;
h2 {
display: inline-block;
margin-top: 2vw;
margin-bottom: 1vw;
font-size: 2.3em;
Expand Down
18 changes: 9 additions & 9 deletions ckanext/ubdc/templates/cookie/snippets/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@
<div>
<div class="rich-text-block-2 w-richtext">
<p>The Urban Big Data Centre (UBDC) uses cookies to ensure the website functions correctly, to
provide social media features and to analyse website performance. We may share information
provide enhancing features and to analyse website performance. We may share information
about your use of our website with our social media and analytics partners who may combine
it with other information that you’ve provided to them or that they’ve collected from your
use of their services.</p>
<p></p>
<p>Cookies are small text files stored on your browser and they contain certain information
about you, or your website behaviour, such as your language preferences or whether you are a
new or returning user to our website. This allows us to give you a better website
experience. </p>
experience.</p>
<p></p>
<p>The UBDC website uses a combination of first- and third-party cookies. First party cookies
are placed on your browser by the same website you are on (www.ubdc.ac.uk), while third
party cookies are placed on your browser by a different website than the one you are on
(i.e. Twitter). </p>
<p>The UBDC data catalogue uses a combination of first- and third-party cookies. First party
cookies are placed on your browser by the same website you are on (www.data.ubdc.ac.uk),
while third party cookies are placed on your browser by a different website than the one you
are on (i.e. Twitter).</p>
<h2><strong>Cookies table</strong></h2>
<div class="w-embed">
{% snippet "cookie/snippets/table.html"%}
Expand All @@ -30,15 +30,15 @@ <h2><strong>How to manage cookies</strong></h2>
website works. You can choose your cookies preference by using the <strong
fs-cc="open-preferences" class="text-color-dark-green cursor-pointer">consent preference
centre</strong> on the website (or clicking on the orange cookie at the bottom left
hand-side of the screen). </p>
hand-side of the screen).</p>
<p></p>
<p>Learn more about who we are, how you can contact us and how we process personal data in our
<a href="https://new-ubdc.webflow.io/privacy-policy"
<a href="/cookie-policy"
class="text-color-dark-green text-derocation-none"><strong>Privacy
Policy.</strong></a><strong> </strong>
</p>
<p></p>
<p>Your consent applies to the following domains: www.ubdc.ac.uk. Please state your
<p>Your consent applies to the following domains: www.data.ubdc.ac.uk. Please state your
<strong>consentID </strong>and date when you contact us regarding your consent.
</p>
</div>
Expand Down
37 changes: 4 additions & 33 deletions ckanext/ubdc/templates/cookie/snippets/table.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,40 +25,11 @@
<td>Tracks approximately how long a visitor stays on our
website.</td>
</tr>

<tr>
<td>__utmc</td>
<td>A Google Analytics cookie which helps us understand how
visitors are using our website, so we can make it more useful.<br>
Lifespan: At end of session</td>
<td>Tracks approximately how long a visitor stays on our
website.</td>
</tr>
<tr>
<td>__utmz</td>
<td>A Google Analytics cookie which helps us understand how
visitors are using our website, so we can make it more useful.<br>
Lifespan: 6 months</td>
<td>Tracks where a visitor came from, for example which search
engine, search keyword or link they used.</td>
</tr>
<tr>
<td>show_bar</td>
<td>Determines whether the cookie information bar at the top of the
site is shown.<br>
Lifetime: 10,000 days</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>slider</td>
<td>A cookie used to control the image slider.<br>
Lifespan: At end of session</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>mysession</td>
<td>A cookie used to enable customised options for a logged in
user.<br>
Lifespan: One hour</td>
<td>ckan</td>
<td>A cookie used to have ckan related functionality.<br>
Lifespan: Until Logged Out</td>
<td>&nbsp;</td>
</tr>
<tr>
Expand Down

0 comments on commit 350fc22

Please sign in to comment.