-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacy.php
127 lines (110 loc) · 5.74 KB
/
privacy.php
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="format-detection" content="telephone=no" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Oakland Games - Privacy</title>
<?php include_once('inc/components/head.php'); ?>
</head>
<body class="OaklandGames">
<div class="OaklandGames-header">
<header>
<div class="banner" style="text-align: center;">
<div class="container" style="padding-bottom:20px; padding-top:15px">
<img src="assets/img/logo/logo.svg"/>
</div>
</div>
<nav class="navbar navbar-expand-lg navbar-dark bg-ig">
<div class="container">
<a class="navbar-brand" href="/"><img src="assets/img/logo/altlogo.svg" width="48px" height="48px"/></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarsExample07" aria-controls="navbarsExample07" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarsExample07">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="index.php">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Games
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="game1.php">Space Invaders</a>
<a class="dropdown-item" href="game2.php">Donkey Kong</a>
<a class="dropdown-item" href="game3.php">Pacman</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="games.php">Games Page</a>
</div>
</li>
</ul>
<ul class="nav justify-content-end">
<button type="button" class="btn btn-dark"> <a href="contact.php"style="text-decoration: none; color: white">Contact</a></button
</ul>
</div>
</div>
</nav>
</header>
</div>
<div class="OaklandGames-body">
<main class="ImperfectGamers-content">
<main class="Site-content">
<br>
<div style="text-align: center; ;width:100%; color:white">
<h1>Privacy Policy</h1>
</div>
<h2>Information and Collection Use</h2>
While using our Site, 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").
<h2>Log Data</h2>
Like many site operators, we collect information that your browser sends whenever you visit our Site
("Log Data").
This Log Data may include information such as your computer's Internet Protocol ("IP") address,
browser type, browser version, the pages of our Site that you visit, the time and date of your visit,
the time spent on those pages and other statistics.
In addition, we may use third party services such as Google Analytics that collect, monitor and
analyze this …
The Log Data section is for businesses that use analytics or tracking services in websites or
apps, like Google Analytics. For the full disclosure section, create your own Privacy Policy.
<h2>Communications</h2>
We may use your Personal Information to contact you with newsletters, marketing or promotional
materials and other information that ...
The Communications section is for businesses that may contact users via email (email
newsletters) or other methods. For the full disclosure section, create your own Privacy Policy.
<h2>Cookies</h2>
Cookies are files with small amount 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.
Like many sites, we use "cookies" to collect information. 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 Site.
<h2>Security</h2>
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.
<h2>Changes to this Privacy Policy</h2>
This Privacy Policy is effective as of (add date) 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.
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.
If we make any material changes to this Privacy Policy, we will notify you either through the email
address you have provided us, or by placing a prominent notice on our website.
<br>
<h2>Contact Us</h2>
If you have any questions about this Privacy Policy, please contact us
</main>
</main>
<nav class="OaklandGames-nav"></nav>
<aside class="OaklandGames-news"></aside>
</div>
<!-- Footer -->
<?php include_once('inc/components/footer.php'); ?>
<!-- ./Footer -->
</body>
</html>