-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.php
33 lines (25 loc) · 1.61 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
<?php
require_once 'header.php';
?>
<div class="content">
<h3><br>About the CJC Project Estimator</h3>
<p>This CJC project is a variable costs project estimation tool.</p>
<p>There are many small businesses and craftsmen who need to estimate materials and labor for custom projects. These projects most often have different materials, costs, hours, and labor rates. For example, a carpenter, tailor, or landscaper may all need to bid projects based on an estimate of labor and materials. The project addresses this need by providing a project estimation tool that allows for variable material, labor, and costs. In addition, the project would keep track of multiple projects and look at an aggregated data report to see resources, and labor project estimation tool for this target audience.</p>
<p>The project’s purpose is to build an effective online tool for the target audience of a craftsman/craftswoman or small business.
</p>
<p> The estimator tool was developed by Christopher Allen, Jeremy Eichelberger, and Christopher Zeigler for CIS 665 at Colorado State University.</p>
<p>In about 5 minutes you can build a project estimate including materials and labor.</p>
<h4>How to estimate a project</h4>
<p><ul>
<li>Sign up for an account
<li>Create a new project
<li>Add materials
<li>Add labor
<li>Calculate estimate
</ul>
<p>Best of all it's <strong>free</strong> and easy!</p>
<div><form action="signup.php"><input class="input" name ="signup" type="submit" value="Sign-up Now!"></form></div>
</div>
<?php
require_once 'footer.php';
?>