-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacy.html
52 lines (50 loc) · 2.92 KB
/
privacy.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
<!doctype html> <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="it"> <![endif]-->
<!--[if IE 7]> <html class="no-js ie7 oldie" lang="it"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie8 oldie" lang="it"> <![endif]-->
<!--[if IE 9]> <html class="no-js ie9 oldie" lang="it"> <![endif]-->
<!--[if gt IE 9]><!-->
<html class="no-js" lang="it"><!--<![endif]-->
<head>
<!-- [GENERAL] -->
<title>gd labs - privacy</title>
<!-- [META TAGS] -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<meta http-equiv="Expires" content="0" />
<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="Pragma" content="no-cache" />
<meta name="author" content="Davide Reppucci, [email protected]" />
<meta name="robots" content="index,follow" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<!-- [MOBILE] -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="format-detection" content="telephone=yes" />
<!-- [LINK] -->
<link type="text/plain" rel="author" href="humans.txt" />
<link rel="apple-touch-icon" href="gfx/mobile_icon.png" />
<link rel="apple-touch-icon" sizes="114x114" href="gfx/mobile_icon_retina.png" />
<link rel="apple-touch-startup-image" href="gfx/mobile_splash.png" />
<link rel="shortcut icon" href="favicon.ico" />
<link rel="icon" type="image/gif" href="favicon.ico" />
<!-- [CSS FILE] -->
<link href="css/common.css" rel="stylesheet" type="text/css" media="screen" />
<script type="text/javascript" src="js/libs/modernizr.js"></script>
</head>
<body data-role="privacy">
<section data-role="content">
<h1>Information that is gathered from visitors</h1>
<p>In common with other websites, log files are stored on the web server saving details such as the visitor's IP address, browser type, referring page and time of visit.</p>
<p>Cookies may be used to remember visitor preferences when interacting with the website.</p>
<p>Where registration is required, the visitor's email and a username will be stored on the server.<br /><br /></p>
<h1>How the Information is used</h1>
<p>The information is used to enhance the vistor's experience when using the website to display personalised content and possibly advertising.</p>
<p>E-mail addresses will not be sold, rented or leased to 3rd parties.</p>
<p>E-mail may be sent to inform you of news of our services or offers by us or our affiliates.</p>
</section>
<!-- [JS FILE] -->
<script type="text/javascript" src="js/libs/jquery.core.min.js"></script>
</body>
</html>