-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.php
33 lines (22 loc) · 1016 Bytes
/
contact.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
<?php include ("head.php"); ?>
<?php include ("masthead.php"); ?>
<div id="content">
<h1 class="center tagline" >Giving direction to your construction project.</h1>
<img id="featured" src="images/homepage-featured-photo.jpg" alt="" />
<p><span class="bold">J.M. Kent Building Inc.</span> is a team of skilled professionals specializing in all phases of residential and commercial <form id="contact-form" method="post" action="mailer.php" >
<label>Name*</label><br/>
<p/>
<input class="required" type="text" size="30" name="name"/>
<p/>
<label>Email*</label><br/>
<input class="required email" type="text" size="30" name="email"/>
<p/>
<label>Phone</label><br/>
<input type="text" size="30" name="phone"/>
<p/>
<label>Message*</label><br/>
<textarea class="required" name="message" rows="4" cols="30" ></textarea>
<p/>
<input class="button" id="send" name="submit" type="submit" value="Send"/>
</form>
<?php include ("footer.php"); ?>