-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.php
69 lines (69 loc) · 2.43 KB
/
services.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
<?php include 'header.php';?>
<!-- banner -->
<div class="banner1">
<h3>Services</h3>
</div>
<!-- //banner -->
<!-- services -->
<div class="services">
<h3>Our Main Services</h3>
<div class="wthree_services_grid">
<div class="col-xs-4 wthree_services_left">
<div class="wthree_services_left1">
<span class="glyphicon glyphicon-heart" aria-hidden="true"></span>
</div>
<h4>free setup</h4>
<p>Excepteur sint occaecat cupidatat non proident, sunt.</p>
</div>
<div class="col-xs-4 wthree_services_left">
<div class="wthree_services_left1">
<span class="glyphicon glyphicon-picture" aria-hidden="true"></span>
</div>
<h4>quick & easy</h4>
<p>Excepteur sint occaecat cupidatat non proident, sunt.</p>
</div>
<div class="col-xs-4 wthree_services_left">
<div class="wthree_services_left1">
<span class="glyphicon glyphicon-eye-open" aria-hidden="true"></span>
</div>
<h4>manage RSVPS</h4>
<p>Excepteur sint occaecat cupidatat non proident, sunt.</p>
</div>
<div class="clearfix"> </div>
</div>
<div class="wthree_services_grid">
<div class="col-xs-4 wthree_services_left">
<div class="wthree_services_left1">
<span class="glyphicon glyphicon-user" aria-hidden="true"></span>
</div>
<h4>guest communications</h4>
<p>Excepteur sint occaecat cupidatat non proident, sunt.</p>
</div>
<div class="col-xs-4 wthree_services_left">
<div class="wthree_services_left1">
<span class="glyphicon glyphicon-gift" aria-hidden="true"></span>
</div>
<h4>personalized designs</h4>
<p>Excepteur sint occaecat cupidatat non proident, sunt.</p>
</div>
<div class="col-xs-4 wthree_services_left">
<div class="wthree_services_left1">
<span class="glyphicon glyphicon-bullhorn" aria-hidden="true"></span>
</div>
<h4>Matchmaking supplies</h4>
<p>Excepteur sint occaecat cupidatat non proident, sunt.</p>
</div>
<div class="clearfix"> </div>
</div>
</div>
<!-- //services -->
<!-- services-bottom -->
<div class="services-bottom">
<h3>Orange Climate consists of OC Autarkis, OC Verhulst and OC Waterloo. View our high-quality solutions below.</h3>
<div class="more m1">
<a href="#small-dialog" class="sim-button button9 play-icon popup-with-zoom-anim"><span>Sign In</span></a>
</div>
</div>
<!-- //services-bottom -->
<!-- footer -->
<?php include 'footer.php';?>