diff --git a/src/pages/imprint.astro b/src/pages/imprint.astro new file mode 100644 index 0000000..72b3c00 --- /dev/null +++ b/src/pages/imprint.astro @@ -0,0 +1,84 @@ +--- +import BaseLayout from '../layouts/BaseLayout.astro'; +import SiteHeader from '../components/SiteHeader.astro'; +import SiteFooter from '../components/SiteFooter.astro'; + +// Imprint (Impressum) per TMG §5 / DDG §5. +// Values prefixed "', + streetAddress: '', + postalCity: '', + country: 'Germany', + email: '', + phone: '', + vatId: '', + registerEntry: '', + responsibleForContent: '', +}; +--- + + +
+

Imprint

+ +
+

Information pursuant to § 5 TMG / § 5 DDG

+
+ {operator.legalName}
+ {operator.streetAddress}
+ {operator.postalCity}
+ {operator.country} +
+
+ +
+

Contact

+
    +
  • Email: {operator.email}
  • +
  • Phone: {operator.phone}
  • +
+
+ +
+

VAT ID

+

+ VAT identification number pursuant to § 27 a UStG: {operator.vatId} +

+
+ +
+

Commercial register

+

{operator.registerEntry}

+
+ +
+

Responsible for content per § 18 Abs. 2 MStV

+

{operator.responsibleForContent}

+
+ +
+

EU dispute resolution

+

+ The European Commission provides a platform for online dispute resolution (ODR) at + https://ec.europa.eu/consumers/odr/. + We are not obligated and do not participate in dispute resolution proceedings before a consumer arbitration board. +

+
+ +
+

Liability for content and links

+

+ As a service provider, we are responsible for our own content on these pages in accordance with § 7 para. 1 TMG and general laws. According to §§ 8 to 10 TMG, however, we are not obligated to monitor transmitted or stored third-party information or to investigate circumstances that indicate unlawful activity. +

+

+ Our website contains links to external websites of third parties, on whose contents we have no influence. Therefore, we cannot assume any liability for these external contents. The respective provider or operator of the pages is always responsible for the content of linked pages. +

+
+
+ +