Create privacy.html

Explain how we use user data
This commit is contained in:
FletcherAU 2018-05-25 01:19:22 +08:00 committed by GitHub
parent 2b9735c2d5
commit 4e943cd1a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 80 additions and 0 deletions

80
www/privacy.html Normal file
View File

@ -0,0 +1,80 @@
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>Pirate IRC | Servers</title>
<link rel="shortcut icon" type="image/x-icon" href="style/images/signet.png" />
<link rel="stylesheet" type="text/css" href="style.css" media="all" />
<link href='https://fonts.googleapis.com/css?family=Amaranth' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="style/css/ie7.css" media="all" />
<![endif]-->
<!--[if IE 8]>
<link rel="stylesheet" type="text/css" href="style/css/ie8.css" media="all" />
<![endif]-->
<!--[if IE 9]>
<link rel="stylesheet" type="text/css" href="style/css/ie9.css" media="all" />
<![endif]-->
<script type="text/javascript" src="style/js/jquery-1.6.4.min.js"></script>
<script type="text/javascript" src="style/js/ddsmoothmenu.js"></script>
<script type="text/javascript" src="style/js/jquery.masonry.min.js"></script>
</head>
<body>
<!-- Begin Wrapper -->
<div id="wrapper">
<!-- Begin Sidebar -->
<div id="sidebar">
<div id="logo"><a href="index.html"><img src="style/images/signet_large.png" alt="Pirate IRC" height="128" width="128"/></a></div>
<!-- Begin Menu -->
<div id="menu" class="menu-v">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="servers.html">Servers</a></li>
<li><a href="parties.html">Parties</a></li>
<li><a href="https://webchat.pirateirc.net/">Webchat</a></li>
<li><a href="privacy.html" class="active">Privacy</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
<!-- End Menu -->
</div>
<!-- End Sidebar -->
<!-- Begin Content -->
<div id="content">
<h1 class="title">Privacy/ Use of data</h1>
<div class="line"></div>
<p>By using NickServ registration or identification you consent to PirateIRC storing the following data:</p>
<ul>
<li>Username</li>
<li>Email address</li>
<li>Last/current IP address</li>
<li>Registration date</li></ul>
<p>This data will be used for the following purposes:</p>
<ul>
<li>Providing elevated permissions to users</li>
<li>Identification and prevention of network abuse</li></ul>
<p>At any time an authenticated user may use Nickserv's INFO and LISTCHANS functions to display all relevant personal information held by the network. To withdraw consent you may use Nickserv's DROP function. Users that do not consent to the above are still able to chat on the network.</p>
<p>Please direct all related requests and questions to <a href="mailto:fletcher.boyd@pirateparty.org.au">Fletcher Boyd</a> (PGP: 5BAE 331E 9B57 3709 6E6A 19ED 85B8 D7B6 60D5 D803)</p>
<!-- Begin Footer -->
<div id="footer">
Last updated: 2018-05-25
</div>
<!-- End Footer -->
</div>
<!-- End Content -->
</div>
<!-- End Wrapper -->
<div class="clear"></div>
<script type="text/javascript" src="style/js/scripts.js"></script>
<!--[if !IE]> -->
<script type="text/javascript" src="style/js/jquery.corner.js"></script>
<!-- <![endif]-->
</body>
</html>