-
Notifications
You must be signed in to change notification settings - Fork 0
/
sellingPolicy.php
68 lines (59 loc) · 2.09 KB
/
sellingPolicy.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
68
<!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>Selling Policy</h1>
<p>This page will give you a brief idea how you can sell your products through this website. If u want to know more or have any confusion then <a href="">contact us</a>.</p>
</div>
<div class="col">
<img src='pictures/random/sellingPolicy.png' class='img-fluid'>
</div>
</div>
<div class="row m-5">
<div class="col">
<img src='pictures/random/createAnAccount.png' class='img-fluid'>
</div>
<div class="col my-auto">
<h1>Create an account</h1>
<p>To be a supplier, first you have to create a supplier account. Through your account you can upload your stuffs with picture and some necessary property.</p>
</div>
</div>
<div class="row m-5">
<div class="col my-auto">
<h1>Managing the stuffs</h1>
<p>By logging in to your account, we will able to see your uploaded stuffs as well as their properties you gave. In case of sold out the product, you can delete the product.</p>
</div>
<div class="col">
<img src='pictures/random/managingTheStuffs.png' class='img-fluid'>
</div>
</div>
<div class="row m-5">
<div class="col">
<img src='pictures/random/anyInconvenience.png' class='img-fluid'>
</div>
<div class="col my-auto">
<h1>Any inconvenience</h1>
<p>If you face any sort of inconvenience you can <a href="">contact us</a>. We will try to solve your problem as soon as possible.</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>
<!-- <div>
</div> -->