-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtermsandconditions.php
executable file
·67 lines (49 loc) · 5.14 KB
/
termsandconditions.php
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
64
65
66
67
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8"/>
<title>Terms and Conditions - adspace.lk</title>
<meta name="Description" content="real estate, adspace.lk is the best way to sell and buy property, online realestate in sri lanka" />
<meta name="Keywords" content="property, houses, lands, buildings, rooms, appartments, resort, submit a free ad, sri lanka" />
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700,300' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" href="assets/img/favicon.png" type="image/png">
<link rel="stylesheet" href="assets/css/bootstrap.css" type="text/css">
<link rel="stylesheet" href="assets/css/bootstrap-responsive.css" type="text/css">
<link rel="stylesheet" href="assets/libraries/chosen/chosen.css" type="text/css">
<link rel="stylesheet" href="assets/libraries/bootstrap-fileupload/bootstrap-fileupload.css" type="text/css">
<link rel="stylesheet" href="assets/libraries/jquery-ui-1.10.2.custom/css/ui-lightness/jquery-ui-1.10.2.custom.min.css" type="text/css">
<link rel="stylesheet" href="assets/css/realia-blue.css" type="text/css" id="color-variant-default">
<link rel="stylesheet" href="#" type="text/css" id="color-variant">
</head>
<?php include('templates/header.php'); ?>
<!-- CONTENT -->
<div id="content"><div class="container">
<div id="main">
<h1 class="page-header">Terms and Conditions</h1>
<p>
By using Adspace.lk I agree all the terms and conditions listed below and all the laws that are respective
Links provided by the users may redirect you to the third party websites; in such case adspace.lk will not take any responsibilities for the content, quality or accuracy viewed on those websites. We should not be taken to be endorsing, publishing, permitting or authorizing such sites or materials. Therefore, please be warned that these websites are operated under the exclusive responsibility of their respective owners, who are solely liable for complying with legislations and regulations applicable to the products and services they put on sale on their website, including without limitation consumer protection, distant selling and price display regulations.<br/><br/><br/>
Adspace.lk provides you with free information about property. Those information's are provided by normal users, therefore we will not guarantee about the accuracy of the information. If you want to contact a customer, we always recommend you to contact professional services such as real estate agents, experts, lawyers, notaries and tax consultants, e.c.t before buying a property. All the graphical elements posted on adspace.lk are the sole responsibility of the person from which that content orginates.adspace.lk will not make changes to the content that are posted by the user; therefore we will not take any responsibility for the contact published in our website.<br/><br/><br/>
As a user of Adspace.lk you agree not to upload materials that express political opinion, defamatory, racist, discrimination, hatred, violence against a single (person, group or community), and color, national or ethnic origin. If you don't agree this rule please don't post any materials on adspace.lk.You are free to register on the Adspace.lk website by filling out a form with your personal data. Your registration allows you to have access to featured services, such as:<br/><br/>
• Submit a paid AD.<br/>
• Save the search criteria of real estate property.<br/>
• Save the real estate properties you are interested in.<br/>
• e-mail alert as soon as new real estate properties which correspond to your search criteria are posted on the site.<br/>
• Adspace.lk is online for 24*7. But we have the right to interrupt the access of the website without any prior notice to anyone.<br/>
• In case of technical issues the website may be down for some hours or days in that situation, adspace.lk will not take any responsibilities of the content published or will not make any refunds.<br/><br/><br/>
• We have the unilateral right to prohibit access to the whole or part of the website to any individual or legal person:<br/>
• who would violate the present terms of use<br/>
• who would use the personal data to which he/she can have access to on this website to propose products or services or to send bulk unsolicited emails to other users of this website ("spamming")<br/>
• who would post false ads on the website<br/>
• who would cause any prejudice to the reputation of this website<br/>
• who would infringe on third party's intellectual property rights<br/>
• who would use the website illegally<br/>
<br/><br/><br/>
Adspace.lk will consider all the laws of the Sri Lankan government, without giving effect to conflict of law's provisions. The courts of the Sri Lanka have exclusive jurisdiction over all disputes relating to or arising from the execution or performance of this agreement. In all judicial actions, arbitrations, or disputes resolution methods, the parties waive any punitive damages.
</p>
<hr>
</div>
</div>
</div><!-- /#content -->
</div><!-- /#wrapper-inner -->
<?php include('templates/footer.php'); ?>