69 lines
3.1 KiB
Twig
69 lines
3.1 KiB
Twig
{% extends 'Game/index.html.twig' %}
|
|
|
|
{% block title %} - Privacy Policy{% endblock %}
|
|
|
|
{% block metas %}
|
|
{%- set _ogImage = app.request.getSchemeAndHttpHost() ~ asset('images/mine-1600x627.png') -%}
|
|
<meta property="og:url" content="{{ url('MineSeekerBundle_privacy') }}"/>
|
|
<meta property="og:type" content="website"/>
|
|
<meta property="og:site_name" content="MineSeeker"/>
|
|
<meta property="og:title" content="Privacy Policy · MineSeeker"/>
|
|
<meta property="og:description" content="Read how MineSeeker collects, uses and protects your personal data."/>
|
|
<meta property="og:image" content="{{ _ogImage }}"/>
|
|
<meta property="og:image:width" content="1600"/>
|
|
<meta property="og:image:height" content="627"/>
|
|
<meta name="twitter:card" content="summary_large_image"/>
|
|
<meta name="twitter:title" content="Privacy Policy · MineSeeker"/>
|
|
<meta name="twitter:description" content="Read how MineSeeker collects, uses and protects your personal data."/>
|
|
<meta name="twitter:image" content="{{ _ogImage }}"/>
|
|
{% endblock %}
|
|
|
|
{% block body %}
|
|
<div class="txt">
|
|
<h2>MineSeeker Privacy Policy</h2>
|
|
|
|
<p>Your privacy is important to us.</p>
|
|
|
|
<p>It is MineSeeker's policy to respect your privacy regarding any information we may collect while operating
|
|
our
|
|
website. Accordingly, we have developed this privacy policy in order for you to understand how we collect,
|
|
use,
|
|
communicate, disclose and otherwise make use of personal information. We have outlined our privacy policy
|
|
below.</p>
|
|
|
|
<ul>
|
|
<li>We will collect personal information by lawful and fair means and, where appropriate, with the knowledge
|
|
or
|
|
consent of the individual concerned.
|
|
</li>
|
|
<li>Before or at the time of collecting personal information, we will identify the purposes for which
|
|
information is being collected.
|
|
</li>
|
|
<li>We will collect and use personal information solely for fulfilling those purposes specified by us and
|
|
for
|
|
other ancillary purposes, unless we obtain the consent of the individual concerned or as required by
|
|
law.
|
|
</li>
|
|
<li>Personal data should be relevant to the purposes for which it is to be used, and, to the extent
|
|
necessary
|
|
for those purposes, should be accurate, complete, and up-to-date.
|
|
</li>
|
|
<li>We will protect personal information by using reasonable security safeguards against loss or theft, as
|
|
well
|
|
as unauthorized access, disclosure, copying, use or modification.
|
|
</li>
|
|
<li>We will make readily available to customers information about our policies and practices relating to the
|
|
management of personal information.
|
|
</li>
|
|
<li>We will only retain personal information for as long as necessary for the fulfilment of those
|
|
purposes.
|
|
</li>
|
|
</ul>
|
|
|
|
<p>We are committed to conducting our business in accordance with these principles in order to ensure that the
|
|
confidentiality of personal information is protected and maintained. MineSeeker may change this privacy
|
|
policy
|
|
from time to time at MineSeeker's sole discretion.</p>
|
|
</div>
|
|
{% endblock %}
|