-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
22 lines (16 loc) · 916 Bytes
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?php
require_once 'header.php';
?>
<div class="content">
<h2><br>Welcome to the CJC Project Estimator</h2>
<p><div class="image"><image src="images/worker.jpg" width="311" height="269" alt="Project Worker"/></div><p>
<p>The CJC Project Estimator allows people to enter the materials and labor estimated for a project and product a project estimate.</p>
<p>The estimator tool was developed by Christopher Allen, Jeremy Eichelberger, and Christopher Zeigler for CIS 665 at Colorado State University.</p>
<p>Signing up is easy, just create an account and start building project estimates</p>
<p><strong>In about 5 minutes you can build a project estimate including materials and labor.</strong></p>
<br>
<div><form action="signup.php"><input class="input" name ="signup" type="submit" value="Sign-up Now!"></form></div>
<br></div>
<?php
require_once 'footer.php';
?>