-
Notifications
You must be signed in to change notification settings - Fork 0
/
cookies.html
143 lines (120 loc) · 7.89 KB
/
cookies.html
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Mobile Application Design and Development">
<meta name="author" content="Mobile Appz">
<link rel="shortcut icon" href="favicon.png">
<title>Mobile Appz Application Design and Development</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="styles.css">
<!-- Custom styles for this template -->
<link href="starter-template.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><img src="mobile-appz-white1.png"/></a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li class="dropdown">
<a href="process.html" class="dropdown-toggle" data-toggle="dropdown">What I do<b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="apps.html">Mobile Apps</a></li>
<li><a href="websites.html">Websites</a></li>
<li><a href="ui.html">UI Design</a></li>
</ul>
</li>
<li><a href="about.html">About</a></li>
<li><a href="work.html">Work</a></li>
<li class="dropdown">
<a href="process.html" class="dropdown-toggle" data-toggle="dropdown">Process <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="process.html">Design Process</a></li>
<li class="divider"></li>
<li><a href="process.html#define">Define Brief</a></li>
<li><a href="process.html#research">Conduct Research</a></li>
<li><a href="process.html#ideate">Ideate Solutions</a></li>
<li><a href="process.html#prototype">Prototype</a></li>
<li><a href="process.html#implementation">Implementation</a></li>
<li><a href="process.html#evaluation">Evaluation</a></li>
</ul>
</li>
<li><a href="faqs.html">FAQs</a></li>
<li><a href="http://mobileappzblog.wordpress.com">Blog</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<div class="container">
<div class="starter-template">
<h2>Cookies Policy</h2>
<p class="lead">Credit</p>
<p>This document was created using a Contractology template available at <a href="http://www.freenetlaw.com/">www.freenetlaw.com</a>.</p>
<p class="lead">About Cookies</p>
<p>This website uses cookies. By using this website and agreeing to this policy, you consent to Mobile Appz use of cookies in accordance with the terms of this policy.
Cookies are files sent by web servers to web browsers, and stored by the web browsers.
The information is then sent back to the server each time the browser requests a page from the server. This enables a web server to identify and track web browsers.
There are two main kinds of cookies: session cookies and persistent cookies. Session cookies are deleted from your computer when you close your browser, whereas persistent cookies remain stored on your computer until deleted, or until they reach their expiry date.</p>
<p class="lead">Google cookies</p>
<p>Mobile Appz uses Google Analytics to analyse the use of this website. Google Analytics generates statistical and other information about website use by means of cookies, which are stored on users' computers. The information generated relating to our website is used to create reports about the use of the website. Google will store and use this information. Google's privacy policy is available at: <a href="http://www.google.com/privacypolicy.html">http://www.google.com/privacypolicy.html</a></p>
<p class="lead">Refusing cookies</p>
<p>Most browsers allow you to refuse to accept cookies.
In Internet Explorer, you can refuse all cookies by clicking “Tools”, “Internet Options”, “Privacy”, and selecting “Block all cookies” using the sliding selector.
In Firefox, you can adjust your cookies settings by clicking “Tools”, “Options” and “Privacy”.
Blocking cookies will have a negative impact upon the usability of some websites.</p>
</div>
</div><!-- /.container -->
<div class="footer" style="text-align:center">
<div class="container">
<div class="row">
<div class="col-md-4">
<p><strong>Twitter</strong><br/></p>
<a class="twitter-timeline" data-dnt="true" href="https://twitter.com/mobile_appz" data-theme="dark" data-widget-id="412374252818415616" data-chrome="nofooter noheader noborders noscrollbar transparent" data-tweet-limit="1">Tweets by @mobile_appz</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
<div class="col-md-4">
<p><strong>Legal</strong><br/></p><a href="terms.html">Terms and Conditions</a><br/><a href="privacy.html">Privacy Statement</a>
<br/><a href="copyright.html">Copyright Notice</a><br/><a href="cookies.html">Cookies Policy</a>
</div>
<div class="col-md-4">
<p><strong>Connect</strong><br/></p><a href="mailto:[email protected]"><img src="contacticon.png"/>[email protected]</a><br/>
<a href="https://twitter.com/mobile_appz"><img src="twitter.png">@mobile_appz</a><br/>
<a href="tel:+447467284418"><img src="phone.png">07467 284418</a><br/>
<a href="http://www.ukwda.org"><img src="ukwda.png" style="margin-top:7px" alt="UKWDA"/></a>
</div>
</div>
<p style="color: #898989">© Mobile Appz 2014</p><p style="color: #898989">Mobile Appz uses cookies to analyse the use of this website. In using this website you consent with the use of cookies if not please disable them in your browser.</p>
</div>
</div>
<script src="jquery-1.10.2.min.js"></script>
<script src="bootstrap.min.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-46617426-1', 'mobileappz.co.uk');
ga('send', 'pageview');
</script>
</body>
</html>