Skip to content

Commit

Permalink
Added privacy policy & terms & conditions.
Browse files Browse the repository at this point in the history
  • Loading branch information
16Integer committed Oct 8, 2023
1 parent 3601597 commit 70badbb
Show file tree
Hide file tree
Showing 3 changed files with 178 additions and 3 deletions.
83 changes: 83 additions & 0 deletions privacy.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Privacy Policy</title>
<meta
name="description"
content="This privacy policy explains our data practices for our websites and apps."
/>
<link rel="icon" type="image/x-icon" href="/images/icon.webp" />
<link href="fonts/googleSans.css" rel="preconnect stylesheet" />
<link href="fonts/sourceSansPro.css" rel="preconnect stylesheet" />
<link rel="stylesheet" type="text/css" href="style.css" />
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN"
crossorigin="anonymous"
/>
<style>
.subheading {
margin: 10px;
font-size: 24px;
font-weight: bold;
}
.txt {
font-size: 16px;
}
</style>
</head>
<body data-bs-theme="dark">
<div class="main">
<h1 class="title">Privacy Policy</h1>
<p class="small-txt">
<strong>Effective date: October 8, 2023</strong> 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.
</p>
<h2 class="subheading">We Collect No Data on Our Websites and Apps</h2>
<p class="txt">
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.
</p>
<h2 class="subheading">Third-Party Services</h2>
<p class="txt">
While we do not collect data, please be aware that if you use
third-party services such as
<a href="https://policies.google.com/privacy">Google Drive</a> or
<a href="https://www.dropbox.com/privacy">Dropbox</a> syncing
capabilites in conjunction with our program, those services may access
and handle your data according to their respective privacy policies.
</p>
<h2 class="subheading">Use of CDN jsDelivr for Bootstrap Libraries</h2>
<p class="txt">
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
<a href="https://www.jsdelivr.com/terms/privacy-policy-jsdelivr-net"
>jsDelivr's privacy policy</a
>
for more information.
</p>
<h3 class="subheading">Updates to this privacy policy</h3>
<p class="txt">
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.
</p>
<p class="txt">
<a href="terms">Looking for the Terms & Conditions?</a>
</p>
</div>
<script src="main.js" async defer></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"
></script>
</body>
</html>
12 changes: 9 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
body {
margin: 0;
min-height: 100vh;
-ms-overflow-style: none;
scrollbar-width: none;
Expand All @@ -10,8 +9,6 @@ body::-webkit-scrollbar {
}

.main {
padding: 0;
margin: 0;
display: none;
font-family: "Google Sans", arial, sans-serif;
}
Expand Down Expand Up @@ -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;
Expand Down
86 changes: 86 additions & 0 deletions terms.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Terms & Conditions</title>
<meta
name="description"
content="This page contains the terms and conditions for using our website and services."
/>
<link rel="icon" type="image/x-icon" href="/images/icon.webp" />
<link href="fonts/googleSans.css" rel="preconnect stylesheet" />
<link href="fonts/sourceSansPro.css" rel="preconnect stylesheet" />
<link rel="stylesheet" type="text/css" href="style.css" />
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN"
crossorigin="anonymous"
/>
<style>
.subheading {
margin: 10px;
font-size: 24px;
font-weight: bold;
}
.txt {
font-size: 16px;
}
</style>
</head>
<body data-bs-theme="dark">
<div class="main">
<h1 class="title">Terms & Conditions</h1>
<p class="small-txt">
<strong>Effective date: October 8, 2023</strong> 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.
</p>
<!-- Add your terms and conditions content here -->
<h2 class="subheading">PERMISSION</h2>
<p class="txt">
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. <br />
<p class="subheading">WARRANTY</p>
<p class="txt">
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. <br />
<br />
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.
<br />
</p>
</p>
<h3 class="subheading">Updates to these terms and conditions</h3>
<p style="margin-bottom: 10px;" class="txt">
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.
</p>
<p class="txt">
<a href="privacy">View our Privacy Policy</a>
</p>
</div>
<script src="main.js" async defer></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"
></script>
</body>
</html>

0 comments on commit 70badbb

Please sign in to comment.