-
Notifications
You must be signed in to change notification settings - Fork 0
/
how_it_works.php
97 lines (94 loc) · 5.75 KB
/
how_it_works.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<?php include "includes/db.php"; ?>
<?php include "includes/header.php"?>
<?php //include "admin/functions.php";?>
<?php ob_start(); ?>
<!-- Navigation -->
<?php session_start();?>
<?php include "includes/navigation.php"?>
<div class="work-section">
<div class="container">
<h2 class="head">How It Works</h2>
<div class="work-section-head text-center">
<p>Fast, easy and free to post an ad and you will find, what you are looking for.</p>
</div>
<div class="work-section-grids text-center">
<div class="col-md-3 work-section-grid">
<i class="fa fa-edit "></i>
<h4>Post an Ad</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been</p>
<span class="arrow1"><img src="images/arrow1.png" alt="" /></span>
</div>
<div class="col-md-3 work-section-grid">
<i class="fa fa-eye "></i>
<h4>Find an item</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been</p>
<span class="arrow2"><img src="images/arrow2.png" alt="" /></span>
</div>
<div class="col-md-3 work-section-grid">
<i class="fa fa-phone-square"></i>
<h4>contact the seller</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been</p>
<span class="arrow1"><img src="images/arrow1.png" alt="" /></span>
</div>
<div class="col-md-3 work-section-grid">
<i class="fa fa-money-bill-alt"></i>
<h4>make transactions</h4>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been</p>
</div>
<div class="clearfix"></div>
<a class="work" href="http://localhost:81/cms/registration.php">Get start Now</a>
</div>
</div>
</div>
<div class="happy-clients">
<div class="container">
<div class="happy-clients-head text-center wow fadeInRight" data-wow-delay="0.4s">
<h3>Happy Clients</h3>
<p>We are explain who is using our business solutions</p>
</div>
<div class="happy-clients-grids">
<div class="col-md-6 happy-clients-grid wow bounceIn" data-wow-delay="0.4s">
<div class="client">
<img src="images/rishav.jpg" alt="" />
</div>
<div class="client-info">
<p><img src="images/open-quatation.jpg" class="open" alt="" />Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make.<img src="images/close-quatation.jpg" class="closeq" alt="" /></p>
<h4><a href="#">Rishav thakuri </a>Project manager</h4>
</div>
<div class="clearfix"></div>
</div>
<div class="col-md-6 happy-clients-grid span_66 wow bounceIn" data-wow-delay="0.4s">
<div class="client">
<img src="images/love.jpg" alt="" />
</div>
<div class="client-info">
<p><img src="images/open-quatation.jpg" class="open" alt="" />Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.<img src="images/close-quatation.jpg" class="closeq" alt="" /></p>
<h4><a href="#">Chatta shah </a>Creative Director</h4>
</div>
<div class="clearfix"></div>
</div>
<div class="col-md-6 happy-clients-grid wow bounceIn" data-wow-delay="0.4s">
<div class="client">
<img src="images/bicky.jpg" alt="" />
</div>
<div class="client-info">
<p><img src="images/open-quatation.jpg" class="open" alt="" />Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make.<img src="images/close-quatation.jpg" class="closeq" alt="" /></p>
<h4><a href="#">Bicky Tamang </a>Lipsum director</h4>
</div>
<div class="clearfix"></div>
</div>
<div class="col-md-6 happy-clients-grid span_66 wow bounceIn" data-wow-delay="0.4s">
<div class="client">
<img src="images/nick.jpg" alt="" />
</div>
<div class="client-info">
<p><img src="images/open-quatation.jpg" class="open" alt="" />Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.<img src="images/close-quatation.jpg" class="closeq" alt="" /></p>
<h4><a href="#">Nickson shiwakoti </a>manager</h4>
</div>
<div class="clearfix"></div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<?php include "includes/footer.php"?>