Add list of sub-processors

This commit is contained in:
Daniel Winzen
2023-06-09 14:04:41 +02:00
parent 806bb75db1
commit 44d9538243
3 changed files with 8 additions and 1 deletions

View File

@ -12,7 +12,7 @@ const CONTACT_VAT_ID_NUMBER = 'DE358256290';
global $global_style, $language, $dir; global $global_style, $language, $dir;
$global_style = 'body{margin:0;font-size:18px}'; $global_style = 'body{margin:0;font-size:18px}';
$global_style .= 'header{padding:0 50px;background:#00F;min-height:61px;display:flex;align-items:center}'; $global_style .= 'header{padding:0 50px;background:#00F;min-height:61px;display:flex;align-items:center}';
//$global_style .= 'header.notice{background:#F00;height:25px;display:flex;align-items:center} header.notice a{width:100%;display:flex} header.notice span{margin:auto}'; //$global_style .= 'header.notice{background:#F00;height:25px;display:flex;align-items:center} header.notice a{color:white} header.notice span{margin:auto}';
$global_style .= 'header h1{font-size:24px;color:#fff;margin:auto}'; $global_style .= 'header h1{font-size:24px;color:#fff;margin:auto}';
$global_style .= 'main{margin-bottom:30px;padding:1em;word-wrap:break-word}'; $global_style .= 'main{margin-bottom:30px;padding:1em;word-wrap:break-word}';
$global_style .= 'nav{padding:0;background-color:#FFF;width:100%;z-index:1;display:block;position:absolute}'; $global_style .= 'nav{padding:0;background-color:#FFF;width:100%;z-index:1;display:block;position:absolute}';

View File

@ -55,5 +55,11 @@ global $language, $dir, $locale;
<br><?php echo _('Finally, processing operations could be based on Article 6(1) lit. f GDPR. This legal basis is used for processing operations which are not covered by any of the above-mentioned legal grounds, if processing is necessary for the purposes of the legitimate interests pursued by me or by a third party, except where such interests are overridden by the interests or fundamental rights and freedoms of the data subject which require protection of personal data. Such processing operations are particularly permissible because they have been specifically mentioned by the European legislator. He considered that a legitimate interest could be assumed if the data subject is a client of the controller (Recital 47 Sentence 2 GDPR).'); ?></p> <br><?php echo _('Finally, processing operations could be based on Article 6(1) lit. f GDPR. This legal basis is used for processing operations which are not covered by any of the above-mentioned legal grounds, if processing is necessary for the purposes of the legitimate interests pursued by me or by a third party, except where such interests are overridden by the interests or fundamental rights and freedoms of the data subject which require protection of personal data. Such processing operations are particularly permissible because they have been specifically mentioned by the European legislator. He considered that a legitimate interest could be assumed if the data subject is a client of the controller (Recital 47 Sentence 2 GDPR).'); ?></p>
<h2><?php echo _('7. Legally binding translation'); ?></h2> <h2><?php echo _('7. Legally binding translation'); ?></h2>
<p><?php echo _('Legally binding is only the English version of this privacy policy'); ?></p> <p><?php echo _('Legally binding is only the English version of this privacy policy'); ?></p>
<h2><?php echo _('8. List of sub-processors'); ?></h2>
<table>
<tr><th><?php echo _('Vendor'); ?></th><th><?php echo _('Purpose'); ?></th></tr>
<tr><td><a href="https://www.hetzner.com/legal/privacy-policy" target="_blank" rel="noopener noreferrer">Hetzner</a></td><td><?php echo _('VPS provider to relay outgoing mails, proxy clearnet requests and provider for backup space'); ?></td></tr>
<tr><td><a href="https://www.hosting.de/ueber-uns/datenschutz/" target="_blank" rel="noopener noreferrer">hosting.de GmbH</a></td><td><?php echo _('VPS provider to relay outgoing mails and proxy clearnet requests'); ?></td></tr>
</table>
</main> </main>
</body></html> </body></html>

View File

@ -75,6 +75,7 @@ global $language, $dir, $locale;
<li><a href="https://getstake.com/signup?ref=DANIEL296" target="_blank" rel="noreferrer noopener">Stake</a></li> <li><a href="https://getstake.com/signup?ref=DANIEL296" target="_blank" rel="noreferrer noopener">Stake</a></li>
<li><a href="https://estateguru.co/en/investor-referral/?switch=en&userPromotionCode=EGU033931" target="_blank" rel="noreferrer noopener">Estateguru</a></li> <li><a href="https://estateguru.co/en/investor-referral/?switch=en&userPromotionCode=EGU033931" target="_blank" rel="noreferrer noopener">Estateguru</a></li>
<li><a href="https://www.invesdor.de/?partner=kap-a&kaid=234967&aid=pd01" target="_blank" rel="noreferrer noopener">Invesdor</a></li> <li><a href="https://www.invesdor.de/?partner=kap-a&kaid=234967&aid=pd01" target="_blank" rel="noreferrer noopener">Invesdor</a></li>
<li><a href="https://crowdpear.com/ref/9RCX9L" target="_blank" rel="noreferrer noopener">Crowdpear</a></li>
<li><a href="https://wiwin.de" target="_blank" rel="noreferrer noopener">WiWin</a><small> <?php printf(_('(Save 50€ on your first investment with the code "%s")'), 'AVW749Z3Q7P0'); ?></small></li> <li><a href="https://wiwin.de" target="_blank" rel="noreferrer noopener">WiWin</a><small> <?php printf(_('(Save 50€ on your first investment with the code "%s")'), 'AVW749Z3Q7P0'); ?></small></li>
<li><a href="https://www.mintos.com/en/" target="_blank" rel="noreferrer noopener">Mintos</a></li> <li><a href="https://www.mintos.com/en/" target="_blank" rel="noreferrer noopener">Mintos</a></li>
<li><a href="https://peerberry.com/" target="_blank" rel="noreferrer noopener">PeerBerry</a></li> <li><a href="https://peerberry.com/" target="_blank" rel="noreferrer noopener">PeerBerry</a></li>