Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
MastanSayyad committed Aug 10, 2024
1 parent 3ede4c3 commit 59c7411
Showing 1 changed file with 210 additions and 158 deletions.
368 changes: 210 additions & 158 deletions TermsOfUse.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,95 +199,106 @@
transition: all 0.78s;
}

/* General Content Styles */
.content {
max-width: 800px;
margin: 20px auto;
padding: 20px;
background-color: #ffffff; /* White background for content area */
border-radius: 8px; /* Rounded corners */
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Light shadow */
}

/* Heading Styles */
.content h1, .content h2 {
color: #333333; /* Dark text for readability */
font-family: 'Roboto', sans-serif; /* Consistent font */
}

.content h1 {
font-size: 2rem;
margin-bottom: 20px;
font-weight: bold;
color: #007bff;
}

.content h2 {
font-size: 1.5rem;
margin-top: 20px;
border-bottom: 2px solid #007bff; /* Blue underline for sections */
padding-bottom: 5px;
}

/* Paragraph Styles */
.content p {
font-size: 1rem;
color: #555555; /* Slightly lighter text */
line-height: 1.6; /* Improved readability */
margin-bottom: 15px;
}

/* List Styles */
.content ul {
list-style-type: disc;
padding-left: 20px;
}

.content li {
margin-bottom: 10px;
}

.content li strong {
color: #007bff; /* Blue color for highlighted text */
}

/* Link Styles */
.content a {
color: #007bff; /* Blue color for links */
text-decoration: none;
}

.content a:hover {
text-decoration: underline;
}

/* Contact Information Styles */
.content .contact-info {
margin-top: 30px;
}

.content .contact-info p {
margin-bottom: 10px;
}

/* Responsive Styles */
@media (max-width: 768px) {
.content {
padding: 15px;
}

.content h1 {
font-size: 1.75rem;
}

.content h2 {
font-size: 1.25rem;
}

.content p {
font-size: 0.9rem;
}
}
/* General Content Styles */
.content {
max-width: 800px;
margin: 20px auto;
padding: 20px;
background-color: #ffffff;
/* White background for content area */
border-radius: 8px;
/* Rounded corners */
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
/* Light shadow */
}

/* Heading Styles */
.content h1,
.content h2 {
color: #333333;
/* Dark text for readability */
font-family: 'Roboto', sans-serif;
/* Consistent font */
}

.content h1 {
font-size: 2rem;
margin-bottom: 20px;
font-weight: bold;
color: #007bff;
}

.content h2 {
font-size: 1.5rem;
margin-top: 20px;
border-bottom: 2px solid #007bff;
/* Blue underline for sections */
padding-bottom: 5px;
}

/* Paragraph Styles */
.content p {
font-size: 1rem;
color: #555555;
/* Slightly lighter text */
line-height: 1.6;
/* Improved readability */
margin-bottom: 15px;
}

/* List Styles */
.content ul {
list-style-type: disc;
padding-left: 20px;
}

.content li {
margin-bottom: 10px;
}

.content li strong {
color: #007bff;
/* Blue color for highlighted text */
}

/* Link Styles */
.content a {
color: #007bff;
/* Blue color for links */
text-decoration: none;
}

.content a:hover {
text-decoration: underline;
}

/* Contact Information Styles */
.content .contact-info {
margin-top: 30px;
}

.content .contact-info p {
margin-bottom: 10px;
}

/* Responsive Styles */
@media (max-width: 768px) {
.content {
padding: 15px;
}

.content h1 {
font-size: 1.75rem;
}

.content h2 {
font-size: 1.25rem;
}

.content p {
font-size: 0.9rem;
}
}

