1
0

feat: add Unsplash attribution and correct phone number in imprint

This commit is contained in:
2026-03-16 16:42:09 +01:00
parent f70ac563f1
commit 8256a22a8c
2 changed files with 24 additions and 5 deletions
+14 -1
View File
@@ -24,9 +24,18 @@ import BaseLayout from "../layouts/BaseLayout.astro";
<p>FB-Gericht: Handelsgericht Wien</p> <p>FB-Gericht: Handelsgericht Wien</p>
<p>Sitz: 1030 Wien</p> <p>Sitz: 1030 Wien</p>
<p>Grasbergergasse 9/1 | Austria</p> <p>Grasbergergasse 9/1 | Austria</p>
<p>Tel: +43 (0) 670 350 53 50</p> <p>Tel: +43 (0) 670 40 11 885</p>
<p>E-Mail: office@tideshiftdigital.com</p> <p>E-Mail: office@tideshiftdigital.com</p>
</div> </div>
<div>
<p>
All decorative images by <a
href="https://unsplash.com/@pawel_czerwinski"
>Pawel Czerwinski</a
> on <a href="https://unsplash.com/">Unsplash</a>
</p>
</div>
</div> </div>
</BaseLayout> </BaseLayout>
@@ -52,6 +61,10 @@ import BaseLayout from "../layouts/BaseLayout.astro";
* + * { * + * {
margin-top: 0.25rem; margin-top: 0.25rem;
} }
a {
text-decoration: underline var(--clr-ts-red-400);
}
</style> </style>
<script> <script>
+10 -4
View File
@@ -23,7 +23,8 @@ import BaseLayout from "../layouts/BaseLayout.astro";
class="hoverable" class="hoverable"
rel="noreferrer noopener" rel="noreferrer noopener"
> >
the self-hosted Community Edition of Plausible Analytics</a the self-hosted Community Edition of Plausible
Analytics</a
> >
</strong> to measure basic website usage (such as page views and </strong> to measure basic website usage (such as page views and
referrers). No personal data, cookies, or IP addresses are collected referrers). No personal data, cookies, or IP addresses are collected
@@ -34,7 +35,8 @@ import BaseLayout from "../layouts/BaseLayout.astro";
<section> <section>
<h2 class="heading-gradient">Hosting</h2> <h2 class="heading-gradient">Hosting</h2>
<p> <p>
This website is hosted on infrastructure provided by <strong> This website is hosted on infrastructure provided by <strong
>
<a <a
target="_blank" target="_blank"
href="https://www.hetzner.com/" href="https://www.hetzner.com/"
@@ -51,8 +53,8 @@ import BaseLayout from "../layouts/BaseLayout.astro";
<section> <section>
<h2 class="heading-gradient">Data Retention</h2> <h2 class="heading-gradient">Data Retention</h2>
<p> <p>
Analytics data collected by Plausible are stored temporarily and Analytics data collected by Plausible are stored temporarily
only in an anonymized, aggregated form. No personally and only in an anonymized, aggregated form. No personally
identifiable information is retained. Server logs are stored identifiable information is retained. Server logs are stored
by Hetzner in accordance with their standard retention by Hetzner in accordance with their standard retention
policies, primarily for operational and security purposes. policies, primarily for operational and security purposes.
@@ -122,6 +124,10 @@ import BaseLayout from "../layouts/BaseLayout.astro";
margin-top: 1rem; margin-top: 1rem;
} }
} }
a {
text-decoration: underline var(--clr-ts-red-400);
}
</style> </style>
<script> <script>