parent
aaf2a97627
commit
63e68ae0fe
File diff suppressed because it is too large
Load Diff
@ -0,0 +1 @@ |
||||
google-site-verification: googlefb4c9edefa42af38.html |
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,4 @@ |
||||
|
||||
@import "~bootstrap/scss/functions"; |
||||
@import "~bootstrap/scss/variables"; |
||||
@import "~bootstrap/scss/mixins"; |
@ -0,0 +1,32 @@ |
||||
@import "~bootstrap/scss/root"; |
||||
@import "~bootstrap/scss/reboot"; |
||||
@import "~bootstrap/scss/type"; |
||||
//@import "~bootstrap/scss/images"; |
||||
@import "~bootstrap/scss/code"; |
||||
@import "~bootstrap/scss/grid"; |
||||
@import "~bootstrap/scss/tables"; |
||||
@import "~bootstrap/scss/forms"; |
||||
@import "~bootstrap/scss/buttons"; |
||||
@import "~bootstrap/scss/transitions"; |
||||
@import "~bootstrap/scss/dropdown"; |
||||
@import "~bootstrap/scss/button-group"; |
||||
//@import "~bootstrap/scss/input-group"; |
||||
//@import "~bootstrap/scss/custom-forms"; |
||||
//@import "~bootstrap/scss/nav"; |
||||
@import "~bootstrap/scss/navbar"; |
||||
@import "~bootstrap/scss/card"; |
||||
//@import "~bootstrap/scss/breadcrumb"; |
||||
@import "~bootstrap/scss/pagination"; |
||||
@import "~bootstrap/scss/badge"; |
||||
//@import "~bootstrap/scss/jumbotron"; |
||||
@import "~bootstrap/scss/alert"; |
||||
//@import "~bootstrap/scss/progress"; |
||||
@import "~bootstrap/scss/media"; |
||||
@import "~bootstrap/scss/list-group"; |
||||
@import "~bootstrap/scss/close"; |
||||
@import "~bootstrap/scss/modal"; |
||||
//@import "~bootstrap/scss/tooltip"; |
||||
//@import "~bootstrap/scss/popover"; |
||||
//@import "~bootstrap/scss/carousel"; |
||||
@import "~bootstrap/scss/utilities"; |
||||
//@import "~bootstrap/scss/print"; |
@ -0,0 +1,37 @@ |
||||
@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> collects visit counts the purpose of submission |
||||
popularity ranking and internal statistics. User IP addresses and other |
||||
data, such as the user agent string, is briefly stored in the web server |
||||
log. This data is the byproduct of the server operation and serves debugging |
||||
purposes only. |
||||
</p> |
||||
|
||||
<p> |
||||
We store users' e-mail addresses for the purpose of login authentication, |
||||
together with other profile information entered by the user. Passwords |
||||
are securely hashed in the database; nonetheless users are encouraged to |
||||
use a unique password generated by a password manager, or use one of the |
||||
social login options, which removes the use of a password altogether. |
||||
</p> |
||||
|
||||
<p> |
||||
We do not share any data with any third parties, and do not use advertising |
||||
that would compromise user privacy. The website is supported entirely by |
||||
donations. |
||||
</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 |
Loading…
Reference in new issue