You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pankisPage/disclaimer.html

77 lines
4.2 KiB
HTML

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="favicon.png" type="image/x-icon">
<title>Disclaimer - Felix Pankratz</title>
</head>
<body>
<center>
<div class="headline">
<h1>Felix Pankratz</h1>
</div>
<nav class="navbar navbar-expand-sm navbar-inverse">
<!-- Links -->
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="https://felixpankratz.de">Home</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="https://felixpankratz.de/projects.html">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://felixpankratz.de/chat/">Chat</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://felixpankratz.de/ez/index.php">Monitoring</a>
</li>
<li class="nav-item" >
<a class="nav-link" href="https://felixpankratz.de/disclaimer.html">Disclaimer</a>
</li>
</ul>
</nav>
<h2>Disclaimer</h2>
<div class="bio">
<p>Disclaimer for felixpankratz.de<br>
If you require any more information or have any questions about my sites disclaimer, please feel free to contact me by email at mail@felixpankratz.de.
Disclaimers for felixpankratz.de<br>
<br>
<br>
All the information on this website is published in good faith and for general information purpose only. felixpankratz.de does not make any warranties about the completeness, reliability and accuracy of this information. Any action you take upon the information you find on this website (felixpankratz.de), is strictly at your own risk. felixpankratz.de will not be liable for any losses and/or damages in connection with the use of my website.
<br>
From my website, you can visit other websites by following hyperlinks to such external sites. While I strive to provide only quality links to useful and ethical websites, I have no control over the content and nature of these sites. These links to other websites do not imply a recommendation for all the content found on these sites. Site owners and content may change without notice and may occur before I have the opportunity to remove a link which may have gone bad.
<br>
Please be also aware that when you leave my website, other sites may have different privacy policies and terms which are beyond my control. Please be sure to check the Privacy Policies of these sites as well as their “Terms of Service” before engaging in any business or uploading any information.
<br>
<br>
Consent<br>
By using my website, you hereby consent to my disclaimer and agree to its terms.
<br>
<br>
Update
<br>
Should I update, amend or make any changes to this document, those changes will be prominently posted here.
</p>
</div>
</center>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js" integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1" crossorigin="anonymous"></script>
</body>
<footer>
<div class="footer">
<p> (c) 2020 Felix Pankratz | <a href="mailto:mail@felixpankratz.de">Contact</a> </p>
</div>
</footer>
</html>