-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
23 lines (23 loc) · 1.18 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
<?php
require_once('templates.php');
displayHeader(0);
?>
<div id="banner">
<div id="bannerText">
<h2>Need Snow Removed Now?</h2>
<p>Evanston Snow Removal is simply a few college students looking to help out their neighbors and make a few bucks for school in the process.</p>
<a href="schedule.php"><div id="bannerButton">Schedule Snow Removal Now!</div></a>
</div>
</div>
<div id="pageContent">
<h2>About Us</h2>
<p>
Evanston Snow Removal is simply a few college students looking to help out their neighbors and make a few bucks for school in the process. This service was started by Matt Carmichael who was born and raised on the 1000 Block of Florence Avenue. Matt will take most jobs (unless over-scheduling occurs). We charge significantly less than contracted plowing companies and provide a more personal & neighborly service.
<br><br>
*Exact prices for our services will vary by property based on the size of the area that needs to be taken care of.
*References available upon request.
<br><br>
For more information please contact <a href="contact.php" style="color: rgb(81, 153, 168)">Matt Carmichael here</a> or at (847) 970-1573.
</p>
</div>
<?php displayFooter(); ?>