-
Notifications
You must be signed in to change notification settings - Fork 7
/
privacy_policy.html
72 lines (58 loc) · 5.26 KB
/
privacy_policy.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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<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-56999250-1', 'auto');
ga('send', 'pageview');
</script>
<title>Code for Anchorage Privacy Policy</title>
</head>
<body>
<div id="container">
<div class="inner">
<header>
<h1>Privacy Policy</h1>
</header>
<p>Last updated: January 31, 2017</p>
<hr>
<section id="main_content">
<p>Code for Anchorage ("us", "we", or "our") is a local affiliate of Code for America, a 501c3 organization that promotes the use of technology to make government services more open and efficient, and access to those services and data easier. We develop and/or operate several applications and websites (“services”) for use by the general public. This page informs you of our policies regarding the collection, use and disclosure of Personal Information we receive from users of these services. </p>
<p>We use your Personal Information only for providing and improving these services. By using the services, you agree to the collection and use of information in accordance with this policy. </p>
<h2>Information Collection and Use</h2>
<p>While using our services, we may ask you to provide us with certain personally identifiable information that can be used to contact or identify you. Personally identifiable information may include, but is not limited to your name ("Personal Information"). </p>
<h2>Log Data</h2>
<p>Like many site operators, we collect information that your browser sends whenever you visit our services ("Log Data"). </p>
<p>This Log Data may include information such as your computer's Internet Protocol ("IP") address, browser type, browser version, the functions or pages of the services you access, the time and date of your visit, the time spent on those services and other statistics. </p>
<p>In addition, we may use third party services such as Google Analytics that collect, monitor and analyze your visits to better understand how you are making use of the system.</p>
<p>This Log Data is used to help improve the services, and to help diagnose any problems that may be occurring with the services. </p>
<h2>Communications</h2>
<p>We may use your Personal Information to contact you to respond to inquiries from you, or to aid us in diagnosing problems with our services. We will not use your Personal Information for marketing or ads, nor will we share this information with any third parties for the purposes of marketing.</p>
<h2>Cookies</h2>
<p>Cookies are files with small amounts of data, which may include an anonymous unique identifier. Cookies are sent to your browser from a web site and stored on your computer's hard drive. </p>
<p>Like many sites, we may use "cookies" to identify you when you return to our services. This is to aid in personalizing workflows and functionality of some of the services. You can instruct your browser to refuse all cookies or to indicate when a cookie is being sent. However, if you do not accept cookies, you may not be able to use some portions of our services. </p>
<h2>Security</h2>
<p>The security of your Personal Information is important to us, but remember that no method of transmission over the Internet, or method of electronic storage, is 100% secure. While we strive to use commercially acceptable means to protect your Personal Information, we cannot guarantee its absolute security. </p>
<h2>Changes to This Privacy Policy</h2>
<p>This Privacy Policy is effective as of February 1, 2017, and will remain in effect except with respect to any changes in its provisions in the future, which will be in effect immediately after being posted on this page. </p>
<p>We reserve the right to update or change our Privacy Policy at any time and you should check this Privacy Policy periodically. Your continued use of the Service after we post any modifications to the Privacy Policy on this page will constitute your acknowledgment of the modifications and your consent to abide and be bound by the modified Privacy Policy. </p>
</section>
<footer>
Additional questions or comments? <a href="mailto:[email protected]">Email Us.</a>
</footer>
</div>
</div>
</body>
</html>