-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacy.html
335 lines (242 loc) · 13.4 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
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
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
<!doctype html>
<html class="no-js" lang="en">
<head>
<!-- meta data -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<!-- title of site -->
<title>David Mossakowski</title>
<!-- For favicon png -->
<link rel="shortcut icon" type="image/icon" href="assets/images/favicon.png" />
<!--font-awesome.min.css-->
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<!--flat icon css-->
<link rel="stylesheet" href="assets/css/flaticon.css">
<!--animate.css-->
<link rel="stylesheet" href="assets/css/animate.css">
<!--owl.carousel.css-->
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<link rel="stylesheet" href="assets/css/owl.theme.default.min.css">
<!--bootstrap.min.css-->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!-- bootsnav -->
<link rel="stylesheet" href="assets/css/bootsnav.css">
<!--style.css-->
<link rel="stylesheet" href="assets/css/style.css">
<!--responsive.css-->
<link rel="stylesheet" href="assets/css/responsive.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script type="text/javascript">
var taglines = ['I took that photo', '29 = 700', 'I make awesome cup of java', 'I can ride switch', '5.10d = 6b']
var intervalFunction;
function changeTagline() {
if (intervalFunction )return;
intervalFunction = setInterval(changeTaglineNow, 1500)
};
function changeTaglineNow() {
var i = Math.floor(Math.random() * taglines.length);
var myDiv = document.getElementById("tagline");
myDiv.innerHTML = "<p>" + taglines[i] + "</p>";
};
</script>
</head>
<body onload="changeTagline()">
<!--[if lte IE 9]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->
<!-- top-area Start -->
<header class="top-area">
<div class="header-area">
<!-- Start Navigation -->
<nav class="navbar navbar-default bootsnav navbar-fixed dark no-background">
<div class="container">
<!-- Start Header Navigation -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-menu">
<i class="fa fa-bars"></i>
</button>
<a class="navbar-brand" href="index.html">david mossakowski</a>
</div>
<!--/.navbar-header-->
<!-- End Header Navigation -->
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse menu-ui-design" id="navbar-menu">
<ul class="nav navbar-nav navbar-right" data-in="fadeInDown" data-out="fadeOutUp">
<!--li><a href="index3.html#">resume</a></li-->
<li class=" smooth-menu active"></li>
</ul>
<!--/.nav -->
</div><!-- /.navbar-collapse -->
</div>
<!--/.container-->
</nav>
<!--/nav-->
<!-- End Navigation -->
</div>
<!--/.header-area-->
<div class="clearfix"></div>
</header><!-- /.top-area-->
<!-- top-area End -->
<!--welcome-hero start -->
<section id="welcome-hero" class="welcome-hero">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<div class="header-text">
<h2>PRIVACY POLICY <br> <span>.</span> </h2>
<!--p>I code, climb, bike</p-->
<!--a href="assets/download/browney.txt" download>download resume</a-->
</div>
<!--/.header-text-->
</div>
<!--/.col-->
</div><!-- /.row-->
</div><!-- /.container-->
</section>
<!--/.welcome-hero-->
<!--welcome-hero end -->
<div class="container">
<br><br>
<p>David Mossakowski built the Line Text Scanner app as a free app. This SERVICE is provided by me at no cost and is intended
for use as is.</p>
<p>This page is used to inform website visitors regarding my policies with the collection, use, and
disclosure of Personal Information if anyone decided to use my Service.</p>
<p>If you choose to use my Service, then you agree to the collection and use of information in
relation with this policy. The Personal Information that [I|we] collect are used for providing and
improving the Service. [I|We] will not use or share your information with anyone except as described
in this Privacy Policy.</p>
<p>The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions,
which is accessible at [App Name], unless otherwise defined in this Privacy Policy.</p>
<p><strong>Information Collection and Use</strong></p>
<p>For a better experience while using our Service, [I|we] may require you to provide us with certain
personally identifiable information, including but not limited to [add whatever else you collect here, e.g. users name | address | location | pictures].
The information that [I|we] request is [retained on your device and is not
collected by [me|us] in any way]|[will be retained by us and used as described in this privacy policy.</p>
<p>The app does use third party services that may collect information used to identify you. [You can mention Google services here and link to Google's privacy policy if you want].
<p><strong>Log Data</strong></p>
<p>[I|We] want to inform you that whenever you use my Service, in case of an error in the app [I|we] collect
data and information (through third party products) on your phone called Log Data. This Log Data
may include information such as your devices’s Internet Protocol (“IP”) address, device name,
operating system version, configuration of the app when utilising my Service, the time and date
of your use of the Service, and other statistics.</p>
<p><strong>Cookies</strong></p>
<p>Cookies are files with small amount of data that is commonly used an anonymous unique identifier.
These are sent to your browser from the website that you visit and are stored on your devices’s
internal memory.</p>
<p>>This Services does not uses these “cookies” explicitly. However, the app may use third party code
and libraries that use “cookies” to collection information and to improve their services. You
have the option to either accept or refuse these cookies, and know when a cookie is being sent
to your device. If you choose to refuse our cookies, you may not be able to use some portions of
this Service.</p>
<p><strong>Service Providers</strong></p> <!-- This part need seem like it's not needed, but if you use any Google services, or any other third party libraries, chances are, you need this. -->
<p>[I|We] may employ third-party companies and individuals due to the following reasons:</p>
<ul>
<li>To facilitate our Service;</li>
<li>To provide the Service on our behalf;</li>
<li>To perform Service-related services; or</li>
<li>To assist us in analyzing how our Service is used.</li>
</ul>
<p>[I|We] want to inform users of this Service that these third parties have access to your Personal
Information. The reason is to perform the tasks assigned to them on our behalf. However, they
are obligated not to disclose or use the information for any other purpose.</p>
<p><strong>Security</strong></p>
<p>[I|We] value your trust in providing us your Personal Information, thus we are striving to use
commercially acceptable means of protecting it. But remember that no method of transmission over
the internet, or method of electronic storage is 100% secure and reliable, and [I|we] cannot
guarantee its absolute security.</p>
<p><strong>Links to Other Sites</strong></p>
<p>This Service may contain links to other sites. If you click on a third-party link, you will be
directed to that site. Note that these external sites are not operated by [me|us]. Therefore, I
strongly advise you to review the Privacy Policy of these websites. I have no control over, and
assume no responsibility for the content, privacy policies, or practices of any third-party
sites or services.</p>
<p><strong>Children’s Privacy</strong></p>
<p>This Services do not address anyone under the age of 13. [I|We] do not knowingly collect personal
identifiable information from children under 13. In the case [I|we] discover that a child under 13
has provided [me|us] with personal information, [I|we] immediately delete this from our servers. If you
are a parent or guardian and you are aware that your child has provided us with personal
information, please contact [me|us] so that [I|we] will be able to do necessary actions.</p>
<p><strong>Changes to This Privacy Policy</strong></p>
<p>[I|We] may update our Privacy Policy from time to time. Thus, you are advised to review this page
periodically for any changes. [I|We] will notify you of any changes by posting the new Privacy Policy
on this page. These changes are effective immediately, after they are posted on this page.</p>
</div>
<!--contact start -->
<section id="contact" class="contact">
<div class="section-heading text-center">
</div>
<div class="container">
<div class="portfolio-content">
<div class="single-about-txt text-center">
<h2>CONTACT</h2>
</div>
<hr>
<div class="isotope">
<div class="row">
<div class="col-lg-offset-2 col-md-8">
<div class="item">
<img src="assets/images/me-lunette.jpg" alt="portfolio image" width="400"/>
<div class="isotope-overlay">
<a href="https://www.linkedin.com/in/davidmossakowski/">
linked <i class="fa fa-linkedin" aria-hidden="true"></i>
</a>
</div><!-- /.isotope-overlay -->
</div><!-- /.item -->
<!--iframe src="https://docs.google.com/forms/d/e/1FAIpQLSdbM0CYYJiw7I1iYjDdRojktFEv9KTTNj-FoQLwDMatNqG-Ow/viewform?embedded=true" width="740" height="709" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe-->
</div>
</div>
</div>
</div>
</div>
<!--footer-copyright start-->
<footer id="footer-copyright" class="footer-copyright">
<div class="container">
<div class="hm-footer-copyright text-center">
<p>
© copyright david mossakowski. design and developed by <a
href="https://www.themesine.com/">themesine</a>
</p>
<!--/p-->
</div>
<!--/.text-center-->
</div>
<!--/.container-->
<div id="scroll-Top">
<div class="return-to-top">
<i class="fa fa-angle-up " id="scroll-top"></i>
</div>
</div>
<!--/.scroll-Top-->
</footer>
<!--/.footer-copyright-->
<!--footer-copyright end-->
<!-- Include all js compiled plugins (below), or include individual files as needed -->
<script src="assets/js/jquery.js"></script>
<!--modernizr.min.js-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script>
<!--bootstrap.min.js-->
<script src="assets/js/bootstrap.min.js"></script>
<!-- bootsnav js -->
<script src="assets/js/bootsnav.js"></script>
<!-- jquery.sticky.js -->
<script src="assets/js/jquery.sticky.js"></script>
<!-- for progress bar start-->
<!-- progressbar js -->
<script src="assets/js/progressbar.js"></script>
<!-- appear js -->
<script src="assets/js/jquery.appear.js"></script>
<!-- for progress bar end -->
<!--owl.carousel.js-->
<script src="assets/js/owl.carousel.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
<!--Custom JS-->
<script src="assets/js/custom.js"></script>
</body>
</html>