{% extends "base.html" %}
{% block main %}
<div class="content_container">
<h1 class="page-header">Privacy Statement</h1>
<div style="max-width: 900px;">
<p>By submitting your contribution, you agree to your contribution being published/used in the context of the artwork/project, including public exhibitions and publications about the artwork, and waive any copyright claims in the broadest sense.</p>
<p>The artist retains the right to delete materials that they deem offensive or discriminatory to others. This includes privacy violations.</p>
<p>The site stores coordinates, audio and text messages. No other private data is stored.</p>
</div>
{% endblock %}