1
0
Fork 0

Update privacy page layout

This commit is contained in:
Daniel Supernault 2019-09-19 21:02:36 -06:00
parent ba47d50792
commit a4229d5d30
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 88 additions and 89 deletions

View File

@ -1,18 +1,14 @@
@extends('site.partial.template')
@section('section')
@extends('layouts.app')
@section('content')
<div class="container mt-5">
<div class="col-12">
<p class="font-weight-bold text-lighter text-uppercase">Privacy Policy</p>
<div class="card border shadow-none">
<div class="card-body p-md-5 text-justify mx-md-3">
@if($page && $page->content)
<div class="title">
<h3 class="font-weight-bold">Privacy Policy</h3>
</div>
<hr>
{!! $page->content !!}
@else
<div class="title">
<h3 class="font-weight-bold">Privacy Policy</h3>
</div>
<hr>
<div class="terms">
<h5 class="font-weight-bold" id="1">1. What information do we collect?</h5>
<ul class=" pl-4">
@ -29,7 +25,7 @@
IPs and other metadata: When you log in, we record the IP address you log in from, as well as the name of your browser application. All the logged in sessions are available for your review and revocation in the settings. The latest IP address used is stored for up to 12 months. We also may retain server logs which include the IP address of every request to our server.
</li>
</ul>
<h5 class="font-weight-bold" id="2">2. What do we use your information for?</h5>
<h5 class="font-weight-bold mt-5" id="2">2. What do we use your information for?</h5>
<p class="">Any of the information we collect from you may be used in the following ways:</p>
<ul class=" pl-4">
@ -44,11 +40,11 @@
</li>
</ul>
<h5 class="font-weight-bold" id="3">3. How do we protect your information?</h5>
<h5 class="font-weight-bold mt-5" id="3">3. How do we protect your information?</h5>
<p class="">We implement a variety of security measures to maintain the safety of your personal information when you enter, submit, or access your personal information. Among other things, your browser session, as well as the traffic between your applications and the API, are secured with SSL, and your password is hashed using a strong one-way algorithm. You may enable two-factor authentication to further secure access to your account.</p>
<h5 class="font-weight-bold" id="4">4. What is our data retention policy?</h5>
<h5 class="font-weight-bold mt-5" id="4">4. What is our data retention policy?</h5>
<p class="">We will make a good faith effort to:</p>
<ul class=" pl-4">
<li>
@ -63,17 +59,17 @@
</ul>
<p class="">You may irreversibly delete your account at any time.</p>
<h5 class="font-weight-bold" id="5">5. Do we use cookies?</h5>
<h5 class="font-weight-bold mt-5" id="5">5. Do we use cookies?</h5>
<p class="">Yes. Cookies are small files that a site or its service provider transfers to your computers hard drive through your Web browser (if you allow). These cookies enable the site to recognize your browser and, if you have a registered account, associate it with your registered account.
</p>
<p class="">We use cookies to understand and save your preferences for future visits.</p>
<h5 class="font-weight-bold" id="6">6. Do we disclose any information to outside parties?</h5>
<h5 class="font-weight-bold mt-5" id="6">6. Do we disclose any information to outside parties?</h5>
<p class="">We do not sell, trade, or otherwise transfer to outside parties your personally identifiable information. This does not include trusted third parties who assist us in operating our site, conducting our business, or servicing you, so long as those parties agree to keep this information confidential. We may also release your information when we believe release is appropriate to comply with the law, enforce our site policies, or protect ours or others rights, property, or safety.</p>
<p class="">Your public content may be downloaded by other servers in the network. Your public and followers-only posts are delivered to the servers where your followers reside, and direct messages are delivered to the servers of the recipients, in so far as those followers or recipients reside on a different server than this.</p>
<p class="">When you authorize an application to use your account, depending on the scope of permissions you approve, it may access your public profile information, your following list, your followers, your lists, all your posts, and your favourites. Applications can never access your e-mail address or password.</p>
<h5 class="font-weight-bold" id="7">7. Site usage by children</h5>
<h5 class="font-weight-bold mt-5" id="7">7. Site usage by children</h5>
<p class="">If this server is in the EU or the EEA: Our site, products and services are all directed to people who are at least 16 years old. If you are under the age of 16, per the requirements of the GDPR (General Data Protection Regulation) do not use this site.</p>
@ -81,7 +77,7 @@
<p class="">Law requirements can be different if this server is in another jurisdiction.</p>
<h5 class="font-weight-bold" id="8">8. Changes to our Privacy Policy</h5>
<h5 class="font-weight-bold mt-5" id="8">8. Changes to our Privacy Policy</h5>
<p class="">If we decide to change our privacy policy, we will post those changes on this page.</p>
<p class="">This document is CC-BY-SA. It was last updated Jun 12, 2018.</p>
@ -89,8 +85,11 @@
<p class="">Originally adapted from the <a href="https://mastodon.social/terms">Mastodon</a> privacy policy.</p>
</div>
@endif
</div>
</div>
</div>
</div>
@endsection
@push('meta')
<meta property="og:description" content="Privacy Policy">
@endpush