Files
TD_Portfolio/privacy_policy.html
T
Tomas Dvorak 882f91ebf6 first commit
2025-01-04 11:45:15 +01:00

67 lines
3.0 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TD - Privacy Policy</title>
<link rel="stylesheet" href="style.css">
<style>
main{
width: 600px;
margin: 80px auto 80px auto;
}
h1{
margin: 20px 0px 20px 0px;
}
p{
margin: 20px 0px 20px 0px;
}
@media (max-width: 700px) {
main{
width: 400px;
}
}
@media (max-width: 500px) {
main{
width: 300px;
}
}
</style>
</head>
<body>
<header class="topbar">
<a href="https://tdvorak.site/" class="logo">
<img src="images/Logo_dark.png" alt="Tomáš Dvořák" width="145" height="32" class="dark">
</a>
</header>
<main>
<h1>Welcome to Our Privacy Policy Website</h1>
<p>We are committed to protecting your personal information and your right to privacy. This Privacy Policy explains what information we collect, how we use it, and what rights you have in relation to it.</p>
<h1>Data Collection</h1>
<p>We collect information that you provide to us directly, such as when you create an account, fill out a form, or communicate with us. This may include your name, email address, phone number, and other contact information.
We also collect information automatically when you use our services, including your IP address, browser type, operating system, and browsing behavior.</p>
<h1>Use of Data</h1>
<p>We use the information we collect for various purposes, including to:</p>
<p>Provide, operate, and maintain our services<br>
Improve, personalize, and expand our services<br>
Understand and analyze how you use our services<br>
Develop new products, services, features, and functionality<br>
Communicate with you, either directly or through one of our partners, including for customer service, to provide you with updates and other information relating to the service, and for marketing and promotional purposes<br>
Process your transactions and manage your orders<br>
Find and prevent fraud<br>
Data Sharing and Disclosure</p>
<p>We use cookies and similar tracking technologies to track the activity on our service and hold certain information. You can instruct your browser to refuse all cookies or to indicate when a cookie is being sent. However, if you do not accept cookies, you may not be able to use some portions of our service.</p>
</main>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-43XMKG7BNS');
</script>
<script src="script.js"></script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4385475802391766"
crossorigin="anonymous"></script>
</body>
</html>