forked from nextcloud/nextcloud.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
page-impressum.php
33 lines (30 loc) · 1.28 KB
/
page-impressum.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<head>
<link href="<?php echo get_template_directory_uri(); ?>/assets/css/pages/generic.css" rel="stylesheet">
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/assets/css/vendor/dsgvo-video-embed.min.css">
<script src="<?php echo get_template_directory_uri(); ?>/assets/js/dsgvo-video-embed.min.js"></script>
<div class="background generic-background">
<img class="pattern" src="<?php echo get_template_directory_uri(); ?>/assets/img/common/empty1x1.png" alt="">
<div class="container">
<div class="col-md-6 topheader">
<h1><?php echo $l->t('Legal Notice');?></h1>
</div>
</div>
</div>
<section class="content">
<div class="container">
<p><address>Nextcloud GmbH<br/>
Hauptmansreute 44a<br/>
70192 Stuttgart Germany<br/></address>
HRB 227086 (AG München)<br/>
T +49 711 25 24 28 90<br/>
<a href="<?php echo home_url('contact') ?>"><?php echo $l->t('contact form');?></a><br/>
</p>
<p>Visitors:
<address>Hirschstrasse 26<br/>
70173 Stuttgart Germany<br/></address>
<p>
Managing Director:<br/>
Frank Karlitschek<br/></p>
<p><?php echo $l->t('<small>All product names and trademarks are the property of their respective owners, which might in no way be associated or affiliated with Nextcloud.</small>');?></p>
</div>
</section>