-
Notifications
You must be signed in to change notification settings - Fork 0
/
partners.php
42 lines (42 loc) · 2.61 KB
/
partners.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
<?php include 'header.php';?>
<div class="container main-content">
<div class="row">
<div class="col-sm-6">
<img src="img/aquaguys-partners-main.jpg" class="img-responsive" alt="partners"/>
<h3>PARTNERSHIPS WITH PROFESSIONALS</h3>
<p>We have years of experience with professional partners. Great minds don’t just think alike they synergistically make great landscaping and pools. We are proud of this long term relationship we have created with such well-known leaders is our field.</p>
<p>These are some of the comments they have made about our company.</p>
<dl class="partners-quotes">
<dt>Simeon Bruner, Architect</dt>
<dd>“Aqua Guys understands how to keep my Landscape Design healthy and looking it’s best!”</dd>
<br/>
<dt>Robert Lynch, Property Manager</dt>
<dd>“As a property manager of more than 150 homes on the ocean, I require competent service and 24/7. Aqua guys have proven themselves to be right there with me whenever I need them, time and time again.”</dd>
</dl>
<div class="row">
<div class="col-xs-6">
<img src="img/aquaguys-partners-01.jpg" class="img-responsive small-img" alt="aqua guys"/>
</div>
<div class="col-xs-6">
<img src="img/aquaguys-partners-02.jpg" class="img-responsive small-img" alt="aqua guys"/>
</div>
<div class="col-xs-6">
<img src="img/aquaguys-partners-04.jpg" class="img-responsive small-img" alt="aqua guys"/>
</div>
<div class="col-xs-6">
<img src="img/aquaguys-partners-03.jpg" class="img-responsive small-img" alt="aqua guys"/>
</div>
</div>
</div>
<div class="col-sm-6">
<h3>OUR MOST IMPORTANT PARTNERSHIP IS WITH YOU... OUR CUSTOMERS.</h3>
<p>After Fifty years in the business of working with clients we know our clients are our most important business, and every client is unique. It’s only when we fully communicate with you can we provide the exact customized lawn or pool services you precisely want.</p>
<h3>WE NEED LEADERS IN THE BUSINESS TO PROVIDE THE MOST OPTIMUM PRODUCTS AND SERVICE.</h3>
<p>Over the years we know the companies we keep, give us the best backup of Professional Expertise. Industry resource partnerships give us the most effective quality products and services to give you the best service.</p>
<div class="img-overlap">
<img src="img/aquaguys-partners-van.jpg" class="img-responsive" alt="aqua guys"/>
</div>
</div>
</div>
</div>
<?php include 'footer.php' ;?>