Add privacy policy to sate Facebook.
[hermes] / www / privacy.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <!--
3 hermes 1.0 by tim@samoff.com
4 http://samoff.com
5 -->
6 <html xmlns="http://www.w3.org/1999/xhtml">
7 <head>
8 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
9 <title>Hermes: Privacy Policy</title>
10 <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"/>
11 <link rel="stylesheet" type="text/css" href="reset.css"/>
12 <link rel="stylesheet" type="text/css" href="hermes.css"/>
13
14 <script src="js/jquery-1.3.2.min.js" type="text/javascript"></script>
15 <script src="js/jquery-ui-1.7.2.custom.min.js" type="text/javascript"></script>
16 <script src="js/jquery.corner.js" type="text/javascript"></script>
17 <script src="js/jquery.juitter.js" type="text/javascript"></script>
18 <script src="js/system.js" type="text/javascript"></script>
19
20 <script type="text/javascript">
21 $(document).ready(function() {
22     // Rounded Corners
23     $("div#content,div#devmenu").corner("round");
24 });
25 </script>
26
27 </head>
28 <body>
29 <!-- Brand -->
30 <div>
31     <img src="ui/bg.jpg" class="bg" alt="" />
32 </div>
33
34 <div id="header">
35     <h1><a href="index.htm">Hermes</a></h1>
36 </div>
37
38 <!-- Page Content -->
39 <div id="content">
40
41     <h2>Privacy Policy</h2>
42
43     <p>Hermes downloads data from your social network accounts and uses it to enrich contacts on your mobile phone.</p>
44
45     <p>Hermes does <em>not</em> transmit any information from these services to any other service. Information is only
46     retrieved and stored on your local device</p>
47
48     <p>The information retrieved is the same as you can view on your friends through facebook.com, twitter.com etc.</p>
49
50     <p>Your contacts' information is not uploaded to any system. All the matching is done on your device by pulling
51     information from your social networks.</p>
52 </div>
53
54 <!-- Footer Content -->
55 <div id="footer">
56     <p>Copyright &copy; <a href="mailto:andrew@bleb.org">Andrew Flegg</a> 2009-2012. Released under the Artistic Licence.<br />Webpage design and Hermes graphics by <a href="http://samoff.com">Tim Samoff</a>.<br />
57 <a href="index.html">Hermes: Contacts Delivered</a></p>
58 </div>
59
60 <!-- Google Analytics -->
61 <script type="text/javascript">
62 var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
63 document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
64 </script>
65 <script type="text/javascript">
66 try {
67 var pageTracker = _gat._getTracker("UA-4946570-3");
68 pageTracker._trackPageview();
69 } catch(err) {}</script>
70
71 </body>
72 </html>