added some icons, small cleaning, create table page stub, table controller
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
@extends('layouts.app')
|
||||
|
||||
@section('content')
|
||||
<div class="container">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-md-8">
|
||||
<div class="card">
|
||||
<div class="card-header">Privacy Statement</div>
|
||||
|
||||
<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>
|
||||
We do not share private data with any third parties.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@endsection
|
||||
@@ -0,0 +1,46 @@
|
||||
@extends('layouts.app')
|
||||
|
||||
@section('content')
|
||||
<div class="container">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-md-8">
|
||||
<div class="card">
|
||||
<div class="card-header">Terms of Service</div>
|
||||
|
||||
<div class="card-body">
|
||||
<p>
|
||||
<i>datatable.directory</i> is provided, free of charge, to the public,
|
||||
with the expectation of being a useful development tool for sharing
|
||||
tables of structured data. The directory hosts user-provided contents
|
||||
and disclaims any responsibility for the correctness and applicability
|
||||
of the data for any purpose.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The goal of the website is to share structured data, such as the periodic
|
||||
table, lists of countries, morse codes, word frequency and transliteration
|
||||
tables, etc.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
It is forbidden to share personal information ("doxxing"), proprietary
|
||||
data that cannot be freely shared due to license terms, licensed data
|
||||
without listing the author and the applicable license, sexually explicit
|
||||
content, and anything against the law (this includes pirate download links,
|
||||
torrent tracker lists, etc.).
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The site operator reserves the right to hide any objectionable content
|
||||
until the problem is rectified, or delete such content. Engagement in
|
||||
harassment, racism, sexism, or other antisocial behavior within the site
|
||||
may result in account closure, and any such content will be deleted.
|
||||
Users can report problematic submissions using the report button on the
|
||||
submission detail page.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@endsection
|
||||
Reference in New Issue
Block a user