-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy.html
100 lines (89 loc) · 4.38 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Corgi Stampede</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<link rel="icon" href="img/favicon.ico" type="image/x-icon">
<style>
#sky {
background: url("img/gradient.png");
background-color: rgba(91,218,253,1);
background-repeat: repeat-x;
color: #ffffff;
}
.copy {
padding-left: 20px;
padding-right: 20px;
}
a {
color: #ffffff;
}
a:hover {
color: rgba(91,218,253,1);
}
</style>
<script src="https://use.fontawesome.com/895498aeab.js"></script>
</head>
<body id="sky">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div style="background-color: rgba(0,0,0,0.45);" class="copy">
<div class="row text-right" style="padding-bottom:5px;">
<div class="col-md-1 col-xs-2 col-md-offset-9 col-xs-offset-6">
<a href="mailto:[email protected]"><i class="fa fa-envelope fa-2x"></i></a>
</div>
<div class="col-md-1 col-xs-2">
<a href="https://twitter.com/CorgiStampApp"><i class="fa fa-twitter-square fa-2x"></i></a>
</div>
<div class="col-md-1 col-xs-2">
<a href="https://facebook.com/CorgiStampApp"><i class="fa fa-facebook-square fa-2x"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<img src="img/corgi-title.png" alt="" class="img-responsive" />
</div>
</div><!-- end row -->
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div style="background-color: rgba(0,0,0,0.45)" class="copy">
<div class="row">
<div class="col-md-12">
<h1>The Odd Man Out LLC Corgi Stampede</h1>
<h3>Privacy Policy</h3>
<p>The Odd Man Out LLC (hereinafter known as "We" or "Us") uses the following document as its Privacy Policy for the Corgi Stampede mobile app.</p>
<p>We do not collect or store any information via the Corgi Stampede mobile application.</p>
<p>We adhere to the US Privacy Act (1974) ("US Act") as it is written, and the Children's Online Privacy Act ("COPPA").</p>
<h3>Third Party Advertising and Data Collection</h3>
<p>We use some third party networks and APIs for advertisments and purchases. We do not control or collect and information gathered by third parties.</p>
<ul>
<li><a href="https://unity3d.com/legal/privacy-policy">Unity Ads and Analytics Privacy Policy</a></li>
<li><a href="https://www.apple.com/legal/privacy/en-ww/">Apple App Store Privacy Policy</a></li>
<li><a href="https://www.google.com/intl/en_us/policies/privacy/">Google Play Store Privacy Policy</a></li>
</ul>
<h3>Update Notice</h3>
<p>The Privacy Policy may be updated in the future. If this is a concern, the newest Privacy Policy can be found on the current page: <a href="http://www.corgistampede.com/privacy">http://www.corgistampede.com/privacy</a>
<h3>Contact</h3>
<p>If there are any issues or concerns with the Privacy Policy, you can contact Us via email <a href="mailto:[email protected]">here</a></p>
</div>
</div><!-- end row -->
<div class="row"><div class="col-md-12"><hr></div></div>
<div class="row">
<div class="col-md-12">
<p>© 2017 All Rights Reserved · Made with ♥ and corgis!</p>
<p class="small">Apple, the Apple logo, iPhone, and iPod touch are trademarks of Apple Inc., registered in the U.S. and other countries. App Store is a service mark of Apple Inc., registered in the U.S. and other countries</p>
<p class="small">Google Play and the Google Play logo are trademarks of Google Inc. Android is a trademark of Google Inc.</p>
</div>
</div><!-- end row -->
</div>
</div>
</div><!-- end row -->
</div><!-- end container -->
</body>
</html>