From c8db62e5ebdf20f323e27aa847912e03f82fa4f7 Mon Sep 17 00:00:00 2001 From: ANNAPOORNA V Date: Thu, 7 Nov 2024 21:52:57 +0530 Subject: [PATCH 1/5] Update PrivacyPolicy.css --- src/components/Privacy-Policy/PrivacyPolicy.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Privacy-Policy/PrivacyPolicy.css b/src/components/Privacy-Policy/PrivacyPolicy.css index ccefc648..a054c6be 100644 --- a/src/components/Privacy-Policy/PrivacyPolicy.css +++ b/src/components/Privacy-Policy/PrivacyPolicy.css @@ -1,20 +1,20 @@ .privacy-container { padding: 20px; font-family: Arial, sans-serif; - background-color: #f9f9f9; + background-color: #ff5c5c; color: #333; } .privacy-container h1 { font-size: 2.5em; - color: #1abc9c; + color: #197e10; text-align: center; margin-bottom: 20px; } .privacy-container h2 { font-size: 1.8em; - color: #1abc9c; + color: #14911a; margin-top: 30px; } From 044ea930f1d53e5a52c2262c6063b3907e507283 Mon Sep 17 00:00:00 2001 From: ANNAPOORNA V Date: Thu, 7 Nov 2024 21:54:39 +0530 Subject: [PATCH 2/5] Update TermsConditions.css --- src/components/Terms-Conditions/TermsConditions.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Terms-Conditions/TermsConditions.css b/src/components/Terms-Conditions/TermsConditions.css index e5a3ad2c..3cae33e2 100644 --- a/src/components/Terms-Conditions/TermsConditions.css +++ b/src/components/Terms-Conditions/TermsConditions.css @@ -2,20 +2,20 @@ .terms-container { padding: 20px; font-family: Arial, sans-serif; - background-color: #f9f9f9; + background-color:#ff5c5c; color: #333; } .terms-container h1 { font-size: 2.5em; - color: #1abc9c; + color: #197e10; text-align: center; margin-bottom: 20px; } .terms-container h2 { font-size: 1.8em; - color: #1abc9c; + color: #197e10; margin-top: 30px; } From e717d952a60b2ea700d5f5c89511cf05457c9739 Mon Sep 17 00:00:00 2001 From: ANNAPOORNA V Date: Sun, 10 Nov 2024 11:16:12 +0530 Subject: [PATCH 3/5] update css --- src/components/Privacy-Policy/PrivacyPolicy.css | 2 +- src/components/Terms-Conditions/TermsConditions.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Privacy-Policy/PrivacyPolicy.css b/src/components/Privacy-Policy/PrivacyPolicy.css index a054c6be..19b84171 100644 --- a/src/components/Privacy-Policy/PrivacyPolicy.css +++ b/src/components/Privacy-Policy/PrivacyPolicy.css @@ -1,7 +1,7 @@ .privacy-container { padding: 20px; font-family: Arial, sans-serif; - background-color: #ff5c5c; + background-color: #ffa7a7; color: #333; } diff --git a/src/components/Terms-Conditions/TermsConditions.css b/src/components/Terms-Conditions/TermsConditions.css index 3cae33e2..0b0d3b44 100644 --- a/src/components/Terms-Conditions/TermsConditions.css +++ b/src/components/Terms-Conditions/TermsConditions.css @@ -2,7 +2,7 @@ .terms-container { padding: 20px; font-family: Arial, sans-serif; - background-color:#ff5c5c; + background-color:#fba7a7; color: #333; } From f456ca9f9b4cc191ee02a66610291ba3b9c988a1 Mon Sep 17 00:00:00 2001 From: ANNAPOORNA V Date: Sun, 10 Nov 2024 11:45:07 +0530 Subject: [PATCH 4/5] update ui --- .../Privacy-Policy/PrivacyPolicy.css | 99 ++++++++++++------- .../Privacy-Policy/PrivacyPolicy.jsx | 72 +++++++------- 2 files changed, 96 insertions(+), 75 deletions(-) diff --git a/src/components/Privacy-Policy/PrivacyPolicy.css b/src/components/Privacy-Policy/PrivacyPolicy.css index 19b84171..1ad1697c 100644 --- a/src/components/Privacy-Policy/PrivacyPolicy.css +++ b/src/components/Privacy-Policy/PrivacyPolicy.css @@ -1,45 +1,72 @@ .privacy-container { - padding: 20px; - font-family: Arial, sans-serif; - background-color: #ffa7a7; - color: #333; - } - + padding: 20px; + font-family: Arial, sans-serif; + background-color: #ffa7a7; + color: #333; + max-width: 800px; + margin: auto; + border-radius: 8px; +} + +.privacy-container h1 { + font-size: 2.5em; + color: #197e10; + text-align: center; + margin-bottom: 20px; +} + +.privacy-container h2 { + font-size: 1.8em; + color: #14911a; + margin-top: 30px; + transition: color 0.3s; +} + +.privacy-container h2:hover { + color: #0e6c12; +} + +.privacy-container p { + font-size: 1.1em; + line-height: 1.6; + margin: 10px 0; + color: #444; +} + +.privacy-container section { + margin-bottom: 20px; + border-bottom: 1px solid #ccc; + padding-bottom: 15px; + background-color: #fff8f8; + padding: 15px; + border-radius: 6px; +} + +.privacy-container section:last-child { + border-bottom: none; +} + +.privacy-container a { + color: #007bff; + text-decoration: none; + font-weight: bold; +} + +.privacy-container a:hover { + text-decoration: underline; +} + +/* Responsive Design */ +@media (max-width: 768px) { .privacy-container h1 { - font-size: 2.5em; - color: #197e10; - text-align: center; - margin-bottom: 20px; + font-size: 2em; } .privacy-container h2 { - font-size: 1.8em; - color: #14911a; - margin-top: 30px; + font-size: 1.5em; } .privacy-container p { - font-size: 1.1em; - line-height: 1.6; - margin: 10px 0; - } - - .privacy-container section { - margin-bottom: 20px; - border-bottom: 1px solid #ddd; - padding-bottom: 15px; - } - - .privacy-container section:last-child { - border-bottom: none; - } - - .privacy-container a { - color: #007bff; - text-decoration: none; - } - - .privacy-container a:hover { - text-decoration: underline; + font-size: 1em; } - \ No newline at end of file +} diff --git a/src/components/Privacy-Policy/PrivacyPolicy.jsx b/src/components/Privacy-Policy/PrivacyPolicy.jsx index 6eab6191..be3a27bc 100644 --- a/src/components/Privacy-Policy/PrivacyPolicy.jsx +++ b/src/components/Privacy-Policy/PrivacyPolicy.jsx @@ -4,73 +4,67 @@ import "./PrivacyPolicy.css"; const PrivacyPolicy = () => { return (
-

Privacy and Policy

+

Privacy Policy

+

Last Updated: November 2024

-
+

1. Data Collection

- We collect various types of information, including personal data, such as your name, - email address, and other contact details, as well as non-personal data, like browsing - behavior and device information. This data is gathered through forms, cookies, and - other technologies. + We collect personal data, such as your name, email, and contact details, along with non-personal + data like browsing behavior. This data is gathered through forms, cookies, and other technologies + with your consent in compliance with GDPR and CCPA.

-
+ -
+

2. Use of Information

- The information we collect is used to provide and improve our services, personalize user - experiences, respond to your inquiries, and send you updates about our services. We may - also use data for research and analytics purposes. + Collected data helps us enhance our services, personalize experiences, respond to inquiries, and + improve site functionality. We may also conduct research and analysis to improve our offerings. + Any use of your data aligns with legal requirements.

-
+ -
+

3. Data Security

- We take data security seriously and implement industry-standard measures to protect - your information from unauthorized access, disclosure, or loss. However, no online - service can be 100% secure, and we cannot guarantee absolute security. + We implement industry-standard security measures to protect your information. Despite these + efforts, no online platform can be completely secure. We recommend taking additional precautions + to protect your data.

-
+ -
+

4. Cookies

- Cookies are small files stored on your device that help us enhance your browsing - experience. We use cookies to understand user behavior, track preferences, and - optimize site performance. You can disable cookies in your browser settings, but - some features of the site may not function properly. + Cookies help enhance your browsing experience by remembering preferences and tracking usage patterns. + You can disable cookies in your browser settings, but some site features may be affected.

-
+ -
+

5. Third-Party Services

- We may use third-party services for hosting, analytics, and advertising. These - third parties have their own privacy policies, and we are not responsible for - their practices. However, we do our best to work with reputable companies that - share our commitment to privacy. + We use third-party services for hosting, analytics, and advertising, each of which adheres to its + privacy policies. While we work with reputable companies, we are not responsible for their practices.

-
+ -
+

6. Your Rights

- You have the right to access, correct, or delete your personal information. If - you wish to exercise any of these rights, please contact us at the provided - contact details. + You have the right to access, correct, or delete your personal information. For any requests + regarding these rights, please contact us at privacy@yourdomain.com.

-
+ -
+

7. Policy Updates

- This privacy policy may be updated periodically to reflect changes in our practices. - We encourage you to review this page regularly for the latest information on our - privacy practices. + This policy may be updated periodically to reflect changes in practices or legal requirements. + We encourage you to review this page regularly.

-
+
); }; From fd86d1fdfe5571bca748320771318b13a0f6248e Mon Sep 17 00:00:00 2001 From: ANNAPOORNA V Date: Sun, 10 Nov 2024 11:46:46 +0530 Subject: [PATCH 5/5] Update UI --- .../Terms-Conditions/TermsConditions.css | 32 +++++++++++++++++-- .../Terms-Conditions/TermsConditions.jsx | 31 +++++++++++------- 2 files changed, 49 insertions(+), 14 deletions(-) diff --git a/src/components/Terms-Conditions/TermsConditions.css b/src/components/Terms-Conditions/TermsConditions.css index 0b0d3b44..aac9784e 100644 --- a/src/components/Terms-Conditions/TermsConditions.css +++ b/src/components/Terms-Conditions/TermsConditions.css @@ -1,9 +1,12 @@ - .terms-container { padding: 20px; font-family: Arial, sans-serif; - background-color:#fba7a7; + background-color: #fba7a7; color: #333; + max-width: 800px; + margin: auto; + border-radius: 8px; + box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); } .terms-container h1 { @@ -17,18 +20,27 @@ font-size: 1.8em; color: #197e10; margin-top: 30px; + transition: color 0.3s; +} + +.terms-container h2:hover { + color: #135c0d; } .terms-container p { font-size: 1.1em; line-height: 1.6; margin: 10px 0; + color: #444; } .terms-container section { margin-bottom: 20px; border-bottom: 1px solid #ddd; padding-bottom: 15px; + background-color: #fff8f8; + padding: 15px; + border-radius: 6px; } .terms-container section:last-child { @@ -38,8 +50,24 @@ .terms-container a { color: #007bff; text-decoration: none; + font-weight: bold; } .terms-container a:hover { text-decoration: underline; } + +/* Responsive Design */ +@media (max-width: 768px) { + .terms-container h1 { + font-size: 2em; + } + + .terms-container h2 { + font-size: 1.5em; + } + + .terms-container p { + font-size: 1em; + } +} diff --git a/src/components/Terms-Conditions/TermsConditions.jsx b/src/components/Terms-Conditions/TermsConditions.jsx index 5ad09583..03737159 100644 --- a/src/components/Terms-Conditions/TermsConditions.jsx +++ b/src/components/Terms-Conditions/TermsConditions.jsx @@ -1,61 +1,68 @@ - import React from 'react'; -import './TermsConditions.css'; +import './TermsConditions.css'; const TermsAndConditions = () => { return (

Terms and Conditions

+

Last Updated: November 2024

1. Introduction

- Welcome to Rentalog, your trusted platform for managing rental properties. By accessing or using this website, you agree to comply with these terms and conditions. + Welcome to Rentalog, a platform dedicated to managing rental properties. By accessing or using Rentalog, + you agree to be bound by these terms and conditions and any applicable laws.

-

2. Services

+

2. Services Provided

- Our website provides landlords and tenants with tools to manage rental listings, track payments, and communicate effectively. The use of these services is subject to the terms outlined in this document. + Rentalog offers tools for landlords and tenants, such as rental listings management, payment tracking, + and communication services. All users are subject to the conditions described herein.

3. User Obligations

- As a landlord, you are responsible for ensuring that your property listings are accurate and up-to-date. Tenants should ensure that their rental payments and obligations are fulfilled as agreed upon in their rental contracts. + Landlords: You must ensure your property listings are accurate and up-to-date.
+ Tenants: You are responsible for fulfilling rental payments and any obligations outlined + in your rental agreement.

4. Payments and Fees

- Payment processing is handled through secure third-party services. Rentalog is not liable for any issues related to payment failures, processing delays, or discrepancies in rental amounts. + Payments are processed through secure, third-party services. Rentalog is not liable for payment issues + including delays or discrepancies. Users are advised to contact support for payment-related inquiries.

5. Limitation of Liability

- Rentalog is not responsible for any disputes that arise between landlords and tenants, including but not limited to lease violations, non-payment, or damages to the property. + Rentalog is not responsible for disputes between landlords and tenants, such as lease violations or + property damages. Both parties agree to resolve disputes independently.

-

6. Termination

+

6. Termination of Services

- Rentalog reserves the right to terminate or suspend user accounts if there is evidence of fraudulent activity, violation of terms, or misuse of the platform. + Rentalog reserves the right to suspend or terminate user accounts for reasons including, but not limited to, + fraudulent activity or misuse of the platform.

7. Governing Law

- These terms and conditions are governed by and construed in accordance with the laws of the jurisdiction in which the property is located. + These terms are governed by the laws of the jurisdiction where the rental property is located. Users + agree to comply with all applicable regulations.

-
); };