diff --git a/privacy.html b/privacy.html new file mode 100644 index 0000000..dce1a34 --- /dev/null +++ b/privacy.html @@ -0,0 +1,83 @@ + + + + + + Privacy Policy + + + + + + + + + +
+

Privacy Policy

+

+ Effective date: October 8, 2023 An individual based in + Australia operates the passmgrgui service (the "Service"). This page + informs you of the terms and conditions for using our Service. By using + the Service, you agree to comply with these terms and conditions. +

+

We Collect No Data on Our Websites and Apps

+

+ Our websites and apps are open-source and designed to protect your + privacy. We do not collect any personal data or information from you + when you use our services. +

+

Third-Party Services

+

+ While we do not collect data, please be aware that if you use + third-party services such as + Google Drive or + Dropbox syncing + capabilites in conjunction with our program, those services may access + and handle your data according to their respective privacy policies. +

+

Use of CDN jsDelivr for Bootstrap Libraries

+

+ We use the jsDelivr content delivery network to serve Bootstrap + libraries for our websites and apps. jsDelivr may collect usage data in + accordance with its own privacy policy. Please refer to + jsDelivr's privacy policy + for more information. +

+

Updates to this privacy policy

+

+ We reserve the right to make changes to this privacy policy at any time. + Users will receive notice of any changes on this page, and the effective + date will be updated accordingly. +

+

+ Looking for the Terms & Conditions? +

+
+ + + + diff --git a/style.css b/style.css index 155b115..f6b3c80 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,4 @@ body { - margin: 0; min-height: 100vh; -ms-overflow-style: none; scrollbar-width: none; @@ -10,8 +9,6 @@ body::-webkit-scrollbar { } .main { - padding: 0; - margin: 0; display: none; font-family: "Google Sans", arial, sans-serif; } @@ -138,6 +135,15 @@ body::-webkit-scrollbar { margin-right: auto; } +.small-txt { + font-size: 16px; + margin-bottom: 5px; + text-align: center; + max-width: 660px; + margin-left: auto; + margin-right: auto; +} + .link { color: inherit; font-size: inherit; diff --git a/terms.html b/terms.html new file mode 100644 index 0000000..efdcaaa --- /dev/null +++ b/terms.html @@ -0,0 +1,86 @@ + + + + + + Terms & Conditions + + + + + + + + + +
+

Terms & Conditions

+

+ Effective date: October 8, 2023 An individual based in + Australia operates the passmgrgui service (the "Service"). This page + informs you of the terms and conditions for using our Service. By using + the Service, you agree to comply with these terms and conditions. +

+ +

PERMISSION

+

+ Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the + “Software”), to deal in the Software without restriction, including + without limitation the rights to use, copy, modify, merge, publish, + distribute, sublicense, and/or sell copies of the Software, and to + permit persons to whom the Software is furnished to do so, subject to + the following conditions: The above copyright notice and this permission + notice shall be included in all copies or substantial portions of the + Software.
+

WARRANTY

+

+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS + OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF + MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. + IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY + CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, + TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE + SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+ When using our service, you must not expose API keys & other confidential information defined as information not + intended to be visible to the public due to safety, privacy, security + &/or other concerns. +
+

+

+

Updates to these terms and conditions

+

+ We reserve the right to make changes to these terms and conditions at + any time. Users will receive notice of any changes on this page, and the + effective date will be updated accordingly. +

+

+ View our Privacy Policy +

+
+ + + +