-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutUs.php
67 lines (58 loc) · 2.1 KB
/
aboutUs.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>
<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>About Mercado</h1>
<p >Mercado is launched in 2018. It is a leading global market where anyone can buy staffs anytime through contacting directly the supplier.</p>
</div>
<div class="col">
<img src='pictures/random/2018.jpg' class='img-fluid'>
</div>
</div>
<div class="row m-5">
<div class="col">
<img src='pictures/random/ourMission.jpg' class='img-fluid'>
</div>
<div class="col my-auto">
<h1>Our Mission</h1>
<p>Our mission is to make it easy to do business anywhere.
We do this by giving suppliers the tools necessary to reach a global audience for their products, and by helping buyers find products and suppliers quickly and efficiently.</p>
</div>
</div>
<div class="row m-5">
<div class="col my-auto">
<h1>One Stop Five Source</h1>
<p>There are five different categories. People can find the staffs of these categories accross the globe here. Just make a stand here and grab the thing u need.</p>
</div>
<div class="col">
<img src='pictures/random/oneStopFiveSource.jpg' class='img-fluid'>
</div>
</div>
<div class="row m-5">
<div class="col">
<img src='pictures/random/anytimeAnywhereAnydevice.jpg' class='img-fluid'>
</div>
<div class="col my-auto">
<h1>Anytime Anywhere Anydevice</h1>
<p>A customer can contact the supplier from anywhere anytime via his/her mobile or laptop. They also can make the deal from anywhere.</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>