You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
268 lines
8.0 KiB
268 lines
8.0 KiB
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Privacy Policy - MyQrCode</title>
|
|
<style>
|
|
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
body {
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
|
line-height: 1.6;
|
|
color: #333;
|
|
background-color: transparent;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.container {
|
|
max-width: 100%;
|
|
margin: 0;
|
|
background: transparent;
|
|
border-radius: 0;
|
|
box-shadow: none;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.header {
|
|
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
|
color: white;
|
|
padding: 20px 16px;
|
|
text-align: center;
|
|
margin-bottom: 16px;
|
|
border-radius: 12px;
|
|
}
|
|
|
|
.header h1 {
|
|
font-size: 2.2em;
|
|
font-weight: 300;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.header .date {
|
|
font-size: 0.9em;
|
|
opacity: 0.9;
|
|
}
|
|
|
|
.content {
|
|
padding: 0 16px 16px 16px;
|
|
}
|
|
|
|
h2 {
|
|
color: #2c3e50;
|
|
font-size: 1.3em;
|
|
font-weight: 600;
|
|
margin: 20px 0 12px 0;
|
|
padding-bottom: 6px;
|
|
border-bottom: 2px solid #ecf0f1;
|
|
}
|
|
|
|
h2:first-child {
|
|
margin-top: 0;
|
|
}
|
|
|
|
p {
|
|
margin-bottom: 12px;
|
|
color: #555;
|
|
font-size: 0.95em;
|
|
}
|
|
|
|
ul {
|
|
margin: 12px 0;
|
|
padding-left: 16px;
|
|
}
|
|
|
|
li {
|
|
margin-bottom: 6px;
|
|
color: #555;
|
|
font-size: 0.95em;
|
|
}
|
|
|
|
.highlight {
|
|
background-color: #f8f9fa;
|
|
border-left: 4px solid #667eea;
|
|
padding: 16px;
|
|
margin: 16px 0;
|
|
border-radius: 8px;
|
|
}
|
|
|
|
.highlight p {
|
|
margin-bottom: 0;
|
|
color: #2c3e50;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.contact-box {
|
|
background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
|
|
color: white;
|
|
padding: 20px;
|
|
border-radius: 12px;
|
|
margin: 20px 0;
|
|
}
|
|
|
|
.contact-box h3 {
|
|
margin-bottom: 15px;
|
|
font-size: 1.2em;
|
|
}
|
|
|
|
.contact-box ul {
|
|
list-style: none;
|
|
padding-left: 0;
|
|
}
|
|
|
|
.contact-box li {
|
|
color: white;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.footer {
|
|
text-align: center;
|
|
padding: 30px;
|
|
background-color: #f8f9fa;
|
|
color: #7f8c8d;
|
|
font-size: 0.9em;
|
|
}
|
|
|
|
.section {
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.section:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
body {
|
|
padding: 0;
|
|
}
|
|
|
|
.container {
|
|
border-radius: 0;
|
|
box-shadow: none;
|
|
}
|
|
|
|
.header {
|
|
padding: 16px 12px;
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
.content {
|
|
padding: 0 12px 12px 12px;
|
|
}
|
|
|
|
.header h1 {
|
|
font-size: 1.6em;
|
|
}
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="container">
|
|
<div class="header">
|
|
<h1>Privacy Policy</h1>
|
|
<div class="date">Last Updated: December 28, 2024</div>
|
|
</div>
|
|
|
|
<div class="content">
|
|
<div class="section">
|
|
<div class="highlight">
|
|
<p><strong>MyQrCode</strong> is committed to protecting your privacy. This Privacy Policy explains
|
|
how we collect, use, and safeguard your information when you use our mobile application.</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<h2>1. Information We Collect</h2>
|
|
<p>We collect only the minimum information necessary for the app's functionality:</p>
|
|
<ul>
|
|
<li><strong>Camera Access:</strong> Required to scan QR codes and barcodes using your device's
|
|
camera</li>
|
|
<li><strong>Photo Library Access:</strong> Required to save generated QR codes and barcodes to your
|
|
photo library</li>
|
|
</ul>
|
|
<p><strong>Important:</strong> We do not collect personal information such as names, email addresses,
|
|
phone numbers, or any other personally identifiable information.</p>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<h2>2. How We Use Your Information</h2>
|
|
<p>The information we collect is used solely for app functionality:</p>
|
|
<ul>
|
|
<li>Scanning QR codes and barcodes</li>
|
|
<li>Generating QR codes and barcodes</li>
|
|
<li>Saving images to your device</li>
|
|
</ul>
|
|
<p>We do not use your information for advertising, analytics, or any other commercial purposes.</p>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<h2>3. Information Sharing</h2>
|
|
<p>We do not share, sell, or transfer your information to third parties. All data processing occurs
|
|
locally on your device, and we do not transmit any information to external servers.</p>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<h2>4. Data Security</h2>
|
|
<p>We implement appropriate security measures to protect your information:</p>
|
|
<ul>
|
|
<li>All data is stored locally on your device</li>
|
|
<li>No data is transmitted to external servers</li>
|
|
<li>We use industry-standard security practices</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<h2>5. Your Rights</h2>
|
|
<p>You have the right to:</p>
|
|
<ul>
|
|
<li>Access, modify, or delete your data at any time</li>
|
|
<li>Revoke app permissions through your device settings</li>
|
|
<li>Uninstall the app to remove all related data</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<h2>6. Children's Privacy</h2>
|
|
<p>Our app does not knowingly collect personal information from children under 13. If you are a parent
|
|
or guardian and believe your child has provided us with personal information, please contact us
|
|
immediately.</p>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<h2>7. Changes to This Policy</h2>
|
|
<p>We may update this Privacy Policy from time to time. We will notify you of any changes by posting the
|
|
new Privacy Policy in the app and updating the "Last Updated" date.</p>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<h2>8. Contact Us</h2>
|
|
<h3>Get in Touch</h3>
|
|
<p>If you have any questions about this Privacy Policy or our data practices, please contact us through:
|
|
</p>
|
|
<ul>
|
|
<li>• App Store reviews and ratings</li>
|
|
<li>• Our support channels</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="section">
|
|
<div class="highlight">
|
|
<p><strong>By using this app, you agree to the terms of this Privacy Policy.</strong></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="footer">
|
|
<p>© 2024 MyQrCode. All rights reserved.</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |