icp/src/frontend/templates/frontend/privacy.html

37 lines
2.0 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{% load staticfiles %}
{% include "frontend/header.html" %}
<div class="row">
<h1>Privacy</h1>
<h2>Server logs</h2>
<p>
A visit to our website can result in the storage on our server of information about the access (date, time, page accessed). This does not represent any analysis of personal data (e.g., name, address or e-mail address). If personal data are collected, this only occurs to the extent possible with the prior consent of the user of the website. Any forwarding of the data to third parties without the express consent of the user shall not take place.
</p>
<h2>Uploaded information</h2>
<p>
This platform allows users to submit data for verification purpose like program code and quizes.
For improving the overall quality of the teaching experience, we may store and process the submitted information automatically.
If you are logged in as a user, the user id is also contained in this data.
If you do not like that your id is potentially stored together with the program code, we recommend to not login as a user but use the platform anonymously.
</p>
<h2>Information about cookies</h2>
<ul>
<li>To optimize our web presence, we may use cookies. These are small text files stored in your computer's main memory. These cookies are deleted after you close the browser.</li>
<li>Other cookies remain on your computer (long-term cookies) and permit its recognition on your next visit. This allows us to improve your access to our site.</li>
<li>You can prevent storage of cookies by choosing a “disable cookies” option in your browser settings. But this can limit the functionality of our Internet offers as a result.</li>
</ul>
<h2>Contact</h2>
<p>
If you have any questions regarding privacy send an email to: <a href="mailto:info@oer.hps.vi4io.org">info@oer.hps.vi4io.org</a>
</p>
</div>
{% include "frontend/footer.html" %}