Skip to content

Commit db369f6

Browse files
committed
test
1 parent 9936463 commit db369f6

3 files changed

Lines changed: 16 additions & 37 deletions

File tree

content/legal/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ Takustraße 7
1818
14195 Berlin
1919
Germany
2020

21-
## Liability for Content
21+
###Responsibility for Content
22+
Content on this site has been prepared with the greatest care. Nevertheless, I cannot guarantee that it is accurate, complete, or up to date. As the service provider, I am responsible for my own content pursuant to § 7 (1) TMG. According to §§ 8–10 TMG, I am not obligated to monitor transmitted or stored third-party information or to investigate circumstances that may indicate unlawful activity.
2223

23-
The contents of our pages have been created with the utmost care. However, we cannot guarantee the contents’ accuracy, completeness, or topicality. As service providers, we are liable for our content on these pages in accordance with applicable law.
24-
25-
## Liability for Links
26-
27-
Our offer contains links to external websites. We have no influence on the contents of these websites; therefore we cannot guarantee for these contents. The providers or administrators of linked websites are always responsible for their own contents.
24+
###Liability for Links
25+
This website includes links to external websites operated by third parties, over whose content I have no control. Therefore, I assume no liability for such external content. The respective provider or operator of the linked pages is solely responsible for their content.
2826

27+
###Copyright Notice
28+
All content on this website, including text, images, and other materials, is protected by German copyright law. Any form of reproduction, modification, distribution, or usage beyond what is permitted by copyright legislation requires prior written authorization from the respective rights holder.

content/privacy/index.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,19 @@ type: page
66

77
## Privacy Policy / Datenschutzerklärung
88

9-
This website does not use cookies or tracking technologies.
9+
### Overview
10+
This website (https://www.janagonnermann.com) is operated by Jana Gonnermann-Müller as a personal, non-commercial academic homepage. This Privacy Policy explains what personal data is collected, how it is used, and your rights under the GDPR.
1011

11-
### Data Collection
12+
### Data Controller
13+
Jana Gonnermann-MüllerEmail: gonnermann-mueller@zib.de
14+
15+
### Emails
16+
If you contact me via email, your message and contact data will be stored to process your inquiry. No data are shared with third parties unless required by law.
1217

18+
### Data Collection
1319
This website collects no personal data. No analytics, tracking, or cookies are used.
1420

1521
### Server Logs
16-
1722
Like most websites, the hosting provider (GitHub Pages) may collect standard server logs including:
1823
- IP addresses
1924
- Access times
@@ -23,11 +28,10 @@ Like most websites, the hosting provider (GitHub Pages) may collect standard ser
2328
These logs are managed by GitHub Pages and are subject to their privacy policy.
2429

2530
### Contact
26-
2731
If you have any questions about this privacy policy, please contact:
2832
gonnermann-mueller@zib.de
2933

30-
### Changes to This Policy
3134

32-
This privacy policy may be updated from time to time. The last update was on January 20, 2025.
35+
### Changes to This Policy
36+
This privacy policy may be updated from time to time. The last update was on October 30, 2025.
3337

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1 @@
1-
<div class="custom-footer">
2-
<footer class="container mx-auto flex flex-col justify-items-center text-sm leading-6 mt-12 mb-8 text-slate-700 dark:text-slate-300">
3-
<div class="text-center space-y-2">
4-
<!-- Copyright -->
5-
<p class="text-sm">© {{ now.Year }} Jana Gonnermann.</p>
6-
7-
<!-- Legal Links -->
8-
<div class="flex justify-center space-x-4 text-sm">
9-
<a href="/legal" class="hover:underline">Legal Notice</a>
10-
<span>|</span>
11-
<a href="/privacy" class="hover:underline">Privacy Notice</a>
12-
</div>
13-
14-
<!-- Build Information -->
15-
<p class="text-xs text-slate-500 dark:text-slate-400">
16-
Build: {{ now.Format "Jan 2, 2006" }} |
17-
{{ if .GitInfo }}
18-
Last modified: {{ .GitInfo.AuthorDate.Format "Jan 2, 2006" }}
19-
{{ else }}
20-
Last modified: {{ now.Format "Jan 2, 2006" }}
21-
{{ end }}
22-
</p>
23-
</div>
24-
</footer>
25-
</div>
261

0 commit comments

Comments
 (0)