improve some pages

pull/26/head
Ondřej Hruška 6 years ago
parent 6211b38557
commit 27741a797a
Signed by: MightyPork
GPG Key ID: 2C5FD5035250423D
  1. 2
      resources/assets/sass/app.scss
  2. 26
      resources/views/about/privacy.blade.php
  3. 73
      resources/views/about/terms.blade.php
  4. 21
      resources/views/layouts/footer.blade.php
  5. 1
      resources/views/user/view.blade.php

@ -150,7 +150,7 @@ html {
} }
.card-header-extra { .card-header-extra {
display:flex; display: flex;
align-items: center; align-items: center;
} }

@ -4,24 +4,18 @@
<div class="container"> <div class="container">
<div class="row justify-content-center"> <div class="row justify-content-center">
<div class="col-md-8"> <div class="col-md-8">
<div class="card"> <h1>Privacy Statement</h1>
<div class="card-header">Privacy Statement</div>
<div class="card-body"> <p>
<p> <i>datatable.directory</i> does not collect anything beyond what users
<i>datatable.directory</i> does not collect anything beyond what users themselves enter into the application, plus limited data from OAuth providers
themselves enter in the application, plus limited data from OAuth providers to facilitate social logins. User IP addresses and other technical data may be
when a social login is used. User IP addresses and other data, such as the temporarily written to the server log for debugging purposes.
user agent, are briefly stored in the web server log as a byproduct of the </p>
server operation, and serve debugging purposes only.
</p>
<p> <p>
We do not share private data with any third parties. We do not share any user data with third parties.
</p> </p>
</div>
</div>
</div>
</div> </div>
</div> </div>
@endsection @endsection

@ -1,46 +1,43 @@
@extends('layouts.app') @extends('layouts.app')
@section('content') @section('content')
<div class="container"> <div class="container">
<div class="row justify-content-center"> <div class="row justify-content-center">
<div class="col-md-8"> <div class="col-md-8">
<div class="card"> <h1>Terms of Service</h1>
<div class="card-header">Terms of Service</div>
<div class="card-body"> <p>
<p> <i>datatable.directory</i> is provided free of charge to the public
<i>datatable.directory</i> is provided, free of charge, to the public, with the expectation of being a useful development tool for sharing
with the expectation of being a useful development tool for sharing tables of structured data. The website hosts user-provided content
tables of structured data. The directory hosts user-provided contents and disclaims any responsibility for the correctness of this data.
and disclaims any responsibility for the correctness and applicability </p>
of the data for any purpose.
</p>
<p> <p>
The goal of the website is to share structured data, such as the periodic The following categories of data are prohibited on the website:
table, lists of countries, morse codes, word frequency and transliteration </p>
tables, etc.
</p>
<p> <ul>
It is forbidden to share personal information ("doxxing"), proprietary <li>Data taken from external sources without attribution</li>
data that cannot be freely shared due to license terms, licensed data <li>Proprietary data that cannot be redistributed due to license terms</li>
without listing the author and the applicable license, sexually explicit <li>Personal information shared without consent ("doxxing")</li>
content, and anything against the law (this includes pirate download links, <li>Racist, sexist, or otherwise offensive content</li>
torrent tracker lists, etc.). <li>Anything illegal or questionable
</p> (such as links to pirated music, software, cracks, pornography, drug-related content etc.)</li>
</ul>
<p> <p>
The site operator reserves the right to hide any objectionable content The site operators reserve the right to hide or delete any objectionable
until the problem is rectified, or delete such content. Engagement in content. Engagement in harassment, racism, sexism, or other antisocial behavior
harassment, racism, sexism, or other antisocial behavior within the site within the site may result in account closure, and any such content will
may result in account closure, and any such content will be deleted. be deleted. Users are encouraged to report problematic submissions using the report button.
Users can report problematic submissions using the report button on the </p>
submission detail page.
</p> <p>
</div> Further, we ask users to refrain from abusing the API or scraping the table pages
</div> when the results are invariant and can be easily cached. Excessive requests
</div> may result in user or IP ban to protect the server.
</div> </p>
</div> </div>
</div>
@endsection @endsection

@ -2,14 +2,17 @@
<footer class="page-footer text-muted mt-2"> <footer class="page-footer text-muted mt-2">
<div class="container py-2 py-md-4"> <div class="container py-2 py-md-4">
<ul class="d-flex p-0"> <nav aria-label="Footer links" class="d-flex">
<li class="d-inline-block mr-3"><a href="/about/privacy">Privacy Statement</a> <div>
<li class="d-inline-block mr-3"><a href="/about/terms">Terms of Service</a> Developed & maintained by <a href="https://www.ondrovo.com/">Ondřej Hruška</a>
</ul> &lt;<a href="mailto:ondra@ondrovo.com">ondra@ondrovo.com</a>&gt; &copy; 2018<br>
<p> Data tables are licensed CC0 (public domain), unless specified otherwise.
Maintained by <a href="https://www.ondrovo.com/">Ondřej Hruška</a> </div>
(<a href="mailto:ondra@ondrovo.com">ondra@ondrovo.com</a>).<br>
Data tables are licensed CC0 (public domain), unless specified otherwise. <div class="ml-auto">
</p> <a href="/about/privacy" class="ml-3">Privacy</a>
<a href="/about/terms" class="ml-3">Terms</a>
</div>
</nav>
</div> </div>
</footer> </footer>

@ -64,6 +64,7 @@
</div> </div>
</div> </div>
</div> </div>
{{-- Table list card --}} {{-- Table list card --}}
<div class="col-md-8"> <div class="col-md-8">
<div class="card"> <div class="card">

Loading…
Cancel
Save