-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
25 lines (22 loc) · 1.14 KB
/
index.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
<?php
require_once 'inc/header.php';
?>
<div id="home-hero" class="hero">
<div class="hero-inner">
<div class="hero-copy">
<h1>Serving the Community Since 1997</h1>
<p>High Quality Commercial & Residential Systems</p>
</div>
</div>
</div>
<section id="sub-section">
<div class="wrap">
<h2>A little background to our company</h2>
<p>Rainmaker Irrigation, Inc. specializes in installing computerized underground sprinkler systems for new construction homes, established lawns and commercial buildings. We use only highest quality sprinkler heads distributed by Hunter. Every product installed in your irrigation system is under warranty for a minimum of three years.</p>
<h2>Service and maintenance</h2>
<p>Rainmaker Irrigation has full time service technicians who will assist you after your sprinkler system is installed. Our service department will be in charge of maintaining your sprinkler system in both the spring and fall with spring turn-ons and the winterization of your system. Check out our full list of <a href="/services.php">services</a>.</p>
</div>
</section>
<?php
require_once 'inc/footer.php';
?>