improve some pages

This commit is contained in:
2018-07-22 18:22:15 +02:00
parent 6211b38557
commit 27741a797a
5 changed files with 59 additions and 64 deletions
+10 -16
View File
@@ -4,24 +4,18 @@
<div class="container">
<div class="row justify-content-center">
<div class="col-md-8">
<div class="card">
<div class="card-header">Privacy Statement</div>
<h1>Privacy Statement</h1>
<div class="card-body">
<p>
<i>datatable.directory</i> does not collect anything beyond what users
themselves enter in the application, plus limited data from OAuth providers
when a social login is used. User IP addresses and other data, such as the
user agent, are briefly stored in the web server log as a byproduct of the
server operation, and serve debugging purposes only.
</p>
<p>
<i>datatable.directory</i> does not collect anything beyond what users
themselves enter into the application, plus limited data from OAuth providers
to facilitate social logins. User IP addresses and other technical data may be
temporarily written to the server log for debugging purposes.
</p>
<p>
We do not share private data with any third parties.
</p>
</div>
</div>
</div>
<p>
We do not share any user data with third parties.
</p>
</div>
</div>
@endsection