forked from hackohio/ohio-home
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy.html
103 lines (90 loc) · 5.61 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta property="og:site_name" content="OHI/O @ The Ohio State University">
<meta property="og:type" content="website">
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="OHI/O: Fostering a Tech Culture at Ohio State">
<meta name="keywords" content="Hackathon, OHIO, Hack, OSU, privacy, policy">
<meta name="author" content="OHI/O">
<title>OHI/O: Privacy Policy</title>
<link rel="icon" href="assets/img/favicon.ico">
<link rel="stylesheet" href="assets/css/font-awesome-4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://www.osu.edu/assets/fonts/webfonts.css">
<link rel="stylesheet" href="assets/css/main.css">
<link rel="stylesheet" href="assets/css/animate.css">
<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','http://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-51284668-6', 'auto');
ga('send', 'pageview');
</script>
<script src="https://use.typekit.net/fov5wnm.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
</head>
<body>
<br><br><br>
<div class="content main">
<h1 class="animated flipInX"><span class="lt">OH</span><span class="bld">I/O</span><br><span class="lt">Privacy Policy</span>
</h1>
<p>Last Update: 2015-03-07<br/>
Contact Information: <a href="mailto:hackathon@osu.edu">hackathon@osu.edu</a></p>
<p>By using our site, you consent to our privacy policy. We love privacy and value yours, too.</p>
<p><strong>What information do we collect?</strong><br/>
OHI/O collects information from you when you fill out any voluntary forms we provide (event
registration, surveys, etc.). Data from these forms is either kept internal to OHI/O, or is shared with
our trusted sponsors and partners when specified (such as resumes from event registration being shared
with the event’s sponsors). Data is only shared with entities we trust and is never sold. Please refer
to individual forms for details.</p>
<p>OHI/O also utilizes <a href="https://analytics.google.com/">Google Analytics</a> to compile aggregate
data about site traffic and site interaction so that we can offer better site experiences and tools in
the future. No personally identifying information is collected.</p>
<p>Any external websites we link to have their own separate and independent privacy policies; we have no
responsibility or control over how these websites conduct themselves.</p>
<p><strong>California Online Privacy Protection Act Compliance</strong><br/>
We have taken the necessary precautions to be in compliance with the California Online Privacy
Protection Act. We therefore do not distribute your personal information to outside parties without your
consent.</p>
<p><strong>Childrens Online Privacy Protection Act Compliance</strong><br/>
We are in compliance with the requirements of COPPA (Childrens Online Privacy Protection Act), as we do
not collect any information from anyone under 13 years of age. Our website, products and services are
all directed to people who are at least 13 years old or older.</p>
<!-- Footer -->
<div style="padding: 2px; width: 100%; text-align: center;">
<br><br>
<b><a href="/">Back to Home</a></b>
<br><br>
<table style="margin: 0 auto; width: 25%;">
<tr>
<td style="text-align: center;">
<a class="social-media-image" href="https://www.facebook.com/hackohio"><i
class="fa fa-facebook fa-2x"></i></a>
</td>
<td style="text-align: center;">
<a class="social-media-image" href="https://twitter.com/hackohio"><i
class="fa fa-twitter fa-2x"></i></a>
</td>
<td style="text-align: center;">
<a class="social-media-image" href="https://www.instagram.com/hackohio/"><i
class="fa fa-instagram fa-2x"></i></a>
</td>
<td style="text-align: center;">
<a class="social-media-image"
href="https://www.youtube.com/channel/UCJJzEGEjQrpVTY3zEQS0BpA"><i
class="fa fa-youtube fa-2x"></i></a>
</td>
<td style="text-align: center;">
<a class="social-media-image" href="https://medium.com/@hackohio"><i
class="fa fa-medium fa-2x"></i></a>
</td>
</tr>
</table>
</div>
<br><br><br>
</div>
</body>
</html>