-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivacy.html
More file actions
192 lines (171 loc) · 5.59 KB
/
privacy.html
File metadata and controls
192 lines (171 loc) · 5.59 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
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Privacy Policy | Streamn Dad</title>
<link rel="canonical" href="https://streamn.dad/privacy.html" />
<meta
name="description"
content="Privacy policy for Streamn Dad (StreaMN Dad), including takedown and content removal requests."
/>
<style>
:root {
--ink: #16231c;
--forest: #1c4b2f;
--evergreen: #2f6b44;
--ice: #f4f7f5;
--shadow: 0 18px 32px rgba(12, 26, 18, 0.16);
}
* {
box-sizing: border-box;
}
body {
margin: 0;
font-family: "Helvetica Neue", Arial, sans-serif;
background: radial-gradient(circle at top, #ffffff 0%, #eef4ef 50%, #dfeade 100%);
color: var(--ink);
padding: 32px 18px 64px;
}
.page {
max-width: 860px;
margin: 0 auto;
background: #fff;
border-radius: 20px;
padding: 28px 30px;
box-shadow: var(--shadow);
border: 1px solid rgba(28, 75, 47, 0.12);
}
h1 {
margin-top: 0;
color: var(--forest);
}
h2 {
margin-top: 28px;
color: var(--evergreen);
}
p,
li {
line-height: 1.7;
}
a {
color: var(--forest);
font-weight: 600;
}
.note {
background: var(--ice);
border-radius: 12px;
padding: 14px 16px;
border: 1px solid rgba(28, 75, 47, 0.12);
}
footer {
display: flex;
flex-direction: column;
gap: 8px;
font-size: 14px;
color: #344339;
padding-top: 12px;
border-top: 1px solid rgba(22, 35, 28, 0.1);
margin-top: 24px;
}
.footer-links {
display: flex;
flex-wrap: wrap;
gap: 12px;
font-size: 12px;
letter-spacing: 0.08em;
text-transform: uppercase;
}
.tagline {
letter-spacing: 0.3em;
text-transform: uppercase;
font-size: 12px;
color: var(--evergreen);
}
</style>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VB45312ZVK"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-VB45312ZVK');
</script>
</head>
<body>
<main class="page">
<h1>Privacy Policy</h1>
<p class="note">
This Privacy Policy applies to Streamn Dad (StreaMN Dad) and its associated
channels and pages.
</p>
<h2>Overview</h2>
<p>
Streamn Dad is a personal project operated by Jake Remitz in Minnesota, United
States. The goal is to share youth hockey livestreams and highlights and to
demonstrate what everyday technology can enable.
</p>
<h2>Information We Collect</h2>
<p>
This website does not collect personal information through forms, logins, or
analytics. Any information associated with livestreams or social posts is
publicly available on the platforms where it appears. Streamn Dad does not
use third-party analytics, trackers, or advertising pixels.
</p>
<h2>How Information Is Used</h2>
<p>
Publicly available information (such as videos, descriptions, or public
comments) may be used only to share, organize, or improve livestreams and
highlight content for the community. No private data is sold or shared.
</p>
<h2>Takedown Requests & Privacy Concerns</h2>
<p>
If you have a privacy concern or would like content removed, please submit a
request using this form:
</p>
<p>
<a href="https://forms.gle/LqLaA4CztT3EEuBFA">Takedown & Privacy Request Form</a>
</p>
<p>
Requests are reviewed as quickly as possible. Please provide direct links to
the content and any relevant details so action can be taken promptly.
</p>
<h2>Third-Party Platforms</h2>
<p>
Content is hosted on third-party platforms (YouTube, Facebook, Instagram,
Threads, X, TikTok, etc.). Each platform has its own privacy policy and
terms. Streamn Dad does not control those platforms or their data practices.
</p>
<h2>Children’s Privacy</h2>
<p>
Streamn Dad focuses on youth sports. If you are a parent or guardian and have
concerns about content featuring a minor, please use the takedown request
form above.
</p>
<h2>Changes to This Policy</h2>
<p>
This policy may be updated occasionally. The latest version will always be
available on this page.
</p>
<h2>Contact</h2>
<p>
For privacy-related requests, please use the form link above. This helps
keep requests organized and reduces spam.
</p>
<footer>
<span class="tagline">Streamn Dad • Minnesota</span>
<div class="footer-links">
<a href="index.html">Home</a>
<a href="why-livestreaming.html">Why Livestreaming</a>
<a href="gear-basics.html">Gear</a>
<a href="software.html">Software</a>
<a href="workflow-sharing.html">Workflow</a>
<a href="story.html">Story</a>
<a href="privacy.html">Privacy</a>
<a href="content-policy.html">Content Policy</a>
</div>
<span>© 2026 Streamn Dad. All rights reserved.</span>
</footer>
</main>
</body>
</html>