-
Notifications
You must be signed in to change notification settings - Fork 0
/
termsAndCondition.php
65 lines (57 loc) · 2.27 KB
/
termsAndCondition.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
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink to fit= no">
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css" />
<link rel="stylesheet" href="bootstrap/css/main.css" />
</head>
<body>
<!--navigation bar-->
<?php include 'header.php'; ?>
<div class="container">
<div class="row m-5">
<div class="col my-auto">
<h1>Terms And Condition</h1>
<p>If u want sell or buy products through <STRONG>Mercado</STRONG> you have to follow the terms and conditions. If you are okay with them then start <em>Buiseness</em> or <em>Shopping</em>.</p>
</div>
<div class="col">
<img src='pictures/random/termsAndCondition.jpg' class='img-fluid'>
</div>
</div>
<div class="row m-5">
<div class="col">
<img src='pictures/random/genuineAccount.png' class='img-fluid'>
</div>
<div class="col my-auto">
<h1>Genuine Account</h1>
<p>You must create the account with genuine information. Your given information will be verified and if you find suspicious your id will be removed by admin.</p>
</div>
</div>
<div class="row m-5">
<div class="col my-auto">
<h1>Good Behaviour</h1>
<p>If you upload any inconvenient stuff, first time you will be warned and the stuff will be removed. If you continuously do that, you will be kicked out. If customers complaint about you and the investigation about the complaint results against you, your id and all of your uploaded stufss will be removed instantly. </p>
</div>
<div class="col">
<img src='pictures/random/goodBehaviour.png' class='img-fluid'>
</div>
</div>
<div class="row m-5">
<div class="col">
<img src='pictures/random/moneyAndOthers.jpg' class='img-fluid'>
</div>
<div class="col my-auto">
<h1>Money And Others</h1>
<p>You have to pay 5% of the price/piece of your uploaded stuffs. Admin is able to remove your stuff and you account anytime and have the full right to change the terms and policies.</p>
</div>
</div>
</div>
<?php include 'footer.php' ; ?>
<!--scripts-->
<script src="bootstrap/js/jquery.min.js"></script>
<script src="bootstrap/js/popper.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
</body>
</html>