Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Cookies Policy page
  • Loading branch information
cajogos committed Oct 4, 2020
commit 920eae7637d59a27b5e0acdb39e206f21eaaa8c9
2 changes: 1 addition & 1 deletion _includes/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">
<img class="logo" alt="CoderDojo RISE Logo" src="{{ site.data.navbar.logo }}"/>
<img class="logo" alt="CoderDojo RISE Logo" src="{{ site.data.navbar.logo | relative_url }}"/>
</a>
</div>
<div class="collapse navbar-collapse" id="cd-london-navbar-collapse">
Expand Down
47 changes: 47 additions & 0 deletions pages/legal/cookies.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
permalink: /legal/cookies
layout: main
title: How we use cookies
breadcrumbs: "Home:/:;How we use cookies:/legal/cookies:active"
---
<div class="container">
<h2><i class="fa fa-info-circle"></i> How we use Cookies</h2>
<p>By using our website, you're consenting to our use of cookies. You can change your cookie settings at any time through your browser.</p>

<h3>What are cookies?</h3>
<p>A cookie is a small text file that is stored on your computer or device when you visit a website. Cookies are used by all websites, and have several different functions.</p>

<strong>At a basic level cookies will:</strong>
<ul>
<li>Allow the site to work properly, and help keep it secure.</li>
<li>Help us understand how people use the website.</li>
<li>Make the site easier to use by remembering information that you've entered.</li>
<li>Improve your experience by showing you information that's relevant to you.</li>
</ul>

<div class="row">
<div class="col-sm-6">
<h3>Types of cookies we use</h3>
<ol>
<li>
<strong>Necessary cookies</strong>
<p>These cookies let you move around our website and use all its features.</p>
</li>
<li>
<strong>Performance cookies</strong>
<p>These simply help us improve the way our website works. They tell us how people use each page, which ones are most commonly viewed, or whether any errors occurred. These are often provided by Google Analytics.</p>
</li>
<li>
<strong>Customisation cookies</strong>
<p>These cookies store your personal settings such as font sizes, volume level, or remember basic information that you've entered, so next time you visit our website it's all there for you. For example, if you choose to close our Cookie Law message, cookies will help us remember that for you.</p>
</li>
</ol>
</div>
<div class="col-sm-6">
<h3>Changing your cookie settings</h3>
<p>We recommend that you don't change your cookie settings, as we can't guarantee the performance of the site if you block some or all cookies.</p>

<p>If you do decide to change them, you can do this through your browser. Each browser works in a different way, so you'll need to search for 'cookie settings' in your browser's help section to find out how to do this. Or you may <a href="https://www.civicuk.com/cookie-control/browser-settings" target="_blank">use this guide</a>.</p>
</div>
</div>
</div>