Initial push
CI & Lighthouse / test (push) Has been cancelled

This commit is contained in:
2025-08-22 18:12:32 -04:00
parent f40cf11ef8
commit 03c391afcf
5 changed files with 244 additions and 2156 deletions
+8 -52
View File
@@ -3,41 +3,13 @@
<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">
<title>Privacy Policy</title>
<link href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" rel="stylesheet">
<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">
<h1 class="text-center">Privacy Policy</h1>
<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>
@@ -53,18 +25,11 @@
<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. SMS / Mobile Information</h2>
<p>
No mobile information will be shared with third parties or affiliates for any marketing or promotional purposes.
</p>
<p>
We do not sell, rent, or share SMS opt-in data or consent with third parties. Your mobile information is used solely to deliver the services you requested and to communicate with you directly.
</p>
<h2>5. Security</h2>
<h2>4. Security</h2>
<p>
We take the security of your personal information seriously and take reasonable measures to protect it.
</p>
<h2>6. Changes to this policy</h2>
<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>
@@ -72,17 +37,8 @@
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>&copy; <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>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.5.4/dist/umd/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
</body>
</html>