90 lines
6.3 KiB
PHP
Executable File
90 lines
6.3 KiB
PHP
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="icon" type="image/png" href="../../../../assets/img/favicon.png">
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Portfolio Website - A. Reimann</title>
|
|
<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=Metal+Mania&display=swap" rel="stylesheet">
|
|
<link href="https://fonts.googleapis.com/css2?family=Nanum+Gothic+Coding&display=swap" rel="stylesheet">
|
|
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
|
|
<script src="https://cdn.emailjs.com/dist/email.min.js"></script>
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
|
|
<link rel="stylesheet" href="../../../../assets/stylesheets/main.css">
|
|
<link rel="stylesheet" href="../../../../assets/stylesheets/pages/impress.css">
|
|
</head>
|
|
|
|
<body>
|
|
<!-- Background -->
|
|
<?php echo file_get_contents('../../../../assets/components/animated_triplet_element_darkgray_red.php'); ?>
|
|
|
|
<!-- Header -->
|
|
<?php echo file_get_contents('../../../../assets/components/headerEN.php'); ?>
|
|
|
|
<!-- Content -->
|
|
<main>
|
|
<div class='impressum'>
|
|
<h1>Imprint</h1>
|
|
<p>Information according to § 5 DDG</p>
|
|
<p>
|
|
Andreas Reimann <br>
|
|
****************<br>
|
|
****************<br>
|
|
</p>
|
|
<p><strong>Represented by: </strong><br>
|
|
Andreas Reimann<br>
|
|
</p>
|
|
<p>
|
|
<strong>Contact:</strong> <br>
|
|
Phone: 01520-6482495<br>
|
|
E-Mail: <a href='mailto:contact@areimann.de'>contact@areimann.de</a></br>
|
|
</p>
|
|
<p>
|
|
<strong>Disclaimer: </strong><br><br>
|
|
<strong>Liability for Content</strong><br><br>
|
|
The content of our pages has been created with the greatest care.
|
|
However, we cannot guarantee the accuracy, completeness, and timeliness of the content.
|
|
As a service provider, we are responsible for our own content on these pages according to general laws in accordance with § 7 Abs.1 DDG.
|
|
According to §§ 8 to 10 DDG, we are not obliged to monitor transmitted or stored foreign information or to investigate circumstances indicating illegal activity.
|
|
Obligations to remove or block the use of information under general laws remain unaffected.
|
|
Liability in this regard is only possible from the moment we become aware of a specific legal infringement.
|
|
If we become aware of such legal infringements, we will remove this content immediately.<br><br>
|
|
<strong>Liability for Links</strong><br><br>
|
|
Our offer contains links to external websites of third parties, over whose content we have no influence.
|
|
Therefore, we cannot assume any liability for these external contents.
|
|
The content of the linked pages is always the responsibility of the respective provider or operator of the pages.
|
|
The linked pages were checked for possible legal violations at the time of linking. Illegal contents were not recognizable at the time of linking.
|
|
A permanent content control of the linked pages is, however, unreasonable without concrete evidence of a legal infringement.
|
|
If we become aware of legal infringements, we will remove such links immediately.<br><br>
|
|
<strong>Copyright</strong><br><br>
|
|
The contents and works created by the site operators on these pages are subject to German copyright law.
|
|
The duplication, editing, distribution, and any form of exploitation beyond the limits of copyright require the written consent of the respective author or creator.
|
|
Downloads and copies of this page are only permitted for private, non-commercial use.
|
|
Insofar as the contents on this page were not created by the operator, the copyrights of third parties are observed.
|
|
In particular, third-party contents are marked as such. If you nevertheless become aware of a copyright infringement, we ask for a corresponding notice.
|
|
If we become aware of legal infringements, we will remove such contents immediately.<br><br>
|
|
<strong>Data Protection</strong><br><br>
|
|
The use of our website is usually possible without providing personal data.
|
|
Insofar as personal data (for example, name, address, or email addresses) are collected on our pages, this is always done, as far as possible, on a voluntary basis.
|
|
These data will not be disclosed to third parties without your explicit consent. <br>
|
|
We point out that data transmission over the Internet (e.g., when communicating via email) may have security gaps.
|
|
A complete protection of the data against access by third parties is not possible. <br>
|
|
The use of contact data published in the context of the imprint obligation by third parties for the purpose of sending unsolicited advertising and information materials is hereby expressly opposed.
|
|
The operators of the pages expressly reserve the right to take legal action in the event of the unsolicited sending of advertising information, for example, through spam emails.<br>
|
|
</p>
|
|
<br>
|
|
Website imprint created by
|
|
<a href="https://www.impressum-generator.de">impressum-generator.de</a>
|
|
by the
|
|
<a href="https://www.kanzlei-hasselbach.de/" rel="nofollow">Kanzlei Hasselbach</a>
|
|
</div>
|
|
</main>
|
|
|
|
|
|
<!-- Footer -->
|
|
<?php echo file_get_contents('../../../../assets/components/footerEN.php'); ?>
|
|
</body>
|
|
</html>
|