-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimpressum.html
More file actions
167 lines (147 loc) · 8.66 KB
/
impressum.html
File metadata and controls
167 lines (147 loc) · 8.66 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Impressum - Anava</title>
<meta name="description" content="Legal information about Anava - Spiritual Recording App for All Belief Systems">
<!-- Favicon -->
<link rel="icon" type="image/png" href="images/favicon.png">
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<!-- Header -->
<header>
<div class="container nav-container">
<div class="logo">
<a href="index.html" class="logo-link">
<img src="images/logo.png" alt="Anava Logo">
<div class="logo-overlay">
<h1>Anava</h1>
<p>Make A Meek Call</p>
</div>
</a>
</div>
<button class="nav-toggle" aria-label="Toggle Navigation">
☰
</button>
<nav>
<ul>
<li><a href="index.html#features">Features</a></li>
<li><a href="index.html#screenshots">Screenshots</a></li>
<li><a href="index.html#download">Download</a></li>
<li><a href="index.html#contact">Contact</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="privacy-policy.html">Privacy Policy</a></li>
<li><a href="impressum.html">Impressum</a></li>
</ul>
</nav>
</div>
</header>
<!-- Impressum Content -->
<section class="legal-content">
<div class="container">
<h2>Impressum (Legal Notice)</h2>
<h3>Information pursuant to § 5 TMG</h3>
<p>
CodeHospital AG<br>
Lintertstraße 4<br>
52078 Aachen<br>
Germany
</p>
<h3>Contact</h3>
<p>
Email: anava@codehospital.com
</p>
<h3>About Anava</h3>
<p>
Anava is a spiritual recording application designed with respect for diverse belief systems, including traditional religions like Judaism, Christianity, and Islam, as well as more personal spiritual paths such as connecting with the universe or following karma-based principles. Our mission is to provide a tool that helps practitioners document and reflect on their spiritual journeys through various forms of expression.
</p>
<p>
We are committed to creating technology that honors the sacred practices of diverse spiritual traditions while maintaining the highest standards of privacy and security. Anava is developed by a diverse team that includes members from various religious and spiritual backgrounds, ensuring that our app respects the unique needs and sensitivities of each community we serve, whether they follow organized religions or more individualized spiritual paths.
</p>
<h3>Dispute resolution</h3>
<p>
The European Commission provides a platform for online dispute resolution (OS): <a href="https://ec.europa.eu/consumers/odr/" target="_blank">https://ec.europa.eu/consumers/odr/</a>.<br>
Our e-mail address can be found above in the site notice.
</p>
<p>
We are not willing or obliged to participate in dispute resolution proceedings before a consumer arbitration board.
</p>
<h3>Liability for Contents</h3>
<p>
As service providers, we are liable for own contents of these websites according to Sec. 7, paragraph 1 German Telemedia Act (TMG). However, according to Sec. 8 to 10 German Telemedia Act (TMG), service providers are not obligated to permanently monitor submitted or stored information or to search for evidences that indicate illegal activities.
</p>
<p>
Legal obligations to removing information or to blocking the use of information remain unchallenged. In this case, liability is only possible at the time of knowledge about a specific violation of law. Illegal contents will be removed immediately at the time we get knowledge of them.
</p>
<h3>Liability for Links</h3>
<p>
Our offer includes links to external third-party websites. We have no influence on the contents of those websites, therefore we cannot guarantee for those contents. Providers or administrators of linked websites are always responsible for their own contents.
</p>
<p>
The linked websites had been checked for possible violations of law at the time of the establishment of the link. Illegal contents were not detected at the time of the linking. A permanent monitoring of the contents of linked websites cannot be imposed without reasonable indications that there has been a violation of law. Illegal links will be removed immediately at the time we get knowledge of them.
</p>
<h3>Copyright</h3>
<p>
Contents and compilations published on these websites by the providers are subject to German copyright laws. Reproduction, editing, distribution as well as the use of any kind outside the scope of the copyright law require a written permission of the author or originator. Downloads and copies of these websites are permitted for private use only.
</p>
<p>
The commercial use of our contents without permission of the originator is prohibited.
</p>
<p>
Copyright laws of third parties are respected as long as the contents on these websites do not originate from the provider. Contributions of third parties on this site are indicated as such. However, if you notice any violations of copyright law, please inform us. Such contents will be removed immediately.
</p>
</div>
</section>
<!-- Footer -->
<footer>
<div class="container">
<div class="footer-content">
<div class="footer-column">
<h4>Anava</h4>
<p>A respectful spiritual recording app that helps you document and reflect on your journey, designed for practitioners of all faiths and belief systems, including those who connect with the universe or follow karmic principles.</p>
</div>
<div class="footer-column">
<h4>Links</h4>
<ul>
<li><a href="index.html#features">Features</a></li>
<li><a href="index.html#screenshots">Screenshots</a></li>
<li><a href="index.html#download">Download</a></li>
<li><a href="index.html#contact">Contact</a></li>
</ul>
</div>
<div class="footer-column">
<h4>Legal</h4>
<ul>
<li><a href="privacy-policy.html">Privacy Policy</a></li>
<li><a href="terms-of-service.html">Terms of Service</a></li>
<li><a href="impressum.html">Impressum</a></li>
</ul>
</div>
<div class="footer-column">
<h4>Connect</h4>
<div class="social-links">
<a href="#" aria-label="Facebook"><i class="fab fa-facebook-f"></i></a>
<a href="#" aria-label="Twitter"><i class="fab fa-twitter"></i></a>
<a href="#" aria-label="Instagram"><i class="fab fa-instagram"></i></a>
<a href="#" aria-label="LinkedIn"><i class="fab fa-linkedin-in"></i></a>
</div>
</div>
</div>
<div class="copyright">
<p>© 2025 Anava - CodeHospital. All rights reserved.</p>
</div>
</div>
</footer>
<!-- JavaScript -->
<script src="js/main.js"></script>
</body>
</html>