diff options
author | Anton Luka Šijanec <sijanecantonluka@gmail.com> | 2020-03-05 23:02:04 +0100 |
---|---|---|
committer | Anton Luka Šijanec <sijanecantonluka@gmail.com> | 2020-03-05 23:02:04 +0100 |
commit | af7a53069a4ffb8f041b785d89fe0fcb9f4ca63d (patch) | |
tree | 5a4ecb6f6aef4e18d8eb8d96e70bdd5c129f6c07 /pages/privacypolicy.html | |
parent | med slovenscino 2 (diff) | |
download | beziapp-af7a53069a4ffb8f041b785d89fe0fcb9f4ca63d.tar beziapp-af7a53069a4ffb8f041b785d89fe0fcb9f4ca63d.tar.gz beziapp-af7a53069a4ffb8f041b785d89fe0fcb9f4ca63d.tar.bz2 beziapp-af7a53069a4ffb8f041b785d89fe0fcb9f4ca63d.tar.lz beziapp-af7a53069a4ffb8f041b785d89fe0fcb9f4ca63d.tar.xz beziapp-af7a53069a4ffb8f041b785d89fe0fcb9f4ca63d.tar.zst beziapp-af7a53069a4ffb8f041b785d89fe0fcb9f4ca63d.zip |
Diffstat (limited to '')
-rw-r--r-- | pages/privacypolicy.html | 43 |
1 files changed, 13 insertions, 30 deletions
diff --git a/pages/privacypolicy.html b/pages/privacypolicy.html index d5a4b0c..d60bb79 100644 --- a/pages/privacypolicy.html +++ b/pages/privacypolicy.html @@ -1,5 +1,4 @@ -<html lang="en"> - +<html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> @@ -21,6 +20,7 @@ <link rel="manifest" href="/manifest.json"> <script src="/js/app.js"></script> + <script src="/js/lang/bundle.js"></script> <link rel="shortcut icon" type="image/png" href="/favicon.png" /> <!-- iOS support --> @@ -28,43 +28,26 @@ <link rel="apple-touch-icon" href="/img/icons/icon_512.png"> <meta name="apple-mobile-web-app-status-bar" content="#004d32"> </head> - <body> <nav class="z-depth-0" id="navigation-main"> <div class="nav-wrapper container"> - <b>Beži</b><span>App</span> » Privacy policy + <b>Beži</b><span>App</span> » <x-su>thePrivacyPolicy</x-su> <span class="right white-text"> <i class="material-icons" id="nav-home-button">home</i> </span> </div> </nav> - <div class="container"> - - <h2>Privacy Policy</h2> - <p class="flow-text">Your privacy is important to us. It is the developers' policy to respect your privacy - regarding any information we may collect from you through our app, BežiApp.</p> - <p class="flow-text">We only ask for personal information when we truly need it to provide a service to you. We - collect it by fair and lawful means, with your knowledge and consent. We also let you know why we’re - collecting it and how it will be used.</p> - <p class="flow-text">We only retain collected information for as long as necessary to provide you with your - requested service. What data we store, we’ll protect within commercially acceptable means to prevent loss - and theft, as well as unauthorized access, disclosure, copying, use or modification.</p> - <p class="flow-text">We don’t share any personally identifying information publicly or with third-parties, - except when required to by law.</p> - <p class="flow-text">Our app may link to external sites that are not operated by us. Please be aware that we - have no control over the content and practices of these sites, and cannot accept responsibility or liability - for their respective privacy policies.</p> - <p class="flow-text">You are free to refuse our request for your personal information, with the understanding - that we may be unable to provide you with some of your desired services.</p> - <p class="flow-text">Your continued use of our website will be regarded as acceptance of our practices around - privacy and personal information. If you have any questions about how we handle user data and personal - information, feel free to contact us.</p> + <h2><x-su>thePrivacyPolicy</x-su></h2> + <p class="flow-text"><x-du>privacyImportant</x-du></p> + <p class="flow-text"><x-du>privacyOnlyAskedWhen</x-du></p> + <p class="flow-text"><x-du>privacyDataCollection</x-du></p> + <p class="flow-text"><x-du>privacySharingData</x-du></p> + <p class="flow-text"><x-du>privacyExternalSites</x-du></p> + <p class="flow-text"><x-du>privacyRefuse</x-du></p> + <p class="flow-text"><x-du>privacyAcceptWithUse</x-du></p> <hr> - <p class="flow-text">This policy is effective as of 29 January 2020.</p> - + <p class="flow-text"><x-su>privacyEffectiveAsOf</x-su> 29 January 2020.</p> </div> - </body> - -</html>
\ No newline at end of file +</html> |