From 7cbdb89957e3077fdea9fc7399aa7ae1a049037e Mon Sep 17 00:00:00 2001 From: Radhika Malpani Date: Mon, 14 Oct 2024 00:16:44 +0530 Subject: [PATCH 1/3] Create privacy-policy.html --- privacy-policy.html | 63 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 privacy-policy.html diff --git a/privacy-policy.html b/privacy-policy.html new file mode 100644 index 0000000..95513ea --- /dev/null +++ b/privacy-policy.html @@ -0,0 +1,63 @@ + + + + + + Privacy Policy + + + +
+

Privacy Policy

+
+
+

Introduction

+

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.

+ +

Information We Collect

+

When you use our service, we may collect the following types of information:

+ + +

How We Use Your Information

+

We use the information collected in the following ways:

+ + +

Data Storage and Security

+

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.

+

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.

+ +

Sharing Your Information

+

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.

+ +

Your Rights

+

You have the following rights regarding your personal information:

+ + +

Cookies and Tracking Technologies

+

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.

+ +

Third-Party Links

+

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.

+ +

Changes to This Policy

+

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.

+ +

Contact Us

+

If you have any questions, concerns, or feedback regarding this privacy policy or our practices, please contact us at support@resume.com. We are here to help and will do our best to address your inquiries promptly.

+
+ + + From c12225ea79844bc73d152fd43f30922a032d490b Mon Sep 17 00:00:00 2001 From: Radhika Malpani Date: Mon, 14 Oct 2024 00:17:12 +0530 Subject: [PATCH 2/3] create privacy-policy.css --- privacy-policy.css | 71 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 privacy-policy.css diff --git a/privacy-policy.css b/privacy-policy.css new file mode 100644 index 0000000..2e2e183 --- /dev/null +++ b/privacy-policy.css @@ -0,0 +1,71 @@ +body { + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; + background-color: white; + color: #333; + line-height: 1.6; + margin: 0; + padding: 0; + overflow: auto; +} + +.header { + background-color: #00424F; + color: white; + padding: 1rem 1%; + text-align: center; + justify-content: space-between; + + top: 0; + left: 0; + right: 0; + z-index: 1000; +} + +.content { + max-width: 800px; + margin: 20px auto; + background: white; + padding: 39px; + padding-bottom: 114px; + border-radius: 8px; + box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); +} + +.content h2 { + color: #00424F; + margin-top: 20px; + font-size: 1.5rem; +} + +.content p { + margin: 10px 0; +} + +.content ul { + list-style-type: disc; + margin: 10px 0 10px 20px; + padding: 0; +} + +.content li { + margin-bottom: 10px; +} + +.content a { + color: #4A90E2; + text-decoration: none; +} + +.content a:hover { + text-decoration: underline; +} + +.footer { + text-align: center; + padding: 10px; + background-color: #00424F; + color: white; + position: fixed; + bottom: 0; + width: 100%; +} From 9e50223df37789002bc8a762564ceabb0b0280ad Mon Sep 17 00:00:00 2001 From: Radhika Malpani Date: Mon, 14 Oct 2024 00:17:30 +0530 Subject: [PATCH 3/3] update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 7b6fb90..f9e8bc4 100644 --- a/index.html +++ b/index.html @@ -1184,7 +1184,7 @@

Support