mirror of
https://gitlab.com/CodeSolutionsProject/CodeShare.git
synced 2026-02-14 17:11:34 +01:00
51 lines
2.5 KiB
Twig
51 lines
2.5 KiB
Twig
{% extends "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 Spanish's law of data protection
|
|
(LO 15/1999).
|
|
You can claim your right through JKA Network email <a href="mailto:contacto@jkanetwork.com">contacto@jkanetwork.com</a>
|
|
</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="index.php?page=doc#vandalism">vandalism</a></p>
|
|
<h4 class="docheader top10" id="cookiePolicy">Cookie policiy</h4>
|
|
<p>In CodeShare are used three differents cookies, two for login system and one 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>sessionID</td>
|
|
<td>User identifier</td>
|
|
</tr>
|
|
<tr class="active">
|
|
<td>Token</td>
|
|
<td>Unique user token for this session</td>
|
|
</tr>
|
|
<tr class="active">
|
|
<td>cookieconsent_status</td>
|
|
<td>Cookie alert visibility</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
{% endblock %} |