-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.php
40 lines (29 loc) · 2.3 KB
/
about.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
<?php include('header.php') ?>
<div class="container-fluid"><!-- section1-->
<div class="container">
<div class="row about1">
<div class="col-md-8">
<p>Owners Mark Thompson and Paul Cernich have been partners in their residential window washing and gutter cleaning business since 1983. They first met when both worked at a Denny's restaurant as teenagers, and have became lifelong friends.</p>
<p>Mark has lived on the same street in Webster Groves his entire life. He is married to Terri, and together they have three children: Brody, Trevor and Nina.</p>
<p>Paul lives in Fenton with his wife Susan, and they are the parents of Josh, Ryan, Nicole and Rachel Cernich Dill (husband Mike). Grandparents to twins Ronan and Logan Dill.</p>
<p>Both Mark and Paul are proud of the relationships they've built with their regular customers. "We appreciate our clients who refer other clients… that is the best compliment ever."</p>
<p>"Over the years, we've had the opportunity to see families grow," said Paul. "Now we clean windows and gutters for our clients' sons and daughters.</p>
<p>"With only the two of us on the job site, customers don't have to worry about having several different people in and out of their home," he added. "Most of our clients don't even have to be home for us to do our job."</p>
<p>M&P Window Washing has been an Angie's List Super Service Award Winner for the past 8 years. This recognition is based on achieving and maintaining a Superior service rating on Angie's List since 2007. The company is fully insured, and offers reasonable rates and free estimates.</p>
<p>"We do business with many different types of people, from professionals in the NHL, to self-employed individuals like ourselves," said Mark. "They all have the same thing in common – their time and everything in their home is valuable to them."</p>
</div>
<div class="col-md-4">
<img src="./assets/family.jpg" class="img-fluid center-block">
</div>
</div>
</div>
</div>
<!--New section DNU
<div class="container-fluid">
<div class="container">
<div class="row">
</div>
</div>
</div>
-->
<?php include('footer.php') ?>