-
Notifications
You must be signed in to change notification settings - Fork 260
/
privacy-policy.html
63 lines (54 loc) · 4.87 KB
/
privacy-policy.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy</title>
<link rel="stylesheet" href="privacy-policy.css">
</head>
<body>
<header class="header">
<h1>Privacy Policy</h1>
</header>
<section class="content">
<h2>Introduction</h2>
<p>We at Resum-Resume value your privacy and are committed to protecting your personal information. This privacy policy outlines how we collect, use, store, and share your information when you use our resume generation service.</p>
<h2>Information We Collect</h2>
<p>When you use our service, we may collect the following types of information:</p>
<ul>
<li><strong>Personal Information:</strong> This includes your name, email address, LinkedIn profile URL, and any other data you provide when using our service to generate a resume.</li>
<li><strong>Usage Data:</strong> We may collect information about how you use our website, such as your IP address, browser type, pages visited, and the time spent on each page to help improve our service.</li>
</ul>
<h2>How We Use Your Information</h2>
<p>We use the information collected in the following ways:</p>
<ul>
<li><strong>Resume Generation:</strong> Your LinkedIn profile data is used solely to create your customized resume. This information is not stored or shared with any third-party services.</li>
<li><strong>Service Improvement:</strong> Usage data helps us understand how users interact with our website, allowing us to enhance the user experience and make improvements to our service.</li>
<li><strong>Communication:</strong> We may use your email address to communicate with you about updates, new features, or changes to our terms and privacy policy.</li>
</ul>
<h2>Data Storage and Security</h2>
<p>Your data is processed in real-time for the sole purpose of generating a downloadable resume. We do not store your LinkedIn profile information or any data entered in the resume generation process on our servers.</p>
<p>We implement industry-standard security measures to protect your information from unauthorized access, disclosure, alteration, or destruction. However, please note that no method of transmission over the internet is 100% secure, and we cannot guarantee absolute security.</p>
<h2>Sharing Your Information</h2>
<p>We do not sell, trade, or rent your personal information to third parties. Your data is used exclusively for generating the resume as requested. We may share non-personal, aggregated information with third-party analytics providers to help us understand how users engage with our website.</p>
<h2>Your Rights</h2>
<p>You have the following rights regarding your personal information:</p>
<ul>
<li><strong>Access:</strong> You have the right to request access to the personal information we hold about you.</li>
<li><strong>Correction:</strong> If you believe that any of the information we hold about you is incorrect or incomplete, you can request corrections.</li>
<li><strong>Deletion:</strong> You may request the deletion of your personal information that we process if it is no longer necessary for the purpose for which it was collected.</li>
</ul>
<h2>Cookies and Tracking Technologies</h2>
<p>We may use cookies and similar tracking technologies to collect and store information about your usage of our website. Cookies help us provide a better user experience by remembering your preferences and analyzing how our service is used. You can adjust your browser settings to disable cookies, but this may affect the functionality of our website.</p>
<h2>Third-Party Links</h2>
<p>Our website may contain links to third-party websites. Please be aware that we are not responsible for the privacy practices of these external sites. We encourage you to read the privacy policies of any third-party websites you visit.</p>
<h2>Changes to This Policy</h2>
<p>We reserve the right to update or modify this privacy policy at any time. Any changes will be effective immediately upon posting the revised policy on this page. We encourage you to review this privacy policy periodically to stay informed about how we are protecting your information.</p>
<h2>Contact Us</h2>
<p>If you have any questions, concerns, or feedback regarding this privacy policy or our practices, please contact us at <a href="mailto:support@resume.com">support@resume.com</a>. We are here to help and will do our best to address your inquiries promptly.</p>
</section>
<footer class="footer">
<p>© 2024 Resum-Resume. All rights reserved.</p>
</footer>
</body>
</html>