Files
CodeShare/Source/assets/html/TOS.twig
2018-09-29 13:06:59 +02:00

47 lines
2.5 KiB
Twig

{% extends app.fronthtml~"/base.twig" %}
{% block content %}
<div class="container justified" style="font-size: 12pt">
<h4 style="text-align: center">Terms of service</h4>
<h4 class="docheader top10">Definitions</h4>
<ul>
<li><p>Solution: Any code snippet and its enclosed information</p></li>
</ul>
<h4 class="docheader top10">Privacy</h4>
<p>All personal data bring to JKA Network in registration form are save under the General Data Protection Regulation (GDPR) (EU) 2016/679.
You can claim your right through JKA Network email <a href="mailto:contacto@jkanetwork.com">contacto@jkanetwork.com</a>.
If you use CodeShare you authorized JKA Network to save and use your Email and Nickname to manage login and upload code snippets.
</p>
<h4 class="docheader top10">About content upload to CodeShare</h4>
<p>All content which the user upload to CodeShare except his email, password or comments are ceded with their
all rights to JKA Network and immediately JKA Network will prescind from with their rights on these putting
them under the public domain<br>
Only JKA Network can remove comment or solutions hosted in CodeShare</p>
<h4 class="docheader top10">About user's account</h4>
<p>The registered user in all moment can close their account but all data hosted in CodeShare will remain
hosted.
<br>JKA Network is reserved the right to ban the access to account of any user who engage <a
href="{{path('doc')}}#vandalism">vandalism</a></p>
<h4 class="docheader top10" id="cookiePolicy">Cookie policiy</h4>
<p>In CodeShare are used two differents cookies, one for session system and other for cookies' consent. You can
block CodeShare cookies but you cannot log in because we cannot check if login was right.
<br>The differents cookies are:</p>
<table class="table table-striped table-hover" style="width: 50%">
<thead>
<tr class="active">
<th>Cookie name</th>
<th>Functions</th>
</tr>
</thead>
<tbody>
<tr class="active">
<td>PHPSESSID</td>
<td>Session identifier to server</td>
</tr>
<tr class="active">
<td>cookieconsent_status</td>
<td>Cookie alert visibility</td>
</tr>
</tbody>
</table>
</div>
{% endblock %}