-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.php
More file actions
80 lines (76 loc) · 3.45 KB
/
Copy pathservices.php
File metadata and controls
80 lines (76 loc) · 3.45 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
<!-- header -->
<?php include 'partials/_header.php';?>
<!--================Home Banner Area =================-->
<section class="banner_area">
<div class="box_1620">
<div class="banner_inner d-flex align-items-center">
<div class="container">
<div class="banner_content text-center">
<h2>Services</h2>
<div class="page_link">
<a href="index.php">Home</a>
<a href="services.php">Services</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!--================End Home Banner Area =================-->
<!--================Feature Area =================-->
<section class="feature_area white_feature p_120">
<div class="container">
<div class="main_title">
<h2>Full Ownership to my clients</h2>
<p>Once you pay for your web design, you are the owner of your website. We don’t use any proprietary
software to keep you locked down. You’re free to take your website with you and make any changes</p>
</div>
<div class="feature_inner row">
<div class="col-lg-4 col-md-6">
<div class="feature_item">
<i class="fa fa-laptop"></i>
<h4>Dynamic CMS Web Design</h4>
<p>Get a site with all dynamic options of Joomla CMS. Site will be mobile ready and fit itself into any browser.</p>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="feature_item">
<i class="fa fa-mobile"></i>
<h4>Features</h4>
<p>We give you Blog, Photo / Video Gallery, News, Testimonial, Contact Form with Map with easy frontend editing option.</p>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="feature_item">
<i class="fa fa-pencil"></i>
<h4>Find Best Web Designing </h4>
<p>A Professional Web Designer should also be able to deliver excellent design, SEO strategies, search engine optimization, and good communication skills. </p>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="feature_item">
<i class="fa fa-code"></i>
<h4>Clean Code</h4>
<p>For all the editing or updating, no need to write a single line of code. Everything is easy and done in few mouse clicks.</p>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="feature_item">
<i class="fa fa-support"></i>
<h4>Progressive frontend Web Development</h4>
<p>i frontend Web Development web app solutions known for high performance, reliability, and visual appeal</p>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="feature_item">
<i class="fa fa-youtube-play"></i>
<h4>Video</h4>
<p>The code of all the websites is on my YouTube channel.</p>
</div>
</div>
</div>
</div>
</section>
<!--================End Feature Area =================-->
<!-- footer -->
<?php include 'partials/_footer.php';?>