Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Privacy Policy in Tailwind #1050

Merged
merged 1 commit into from
Feb 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions website/templates/mobile_privacy.html
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
<h1>Privacy Policy</h1>
<p>We want to make sure you, as a Customer or Finder, understand what information we collect from you and why. We also
<h1 class="text-4xl sm:text-5xl lg:text-6xl my-5">Privacy Policy</h1>
<p class="mb-5">We want to make sure you, as a Customer or Finder, understand what information we collect from you and why. We also
want you to know about our information use practices so that you can make good decisions about how you use Bugheist.
</p>

<p> This Privacy Policy explains what information we collect from and about you, (collectively, "Your Information") and
<p class="mb-5"> This Privacy Policy explains what information we collect from and about you, (collectively, "Your Information") and
what we do with it.</i>
<p>

<p>Please read this Privacy Policy carefully.</p>
<p class="mb-5">Please read this Privacy Policy carefully.</p>

<h2><strong>Information Collection</strong></h2>
<ul>
<h2 class="text-3xl sm:text-4xl lg:text-5xl tracking-tighter my-5 "><strong>Information Collection</strong></h2>
<ul class="list-disc ml-14">
<li><b>Direct Collection</b></li>
<ul>
<ul class="list-[circle] ml-16">
<li>When you create an account with Bugheist, you are required to provide us with profile information, including
your name, company name (if applicable), username, password, and email address. Bugheist stores this
information to help identify you when you log in.</li>
<li>Information regarding website issues/bugs, which are reported by the users/members of the Bugheist community
.</li>
</ul>
<li><b>Indirect Collection</b></li>
<ul>
<ul class="list-[circle] ml-16">
<li>We receive some information automatically when you visit Bugheist. This includes information about the
device, browser, and operating system you use when accessing our site and Services and your IP address. If
you visit Bugheist when you are logged into your account, we also collect the user identification number we
assign you when you open your account.</li>
</ul>
<li><b>Cookie Policy</b></li>
<ul>
<ul class="list-[circle] ml-16">
<li>When you log in to your account, Bugheist will place cookie(s) for the purpose of creating the session,
knowing when you're logged in, and recognizing you as the same authenticated user across accounts. These
cookie(s) contain an encrypted user identifier.</li>
Expand Down
21 changes: 9 additions & 12 deletions website/templates/privacy.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,18 @@

{% block content %}

<div class="row">
<div class="col-lg-6">
{% include 'mobile_privacy.html' %}

<h1>Subscriptions:</h1>
</div>
<div class="w-1/2">
{% include 'mobile_privacy.html' %}

<h1 class="text-4xl sm:text-5xl lg:text-6xl my-10">Subscriptions:</h1>
</div>

{% include '_subscriptions.html' %}

<div class="row">
<div class="col-lg-12">
<h3>Want to kick the tires before you make a purchase? BugHeist shares up to 5 software bugs fee-free
through a Trial Bug Hunt.</h3>
Test-drive BugHeist here <a href="/hunt" class="btn btn-primary submit_button">Start</a>
</div>
<div class="w-1/2">
<h3>Want to kick the tires before you make a purchase? BugHeist shares up to 5 software bugs fee-free
through a Trial Bug Hunt.</h3>
Test-drive BugHeist here <a href="/hunt" class="btn btn-primary submit_button">Start</a>
</div>

{% endblock %}