Skip to content

Commit

Permalink
Terms and conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
asmaamostafa74 committed Nov 24, 2024
1 parent e6a96e2 commit 2c85fa2
Showing 1 changed file with 76 additions and 0 deletions.
76 changes: 76 additions & 0 deletions src/terms.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
<!DOCTYPE html>
<html lang="ar" dir="rtl">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Alrawda">
<title>Terms and conditions</title>
<link href="./../dist/output.css" rel="stylesheet">
<link rel="stylesheet" href="./../dist/all.min.css">
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn.min.js"></script>
<script src="https://cdn.tailwindcss.com"></script>
<script src="./js/script.js"></script>
</head>

<body>
<!-- Start Navbar -->
<div id="navbar"></div>
<!-- End Navbar -->
<hr class="mt-2 sm:block hidden">

<!-- Start Content -->
<section class="container mx-auto flex flex-col md:items-center justify-center gap-5 m-20 sm:ltr:pl-5 sm:ltr:md:pl-0 sm:rtl:pr-5 sm:rtl:md:pr-0 ">
<h1 class="md:text-5xl md:font-bold text-2xl font-medium flex justify-center">Terms and conditions</h1>
<p class="leading-10 px-2 text-justify">

**Alrawda Terms and Conditions**

Welcome to Alrawda ("we," "us," or "our"). These terms and conditions ("Terms") outline the rules and regulations for using our mobile application (the "App") for selling cars.

**By accessing or using the App, you agree to these Terms.**

**Use of the App**

You may use the App only for lawful purposes and in accordance with these Terms. You agree not to use the App:

* In any way that violates any applicable laws or regulations.
* For the purpose of exploiting, harming, or attempting to exploit or harm minors in any way.
* To transmit, or procure the transmission of, any material that is harassing, offensive, indecent, unlawful, or otherwise objectionable.
* To interfere with or disrupt the App or servers or networks connected to the App.

**Intellectual Property**

The App and all its contents, features, and functionalities (including but not limited to all text, images, graphics, logos, trademarks, and service marks) are owned by Alrawda or its licensors.

**Termination**

We may terminate your access to and use of the App at any time, without notice, for any reason, including, but not limited to, if you violate these Terms.

**Disclaimer**

Your use of the App is at your sole risk. The App is provided "as is" and "as available" without any warranty, express or implied.

**Limitation of Liability**

In no event shall Alrawda, or its directors, officers, employees, or agents be liable for any damages whatsoever, under any legal theory, arising out of or in connection with your use of the App or these Terms.

**Governing Law**

These Terms shall be governed and construed in accordance with the laws of [Your Country].

**Contact Us**

If you have any titles about these Terms, please contact us at:

[Insert your email address]

</p>
</section>
<!-- End Content -->

<!-- Start Footer -->
<div id="footer"></div>
<!-- End Footer -->
</body>
</html>

0 comments on commit 2c85fa2

Please sign in to comment.