81 lines
4.6 KiB
HTML
81 lines
4.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="Privacy Policy for d@n tech web development services. Learn how we collect, use, and protect your personal information.">
|
|
<meta name="keywords" content="privacy policy, data protection, personal information, web development, GDPR">
|
|
<meta name="author" content="Dustin Newkirk">
|
|
<link rel="canonical" href="https://dev.dustin.coffee/privacy.html">
|
|
<link rel="icon" href="favicon.svg" type="image/svg+xml">
|
|
<link rel="icon" href="favicon.ico" sizes="any">
|
|
<title>Privacy Policy - d@n tech</title>
|
|
<meta property="og:title" content="Privacy Policy - d@n tech">
|
|
<meta property="og:description" content="Privacy Policy for d@n tech web development services. Learn how we collect, use, and protect your personal information.">
|
|
<meta property="og:image" content="https://dev.dustin.coffee/assets/images/optimized/pcw.webp">
|
|
<meta property="og:url" content="https://dev.dustin.coffee/privacy.html">
|
|
<meta property="og:type" content="website">
|
|
<meta name="twitter:card" content="summary">
|
|
<meta name="twitter:title" content="Privacy Policy - d@n tech">
|
|
<meta name="twitter:description" content="Privacy Policy for d@n tech web development services. Learn how we collect, use, and protect your personal information.">
|
|
<meta name="twitter:image" content="https://dev.dustin.coffee/assets/images/optimized/pcw.webp">
|
|
<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=Inter:wght@300;400;600;800&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
|
|
<link rel="stylesheet" href="styles.css">
|
|
<style>
|
|
html {
|
|
scroll-behavior: smooth;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<header class="text-center py-1">
|
|
<h1><a href="index.html" class="text-decoration-none">d@n tech</a></h1>
|
|
<p class="lead">Privacy Policy</p>
|
|
</header>
|
|
|
|
<div class="container mt-5">
|
|
|
|
<p class="mt-4">
|
|
Your privacy is important to us. It is our policy to respect your privacy regarding any information we may collect from you across our website, D@N Tech, and other sites we own and operate.
|
|
</p>
|
|
<h2>1. Information we collect</h2>
|
|
<p>
|
|
We only collect information about you if we have a reason to do so — for example, to provide our services, to communicate with you, or to make our services better.
|
|
</p>
|
|
<h2>2. How we use information</h2>
|
|
<p>
|
|
We use the information we collect in various ways, including to provide, operate, and maintain our website, improve, personalize, and expand our website, understand and analyze how you use our website, develop new products, services, features, and functionality, 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 website, and for marketing and promotional purposes.
|
|
</p>
|
|
<h2>3. Sharing information</h2>
|
|
<p>
|
|
We do not share your personal information with anyone except to comply with the law, develop our products, or protect our rights.
|
|
</p>
|
|
<h2>4. Security</h2>
|
|
<p>
|
|
We take the security of your personal information seriously and take reasonable measures to protect it.
|
|
</p>
|
|
<h2>5. Changes to this policy</h2>
|
|
<p>
|
|
We may update our Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on this page.
|
|
</p>
|
|
<p class="mt-4">
|
|
If you have any questions about this Privacy Policy, please contact us.
|
|
</p>
|
|
</div>
|
|
|
|
<footer class="bg-dark text-white text-center py-4 mt-5">
|
|
<div class="container">
|
|
<p>© <span id="currentYear"></span> d@n tech. All rights reserved.</p>
|
|
<p><a href="tos.html" class="text-white">Terms of Service</a> | <a href="privacy.html" class="text-white">Privacy Policy</a></p>
|
|
</div>
|
|
</footer>
|
|
|
|
<script>
|
|
// Display the current year in the footer
|
|
document.getElementById('currentYear').textContent = new Date().getFullYear();
|
|
</script>
|
|
</body>
|
|
</html> |