footer {
background-color: rgb(6, 23, 46);
Expand Down Expand Up @@ -391,75 +402,116 @@

<!-- JavaScript -->
<script src="../js/bootstrap.bundle.min.js"></script>

<!-- Terms of use -->
<!-- Main Content -->
<div class="content">
<h1>Terms of Use</h1>
<p><strong>Effective Date: August 10, 2024</strong></p>

<p>Welcome to Flipkart! These Terms of Use govern your access to and use of our website, services, and mobile applications (collectively, the "Services"). By accessing or using our Services, you agree to comply with and be bound by these Terms of Use. If you do not agree with these Terms of Use, please do not use our Services.</p>

<h2>1. Acceptance of Terms</h2>
<p>By accessing or using the Flipkart website or any of our Services, you agree to these Terms of Use. We may update these Terms of Use from time to time, and your continued use of the Services following any changes indicates your acceptance of the new terms.</p>

<h2>2. Account Registration</h2>
<p>To use certain features of our Services, you may be required to create an account with Flipkart. You agree to provide accurate, current, and complete information during the registration process and to update such information to keep it accurate, current, and complete. You are responsible for safeguarding your account information and for all activities that occur under your account.</p>

<h2>3. User Conduct</h2>
<p>You agree not to engage in any of the following prohibited activities:</p>
<ul>
<li><strong>Illegal Activities:</strong> Using the Services for any illegal purposes or activities that violate applicable laws or regulations.</li>
<li><strong>Harmful Content:</strong> Uploading, posting, or transmitting any content that is harmful, defamatory, obscene, or otherwise objectionable.</li>
<li><strong>Misuse of Services:</strong> Attempting to gain unauthorized access to our Services, systems, or networks, or interfering with the functioning of the Services.</li>
<li><strong>False Information:</strong> Providing false or misleading information or impersonating any person or entity.</li>
</ul>

<h2>4. Intellectual Property</h2>
<p>All content, including but not limited to text, graphics, logos, images, and software, on the Flipkart website is the property of Flipkart or its licensors and is protected by copyright, trademark, and other intellectual property laws. You may not use, reproduce, or distribute any content from the website without prior written permission from Flipkart.</p>

<h2>5. Product Information and Pricing</h2>
<p>Flipkart strives to provide accurate product descriptions and pricing information. However, errors may occur, and we cannot guarantee that product descriptions or prices are error-free. We reserve the right to correct any errors and to update product information and pricing at any time without prior notice.</p>

<h2>6. Order Processing and Delivery</h2>
<p>Orders placed through the Flipkart website are subject to our acceptance. We reserve the right to refuse or cancel any order at our discretion. Delivery times are estimates and may vary based on factors such as product availability, shipping location, and delivery service provider.</p>

<h2>7. Returns and Refunds</h2>
<p>Flipkart offers a return and refund policy for eligible products. Please review our Return Policy for detailed information on how to return products and request refunds.</p>

<h2>8. Privacy Policy</h2>
<p>Your use of our Services is also governed by our Privacy Policy, which outlines how we collect, use, and protect your personal information. Please review our Privacy Policy to understand our practices.</p>

<h2>9. Third-Party Links</h2>
<p>Our Services may contain links to third-party websites or services. We are not responsible for the content or practices of these third parties. Your use of third-party websites or services is at your own risk, and you should review the terms and privacy policies of those sites.</p>

<h2>10. Limitation of Liability</h2>
<p>To the fullest extent permitted by law, Flipkart and its affiliates, officers, directors, employees, and agents will not be liable for any indirect, incidental, special, consequential, or punitive damages arising out of or related to your use of the Services. Our total liability to you for any claim arising out of or relating to these Terms of Use or your use of the Services will not exceed the amount you paid, if any, for access to the Services.</p>

<h2>11. Indemnification</h2>
<p>You agree to indemnify, defend, and hold harmless Flipkart and its affiliates, officers, directors, employees, and agents from any claims, liabilities, damages, losses, or expenses, including legal fees, arising out of or related to your use of the Services, your violation of these Terms of Use, or your violation of any rights of another party.</p>

<h2>12. Termination</h2>
<p>We reserve the right to terminate or suspend your access to the Services at our sole discretion, without prior notice, for any reason, including but not limited to violations of these Terms of Use. Upon termination, your right to use the Services will cease immediately.</p>

<h2>13. Governing Law</h2>
<p>These Terms of Use will be governed by and construed in accordance with the laws of the jurisdiction in which Flipkart operates, without regard to its conflict of law principles. Any disputes arising out of or relating to these Terms of Use or your use of the Services will be resolved exclusively in the courts of that jurisdiction.</p>

<h2>14. Dispute Resolution</h2>
<p>Any disputes, controversies, or claims arising out of or relating to these Terms of Use or the Services will be resolved through binding arbitration in accordance with the rules of the relevant arbitration association. The arbitration will be conducted in the jurisdiction where Flipkart operates.</p>

<h2>15. Severability</h2>
<p>If any provision of these Terms of Use is found to be invalid, illegal, or unenforceable, the remaining provisions will remain in full force and effect. The invalid, illegal, or unenforceable provision will be interpreted to reflect the parties' original intent as closely as possible.</p>

<h2>16. Entire Agreement</h2>
<p>These Terms of Use constitute the entire agreement between you and Flipkart regarding your use of the Services and supersede all prior or contemporaneous agreements and understandings, whether written or oral, relating to the subject matter.</p>

<h2>17. Contact Us</h2>
<p>If you have any questions or concerns about these Terms of Use or our Services, please contact us at:</p>
<p>Email: <a href="mailto:support@flipkart.com">support@flipkart.com</a></p>
<p>Customer Service: +91-XXXXXXXXXX</p>
<p>Address: Flipkart Internet Private Limited, Buildings Alyssa, Begonia & Clove Embassy Tech Village, Outer Ring Road, Devarabeesanahalli Village, Bengaluru, 560103, Karnataka, India</p>
</div>

<!-- Terms of use -->
<!-- Main Content -->
<div class="content">
<h1>Terms of Use</h1>
<p><strong>Effective Date: August 10, 2024</strong></p>

<p>Welcome to Flipkart! These Terms of Use govern your access to and use of our website, services, and mobile
applications (collectively, the "Services"). By accessing or using our Services, you agree to comply with and be
bound by these Terms of Use. If you do not agree with these Terms of Use, please do not use our Services.</p>

<h2>1. Acceptance of Terms</h2>
<p>By accessing or using the Flipkart website or any of our Services, you agree to these Terms of Use. We may update
these Terms of Use from time to time, and your continued use of the Services following any changes indicates your
acceptance of the new terms.</p>

<h2>2. Account Registration</h2>
<p>To use certain features of our Services, you may be required to create an account with Flipkart. You agree to
provide accurate, current, and complete information during the registration process and to update such information
to keep it accurate, current, and complete. You are responsible for safeguarding your account information and for
all activities that occur under your account.</p>

<h2>3. User Conduct</h2>
<p>You agree not to engage in any of the following prohibited activities:</p>
<ul>
<li><strong>Illegal Activities:</strong> Using the Services for any illegal purposes or activities that violate
applicable laws or regulations.</li>
<li><strong>Harmful Content:</strong> Uploading, posting, or transmitting any content that is harmful, defamatory,
obscene, or otherwise objectionable.</li>
<li><strong>Misuse of Services:</strong> Attempting to gain unauthorized access to our Services, systems, or
networks, or interfering with the functioning of the Services.</li>
<li><strong>False Information:</strong> Providing false or misleading information or impersonating any person or
entity.</li>
</ul>

<h2>4. Intellectual Property</h2>
<p>All content, including but not limited to text, graphics, logos, images, and software, on the Flipkart website is
the property of Flipkart or its licensors and is protected by copyright, trademark, and other intellectual
property laws. You may not use, reproduce, or distribute any content from the website without prior written
permission from Flipkart.</p>

<h2>5. Product Information and Pricing</h2>
<p>Flipkart strives to provide accurate product descriptions and pricing information. However, errors may occur, and
we cannot guarantee that product descriptions or prices are error-free. We reserve the right to correct any errors
and to update product information and pricing at any time without prior notice.</p>

<h2>6. Order Processing and Delivery</h2>
<p>Orders placed through the Flipkart website are subject to our acceptance. We reserve the right to refuse or
cancel any order at our discretion. Delivery times are estimates and may vary based on factors such as product
availability, shipping location, and delivery service provider.</p>

<h2>7. Returns and Refunds</h2>
<p>Flipkart offers a return and refund policy for eligible products. Please review our Return Policy for detailed
information on how to return products and request refunds.</p>

<h2>8. Privacy Policy</h2>
<p>Your use of our Services is also governed by our Privacy Policy, which outlines how we collect, use, and protect
your personal information. Please review our Privacy Policy to understand our practices.</p>

<h2>9. Third-Party Links</h2>
<p>Our Services may contain links to third-party websites or services. We are not responsible for the content or
practices of these third parties. Your use of third-party websites or services is at your own risk, and you should
review the terms and privacy policies of those sites.</p>

<h2>10. Limitation of Liability</h2>
<p>To the fullest extent permitted by law, Flipkart and its affiliates, officers, directors, employees, and agents
will not be liable for any indirect, incidental, special, consequential, or punitive damages arising out of or
related to your use of the Services. Our total liability to you for any claim arising out of or relating to these
Terms of Use or your use of the Services will not exceed the amount you paid, if any, for access to the Services.
</p>

<h2>11. Indemnification</h2>
<p>You agree to indemnify, defend, and hold harmless Flipkart and its affiliates, officers, directors, employees,
and agents from any claims, liabilities, damages, losses, or expenses, including legal fees, arising out of or
related to your use of the Services, your violation of these Terms of Use, or your violation of any rights of
another party.</p>

<h2>12. Termination</h2>
<p>We reserve the right to terminate or suspend your access to the Services at our sole discretion, without prior
notice, for any reason, including but not limited to violations of these Terms of Use. Upon termination, your
right to use the Services will cease immediately.</p>

<h2>13. Governing Law</h2>
<p>These Terms of Use will be governed by and construed in accordance with the laws of the jurisdiction in which
Flipkart operates, without regard to its conflict of law principles. Any disputes arising out of or relating to
these Terms of Use or your use of the Services will be resolved exclusively in the courts of that jurisdiction.
</p>

<h2>14. Dispute Resolution</h2>
<p>Any disputes, controversies, or claims arising out of or relating to these Terms of Use or the Services will be
resolved through binding arbitration in accordance with the rules of the relevant arbitration association. The
arbitration will be conducted in the jurisdiction where Flipkart operates.</p>

<h2>15. Severability</h2>
<p>If any provision of these Terms of Use is found to be invalid, illegal, or unenforceable, the remaining
provisions will remain in full force and effect. The invalid, illegal, or unenforceable provision will be
interpreted to reflect the parties' original intent as closely as possible.</p>

<h2>16. Entire Agreement</h2>
<p>These Terms of Use constitute the entire agreement between you and Flipkart regarding your use of the Services
and supersede all prior or contemporaneous agreements and understandings, whether written or oral, relating to the
subject matter.</p>

<h2>17. Contact Us</h2>
<p>If you have any questions or concerns about these Terms of Use or our Services, please contact us at:</p>
<p>Email: <a href="mailto:support@flipkart.com">support@flipkart.com</a></p>
<p>Customer Service: +91-XXXXXXXXXX</p>
<p>Address: Flipkart Internet Private Limited, Buildings Alyssa, Begonia & Clove Embassy Tech Village, Outer Ring
Road, Devarabeesanahalli Village, Bengaluru, 560103, Karnataka, India</p>
</div>

<footer>
<div class="container-fluid footerTop">
Expand Down

0 comments on commit 59c7411

Please sign in to comment.