-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcookie.html
More file actions
57 lines (57 loc) · 3.52 KB
/
cookie.html
File metadata and controls
57 lines (57 loc) · 3.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en-AU">
<head>
<link href="https://fonts.googleapis.com/css?family=Titillium+Web" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="css/master.css" media="screen" title="no title" charset="utf-8" />
<meta name="keywords" content="benjamin, ben, photography, benjaphotog, unsplash, ben_andy, andy, skye, new, tab" />
<meta name="description" content="Benjamin, photographer & web developer." />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<title>Benjamin | Cookie Policy</title>
</head>
</head>
<body>
<header id="header"></header>
<center><img src="assets/load.png" alt="Loading..." id="loadImg" /></center>
<div class="title" id="titleBox">
Benjamin
</div>
<div class="titleSub" id="subTitleBox">
Photographer - Web Developer
</div>
<div class="navBar" id="nvBr"></div>
<div class="privTtl" id="title">
Cookie Policy
</div>
<div id="privMAIN">
<div class="privMsg">
Like most other web applications & websites, Benjamin Developments uses cookies to help better understand how poeple use our products & services so that we can continue to improve on our developments. We have created this Cookie Policy to provide you with clear and explicit information about the cookies that Benjamin Developments use. If you choose to use our web applications & websites without blocking or disabling cookies, you will indicate your consent to your use of these cookies and to our use (in accordance with this Cookie Policy and the <a href="https://benandy.github.io/privacy">Privacy Policy</a>) of any personal information that we collect using cookies. If you do not consent to the use of cookies, please be sure to block or disable them using your browser settings.
</div>
<div class="privMsgTtl">
What are Cookies?
</div>
<div class="privMsg">
Cookies are small text files that are placed on your computer by websites that you visit. These text files can be read by these websites and help to identify you when you return to a website. Cookies can be "persistent" or "session" cookies. Persistent cookies remain on your computer when you have gone offline, while session cookies are deleted as soon as you close your web browser. To find out more about cookies, including how to see what cookies have been set and how to block and delete cookies, please visit <a href="https://www.aboutcookies.org/">https://www.aboutcookies.org</a>.
</div>
<div class="privMsgTtl">
Benjamin Developments' Cookies
</div>
<div class="privMsg">
We use our own cookies to recognise you when you open and/or visit one of our web applications and/or websites. This means that you don't have to set all your settings each and every time you open one of our web applications and/or websites.
</div>
</div>
<div class="footer" id="ftr">
<a href="https://benandy.github.io/privacy">Privacy Policy</a> - <a href="https://benandy.github.io/cookie">Cookie Policy</a> - <a href="https://benandy.github.io/terms">Terms and Conditions</a>
<br />
Copyright Benjamin Developments © 2017 - All rights reserved
</div>
<script src="js/calls.js"></script>
<script type="text/javascript">
loadSpin = true;
privacyPage = true;
navBar = true;
</script>
<script src="js/main.js"></script>
<script src="https://benandy.github.io/googleanalytics.js"></script>
</body>
</html>