Skip to content

Commit

Permalink
chore: adding privacy policy
Browse files Browse the repository at this point in the history
  • Loading branch information
dansiegel committed Feb 21, 2024
1 parent 5718ef6 commit fd1cb6e
Show file tree
Hide file tree
Showing 2 changed files with 213 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<!-- Navbar Start -->
<header>
<div id="topnav" class="defaultscroll sticky">
<div id="topnav" class="defaultscroll sticky">
<div class="container">
<div class="menu-extras">
<div class="menu-item">
Expand Down
212 changes: 212 additions & 0 deletions privacy.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,212 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<title>Prism Library</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- favicon -->
<link rel="shortcut icon" href="images/favicon.ico">

<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />

<!-- Main Css -->
<link href="css/style.css" rel="stylesheet" type="text/css" id="theme-opt" />
<link href="css/colors/default.css" rel="stylesheet" id="color-opt">

<style>
.github {
padding: 15px 0 15px 40px;
background-image: url(images/[email protected]);
background-repeat: no-repeat;
background-size: 32px 32px;
background-position: 0;
}

.documentation {
padding: 15px 0 15px 40px;
background-image: url(images/[email protected]);
background-repeat: no-repeat;
background-size: 32px 32px;
background-position: 0;
}
</style>
</head>

<body>

<!-- Navbar Start -->
<header>
<div id="topnav" class="defaultscroll sticky">
<div class="container">
<div class="menu-extras">
<div class="menu-item">
<!-- Mobile menu toggle-->
<a class="navbar-toggle">
<div class="lines">
<span></span>
<span></span>
<span></span>
</div>
</a>
<!-- End mobile menu toggle-->
</div>
</div>

<div id="navigation">
<!-- Navigation Menu-->
<ul class="navigation-menu">
<li><a href="#home">Home</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#pricing">Pricing</a></li>
<li><a href="#team">Team</a></li>
<li><a href="#learn">Learn</a></li>
<li><a href="#sponsors">Sponsors</a></li>
</ul>
</div>
</div>
</div>
</header>
<!-- Navbar End -->

<section class="section bg-light" id="privacy">
<main className="grid min-h-full place-items-center bg-white px-6 py-24 sm:py-32 lg:px-8">
<div className="prose mx-auto max-w-3xl text-gray-600">
<h1>Prism Library Privacy Policy</h1>
<p className="text-sm text-gray-500">Effective Date: 20 February 2024</p>

<p>
Prism Software, LLC ("Prism", "we", "us", or "our") respects the privacy
of our users ("you" or "your"). This Privacy Policy describes how we
collect, use, disclose, and protect your information when you use our
website, prismlibrary.com (the "Site"), and our OAuth client
integrated with Google (the "Client").
</p>

<h2>Information We Collect</h2>

<p>We collect the following information from you:</p>

<ul className="list-disc ml-6">
<li>
<strong>Basic User Information:</strong> When you create an account
or authenticate using an external OAuth provider (Microsoft,
Google, or GitHub) with Azure Active Directory B2C, we collect
your name and email address.
</li>
<li>
<strong>Subscription Information:</strong> If you purchase a
license, we may associate your account with one or more
subscriptions in Stripe, but we do not store any payment
information ourselves.
</li>
</ul>

<h2>How We Use Your Information</h2>

<p>We use your information for the following purposes:</p>

<ul className="list-disc ml-6">
<li>To provide you with access to the Site and Client.</li>
<li>To process your license purchases and manage your subscriptions.</li>
<li>
To communicate with you about your account, licenses, and
subscriptions. This includes sending you emails when you create a
new license, are assigned or unassigned a license, or your license is
expiring.
</li>
<li>To comply with legal and regulatory requirements.</li>
</ul>

<p className="font-bold mt-8">We do not:</p>

<ul className="list-disc ml-6">
<li>Share your information with any third parties, except as required by law or to fulfill our contractual obligations.</li>
<li>Track your activity on the Site or Client beyond what is necessary to provide you with the services you request.</li>
<li>Use your information for any purpose other than those listed above.</li>
</ul>

<h2>External OAuth Providers</h2>

<p>
When you authenticate using an external OAuth provider, you are
granting that provider permission to share certain information about
you with us. The specific information that is shared will vary
depending on the provider, but typically includes your name and email
address. We recommend that you review the privacy policies of the
external OAuth providers you use to understand how they collect, use,
and share your information.
</p>

<h2>Security</h2>

<p>
We take reasonable steps to protect your information from
unauthorized access, use, disclosure, alteration, or destruction.
However, no website or internet transmission is completely secure,
and we cannot guarantee the security of your information.
</p>

<h2>Your Choices</h2>

<p>
You can access, update, or delete your information by contacting us at
[email protected]. You can also choose to no longer receive
emails from us by clicking the unsubscribe link in any email we send
you.
</p>

<h2>Children's Privacy</h2>

<p>
The Site and Client are not directed to children under the age of
13. We do not knowingly collect personal information from children
under the age of 13. If you are a parent or guardian and you believe
that your child has provided us with personal information, please
contact us at [email protected].
</p>

<h2>Changes to this Privacy Policy</h2>

<p>
We may update this Privacy Policy from time to time. We will notify you of
any changes by posting the new Privacy Policy on the Site. You are advised to
review this Privacy Policy periodically for any changes.
</p>

<h2>Contact Us</h2>

<p>
If you have any questions about this Privacy Policy, please contact us
at <a href="mailto:[email protected]" className="text-indigo-600">[email protected]</a>.
</p>
</div>
</main>
</section>

<!-- Footer Start -->
<footer>
<div class="--------">

</div>
</footer>
<!-- Footer End -->

<!-- Back To Home Start -->
<a href="#" class="btn btn-icon btn-primary back-to-top"><i data-feather="arrow-up" class="icons"></i></a>
<!-- Back To Home End -->

<!-- Javascript Start -->
<script src="js/jquery-3.5.1.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<!-- Icons -->
<script src="js/feather.min.js"></script>
<!-- Typed -->
<script src="js/typed.js"></script>
<script src="js/typed.init.js"></script>
<!-- Main Js -->
<script src="js/app.js"></script>
<!-- Javascript End -->
</body>
</html>

0 comments on commit fd1cb6e

Please sign in to comment.