forked from johno/pixyll
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlegal_notice.html
More file actions
38 lines (37 loc) · 2.03 KB
/
legal_notice.html
File metadata and controls
38 lines (37 loc) · 2.03 KB
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
34
35
36
37
38
---
layout: default
title: Legal Notice (Impressum)
permalink: /legal_notice.html
---
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Legal Notice</title>
</head>
<body>
<article class="legal-notice">
<h2>Legal Notice (Impressum)</h2>
<p><strong>Owner of this Website:</strong></p>
<p>
Javier Carrasco<br>
6850 Dornbirn, Vorarlberg, Austria<br>
Email: <a href="mailto:hackerbikepacker@gmail.com">hackerbikepacker@gmail.com</a>
</p>
<p><strong>Newsletter Management:</strong></p>
<p>
This website uses EmailOctopus to manage newsletter subscriptions. Email addresses provided for this purpose are stored and processed in accordance with the GDPR. For more information, refer to the <a href="https://emailoctopus.com/legal/privacy" target="_blank" rel="noopener noreferrer">EmailOctopus Privacy Policy</a>.
</p>
<p><strong>Analytics:</strong></p>
<p>
This website uses Google Analytics to analyze website traffic. Google Analytics may collect and process user data, including IP addresses. For further details, please consult Google's <a href="https://policies.google.com/privacy" target="_blank" rel="noopener noreferrer">Privacy Policy</a>.
</p>
<p><strong>Affiliate Disclosure:</strong></p>
<p>
This website participates in the Amazon Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon. This means that some links on this site are affiliate links, and I may earn a commission if you make a purchase through these links. This comes at no additional cost to you.
</p>
<p><strong>Disclaimer:</strong></p>
<p>
The content of this website has been created with care. However, I cannot guarantee the accuracy, completeness, or timeliness of the information provided.
</p>
</article>
</body>