This repository was archived by the owner on Apr 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.php
executable file
·46 lines (42 loc) · 1.61 KB
/
about.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
<!-- Header -->
<?php require_once('header.php'); ?>
<!-- Title Page -->
<section class="bg-title-page p-t-40 p-b-30 flex-col-c-m" style="background-image: url(https://i.imgur.com/ujagc02.jpg);">
<h2 class="l-text2 t-center">
ABOUT US
</h2>
</section>
<!-- content page -->
<section class="bgwhite p-l-15 p-t-46 p-b-15">
<div class="container">
<div class="row">
<div class="col-md-12 p-b-30">
<h2 class="m-text26 p-t-15 p-b-16">
AgMarket - Marketing Network for Agriculture Commodities
</h2>
<p class="p-b-28">
We have this <span class="notranslate">AgMarket</span> platform for welfare of customers and vendors. It has potential of reducing the huge price gap between what price vendors gets and what customers pays. The commodities searched are arranged in order of the nearest vendor using geolocation coordinates.
</p>
</div>
<div class="col-md-8 p-b-30">
<div class="bo13 p-l-29 m-l-9 p-b-10">
<p class="p-b-11">
Creativity is just connecting things. When you ask creative people how they did something, they feel a little guilty because they didn't really do it, they just saw something. It seemed obvious to them after a while.
</p>
<span class="s-text7 notranslate">
- Steve Job’s
</span>
</div>
</div>
</div>
</div>
</section>
<!-- Back to top -->
<div class="btn-back-to-top bg0-hov" id="myBtn">
<span class="symbol-btn-back-to-top">
<i class="fa fa-angle-double-up" aria-hidden="true"></i>
</span>
</div>
<?php require_once('footer.php'); ?>
</body>
</html>