-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathservices.php
More file actions
84 lines (84 loc) · 4.25 KB
/
Copy pathservices.php
File metadata and controls
84 lines (84 loc) · 4.25 KB
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
<?php include "header.php"; ?>
<!-- Breadcrumb Section Start -->
<div class="breadcum">
<div class="container">
<ol class="breadcrumb">
<li>
<a href="index.php"> <i class="livicon icon3 icon4" data-name="home" data-size="18" data-loop="true" data-c="#3d3d3d" data-hc="#3d3d3d"></i>Dashboard
</a>
</li>
<li class="hidden-xs">
<i class="livicon icon3" data-name="angle-double-right" data-size="18" data-loop="true" data-c="#01bc8c" data-hc="#01bc8c"></i>
<a href="#">Transport</a>
</li>
</ol>
<div class="pull-right">
<i class="livicon icon3" data-name="truck" data-size="20" data-loop="true" data-c="#3d3d3d" data-hc="#3d3d3d"></i> Transport
</div>
</div>
</div>
<!-- //Breadcrumb Section End -->
<!-- Container Section Start -->
<div class="container">
<div class="row details">
<h2><label> Transport</label></h2>
<!-- Slider Section Start -->
<div class="col-md-6">
<div class="col-md-5 col-sm-12 slider">
<div id="owl-demo" class="owl-carousel owl-theme">
<div class="item"><img src="images/16.jpg" alt="slider-image" class="img-responsive">
</div>
<div class="item"><img src="images/14.jpg" alt="slider-image" class="img-responsive">
</div>
<div class="item"><img src="images/15.jpg" alt="slider-image" class="img-responsive">
</div>
</div>
</div>
</div>
<!-- //Slider Section End -->
<!-- Project Description Section Start -->
<div class="col-md-6">
<h3 class="project">Project Description</h3>
<p class="text-justify">
Wouldn't you like to get away? Sometimes you want to go where everybody knows your name. And they're always glad you came. Why do we always come here? I guess well never know. Its like a kind of torture to have to watch the show. Movin' on up to the east side. We finally got a piece of the pie. That this group would somehow form a family that's the way we all became the Brady Bunch. In a freak mishap Ranger 3 and its pilot Captain William
</p>
<h3>Client Details</h3>
<ul>
<li><b>Category:</b> Web Template</li>
<br />
<li><b>Client:</b> Leda B. Powers</li>
<br />
<li><b>Tags:</b> Web, PHP</li>
<br />
<li><b> Link:</b><a href="#"> www.domain.com</a></li>
<br />
<li><a class=" btn btn-primary" href="#"><span class="text-white"><i class="livicon" data-name="hand-right" data-size="24" data-loop="true" data-c="#fff" data-hc="white"></i></span></a></li>
</ul>
</div>
<!-- //Project Description Section End -->
</div>
<!-- Related Section Start -->
<div class="row">
<div class="col-md-12 project_images">
<div class="text-center">
<h3 class="border-success"><span class="heading_border bg-success">Related Projects</span></h3>
</div>
<div class="col-md-3">
<a href="#"><img src="images/gallery/3.jpg" class="img-responsive"></a>
</div>
<div class="col-md-3">
<a href="#"><img src="images/gallery/5.jpg" class="img-responsive"></a>
</div>
<div class="col-md-3">
<a href="#"><img src="images/gallery/7.jpg" class="img-responsive"></a>
</div>
<div class="col-md-3">
<a href="#"><img src="images/gallery/10.jpg" class="img-responsive"></a>
</div>
</div>
</div>
<!-- Related Setion End -->
</div>
<!-- //Container Section End -->
<!-- Footer Section Start -->
<?php include "footer.php"; ?>