import React, { Component } from 'react';
import PropTypes from "prop-types"

export default class etracker extends Component {
    render() {
        return (
            <div>
                <h3>etracker</h3>
                <p>Our website uses the etracker analytics service. The service is provided by etracker GmbH, Erste Brunnenstraße 1, 20459
                    Hamburg, Germany. This data can be used to create pseudonymous usage profiles. Cookies may be used for this purpose.
                    Cookies are small text files stored in your local browser cache. These cookies enable the recognition of your browser.
                    The data collected by the etracker technologies are not used to determine the personal identity of website visitors
                    and are not compiled together with personal data related to the person referred to by the pseudonym unless expressly
                    agreed to by the person concerned.</p>
                <p>etracker cookies remain on your device until you delete them.</p>
                <p>The storage of etracker cookies is based on Art. 6 (1) (f) DSGVO. The website operator has a legitimate interest in analyzing
                    user behavior to optimize both its website and its advertising.</p>
                <p>You can object to the collection and storage of your data at any time with future effect. To refuse the collection and
                    storage of your visitor data for the future, you can use the etracker opt-out cookie at the following link. This
                    means that in the future no visitor information will be collected and stored by etracker in your browser:
                    <a href="https://www.etracker.de/privacy?et=V23Jbb"
                        target="_blank">https://www.etracker.de/privacy?et=V23Jbb</a>.</p>
                <p>Using this will set an opt-out-cookie called "cntcookie" from etracker. Please do not delete this cookie if you wish
                    your refusal to consent to remain valid. For more information, see the etracker privacy policy:
                    <a href="https://www.etracker.com/de/datenschutz.html"
                        target="_blank">https://www.etracker.com/de/datenschutz.html</a>.</p>
                <p>
                    <strong>Completion of an outsourced data processing contract</strong>
                </p>
                <p>We have entered into an agreement with etracker for the outsourcing of our data processing and fully implement the strict
                    requirements of the German data protection authorities when using etracker.</p>
            </div>
        );
    }
}