-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathimpressum.html
148 lines (124 loc) · 5.25 KB
/
impressum.html
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
<!DOCTYPE html>
<html lang="de">
<head>
<!-- Basic -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- Mobile Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<!-- Android & Apple Icons -->
<link rel="shortcut icon" href="images/favicon.png" sizes="512x512" />
<link rel="apple-touch-icon" href="images/favicon.png" />
<!-- Open Graph Metas -->
<meta property="og:title" content="Beatrice Mohr" />
<meta property="og:description" content="Psychologische Beratung, Persönlichkeitsanalyse und Themenabende" />
<meta property="og:image" content="https://mut-und-wandel.de/images/background.png" />
<meta property="og:url" content="https://mut-und-wandel.de/" />
<meta property="og:type" content="website" />
<!-- Site Metas -->
<link rel="icon" type="image/png" href="images/favicon.png" />
<title>Beatrice Mohr</title>
<meta name="keywords" content="Beatrice Mohr, Beratung, Persönlichkeit, Entwicklung" />
<meta name="description" content="Psychologische Beratung, Persönlichkeitsanalyse und Themenabende" />
<meta name="author" content="Beatrice Mohr" />
<meta name="language" content="de">
<!-- Caching Metas -->
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<!-- Canonical link for search engines -->
<link rel="canonical" href="https://mut-und-wandel.de/impressum.html" />
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.css" />
<!-- Font Awesome CSS -->
<link href="css/font-awesome.min.css" rel="stylesheet" />
<!-- Custom CSS -->
<link href="css/style.css" rel="stylesheet" />
<!-- Responsive CSS -->
<link href="css/responsive.css" rel="stylesheet" />
</head>
<body>
<div id="header-placeholder"></div>
<!-- Start Impressum Section -->
<section id="ueber-mich" class="slider_section blog_section layout_padding w-100 d-flex justify-content-center" style="align-items: center;">
<div class="container">
<div class="row" style="place-content: center;">
<!-- Text Section -->
<div class="col-md-6 mw-100" style="flex: 0 0 100%;">
<div class="box">
<div class="detail-box">
<h1>Impressum</h1>
<p>Beatrice Mohr<br />
Psychologische Beratung Beatrice Mohr<br />
Heidelsheimer Straße 22<br />
75015 Bretten</p>
<br />
<h2>Kontakt</h2>
<p>Telefon: 01741882464<br />
E-Mail: [email protected]</p>
<br />
<h2>EU-Streitschlichtung</h2>
<p>Die Europäische Kommission stellt eine Plattform zur Online-Streitbeilegung (OS) bereit:
<a href="https://ec.europa.eu/consumers/odr/" target="_blank" rel="noopener noreferrer" id="ds-link">
https://ec.europa.eu/consumers/odr/
</a>
<br/><br/>
Unsere E-Mail-Adresse finden Sie oben im Impressum.
</p>
<br />
<h2>Verbraucher­streit­beilegung / Universal­schlichtungs­stelle</h2>
<p>Wir sind nicht bereit oder verpflichtet, an Streitbeilegungsverfahren vor einer Verbraucherschlichtungsstelle teilzunehmen.</p>
<br /><br />
<p>
Quelle
<br />
<a href="https://www.e-recht24.de/impressum-generator.html" target="_blank" rel="noopener noreferrer" id="ds-link">
https://www.e-recht24.de/impressum-generator.html
</a>
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Impressum Section -->
<!-- Start Info & Footer Section -->
<section class="info_section">
<div class="container">
<!-- Info Bottom -->
<div class="row justify-content-center">
<!-- Info Navigation -->
<div class="row justify-content-center text-center mx-auto">
<div class="contact_nav text-center mx-auto">
<h4>Navigation</h4>
<div class="info_links_menu">
<a href="index.html">Start</a>
<a href="ueber-mich.html">Über mich</a>
<a href="psychologische-beratung.html">Psychologische Beratung</a>
<a href="beratung-zur-persoenlichkeitsentwicklung.html">Beratung zur Persönlichkeitsentwicklung</a>
<a href="angebot.html">Angebot</a>
<a href="kontakt.html">Kontakt</a>
<a href="impressum.html">Impressum</a>
<a href="datenschutz.html">Datenschutzerklärung</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer Section -->
<footer class="footer_section text-center">
<div class="container">
<p>© Bea Mohr 2024</p>
</div>
</footer>
<!-- End of Info & Footer Section -->
<!-- jQery -->
<script src="js/jquery-3.4.1.min.js"></script>
<!-- bootstrap js -->
<script src="js/bootstrap.js"></script>
<!-- js -->
<script src="js/include.js"></script>
</body>
</html>