diff --git a/public/impressum.html b/public/impressum.html new file mode 100644 index 0000000..b869916 --- /dev/null +++ b/public/impressum.html @@ -0,0 +1,117 @@ + + + + + +Impressum — DocFast + + + + + + + + + + +
+
+

Impressum

+

Legal notice according to § 5 ECG and § 25 MedienG (Austrian law)

+ +

Company Information

+

Company: Cloonar Technologies GmbH

+

Address: Linzer Straße 192/1/2, 1140 Wien, Austria

+

Email: legal@docfast.dev

+ +

Legal Registration

+

Commercial Register: FN 631089y

+

Court: Handelsgericht Wien

+

VAT ID: ATU81280034

+

GLN: 9110036145697

+ +

Responsible for Content

+

Cloonar Technologies GmbH
+ Legal contact: legal@docfast.dev

+ +

Disclaimer

+

Despite careful content control, we assume no liability for the content of external links. The operators of the linked pages are solely responsible for their content.

+ +

The content of our website has been created with the greatest possible care. However, we cannot guarantee that the content is current, reliable or complete.

+ +

EU Online Dispute Resolution

+

Platform of the European Commission for Online Dispute Resolution (ODR): https://ec.europa.eu/consumers/odr

+
+
+ + + + + \ No newline at end of file diff --git a/public/index.html b/public/index.html index c2c94c7..22c449f 100644 --- a/public/index.html +++ b/public/index.html @@ -125,7 +125,7 @@ section { position: relative; } footer { padding: 40px 0; border-top: 1px solid var(--border); } footer .container { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; } .footer-left { color: var(--muted); font-size: 0.85rem; } -.footer-links { display: flex; gap: 24px; } +.footer-links { display: flex; gap: 24px; flex-wrap: wrap; } .footer-links a { color: var(--muted); font-size: 0.85rem; } .footer-links a:hover { color: var(--fg); } @@ -168,6 +168,8 @@ footer .container { display: flex; align-items: center; justify-content: space-b white-space: pre-wrap; } .trust-grid { gap: 24px; } + .footer-links { gap: 16px; } + footer .container { flex-direction: column; text-align: center; } } /* Fix mobile terminal gaps at 375px and smaller */ @@ -417,9 +419,10 @@ html, body {