-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
59 lines (49 loc) · 2.11 KB
/
privacy.html
File metadata and controls
59 lines (49 loc) · 2.11 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Schmidt Scoreboard product page">
<meta name="author" content="Mark Schmidt">
<!-- <link rel="icon" href="../../../../favicon.ico"> -->
<title>Privacy</title>
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<!-- Custom styles for this template -->
<link href="product.css" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.2.1.min.js" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
</head>
<body class="bg-light">
<div id="nav-placeholder"></div>
<script>
$(function () {
$("#nav-placeholder").load("nav.html");
});
</script>
<div style="max-width: 950px; margin: auto">
<div class="position-relative overflow-hidden p-3 p-md-5 m-md-3 text-center">
<div class="col-md-5 p-lg-5 mx-auto my-5">
<h1 class="display-6 font-weight-normal">Privacy and Usage Policy </h1>
</div>
</div>
<div class="px-5" id="Paragraphs">
<p class="">Schmidt Scoreboard does not collect or sell personal information of any kind. It may collect Scoreboard
usage
information purely for internal use and feature selection, but it will never collect your wifi information or
other
private information.</p>
<p>
Scoreboard offers several modes to display scores from various leagues. Any of these modes may be removed at any
time.
</p>
</div>
</div>
</body>
</html>