-
Notifications
You must be signed in to change notification settings - Fork 0
/
virtual.php
65 lines (63 loc) · 2.69 KB
/
virtual.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
<?php
include("header.php");
?>
<div id="services" class="services section">
<div class="container">
<div class="row">
<div class="col-lg-8 offset-lg-2">
<div class="section-heading wow fadeInDown" data-wow-duration="1s" data-wow-delay="0.5s">
<h4>Amazing <em>Services & Features</em> for you</h4>
<img src="assets/images/heading-line-dec.png" alt="">
<p>If you need the greatest collection of HTML templates for your business, please visit <a rel="nofollow" href="https://www.toocss.com/" target="_blank">TooCSS</a> Blog. If you need to have a contact form PHP script, go to <a href="https://templatemo.com/contact" target="_parent">our contact page</a> for more information.</p>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-3">
<div class="service-item first-service">
<div class="icon"></div>
<h4>App Maintenance</h4>
<p>You are not allowed to redistribute this template ZIP file on any other website.</p>
<div class="text-button">
<a href="#">Read More <i class="fa fa-arrow-right"></i></a>
</div>
</div>
</div>
<div class="col-lg-3">
<div class="service-item second-service">
<div class="icon"></div>
<h4>Rocket Speed of App</h4>
<p>You are allowed to use the Chain App Dev HTML template. Feel free to modify or edit this layout.</p>
<div class="text-button">
<a href="#">Read More <i class="fa fa-arrow-right"></i></a>
</div>
</div>
</div>
<div class="col-lg-3">
<div class="service-item third-service">
<div class="icon"></div>
<h4>Multi Workflow Idea</h4>
<p>If this template is beneficial for your work, please support us <a rel="nofollow" href="https://paypal.me/templatemo" target="_blank">a little via PayPal</a>. Thank you.</p>
<div class="text-button">
<a href="#">Read More <i class="fa fa-arrow-right"></i></a>
</div>
</div>
</div>
<div class="col-lg-3">
<div class="service-item fourth-service">
<div class="icon"></div>
<h4>24/7 Help & Support</h4>
<p>Lorem ipsum dolor consectetur adipiscing elit sedder williamsburg photo booth quinoa and fashion axe.</p>
<div class="text-button">
<a href="#">Read More <i class="fa fa-arrow-right"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<?php
include("footer.php");
?>