<!doctype html>

<!--This will not be its own page. It will pull down from the top of any page it is clicked from-->
<html>
<head>  
  <title>Contact Sparkbox</title>
  <meta name="description" content="From deep in the American heartland, our team of craftsmen answers the call for a better web. Driven by a deep belief in the freedom of a web liberated from device constraints, Sparkbox labors with conviction toward a higher standard as we write, educate, and build.">
  <link rel="stylesheet" href="content-style.css" media="screen">
</head>

<body>
  <header>
    <!--Main navigation would be included here.-->
    <?php include("navigation.php") ?>
  </header>

  <section>
    <h1>Let's Chat</h1>
    <h2>Phone: 937-401-0195</h2>
    <h2><a href="mailto:info@heysparkbox.com?subject=Hey%20Sparkbox,%20set%20my%20site%20free&amp;body=(Answering%20these%20questions%20will%20help%20us%20give%20you%20valuable%20feedback).%0A%0A%0AHere's%20a%20little%20about%20me%20(company,%20name,%20phone%20number,%20etc.):%0A%0A%0A%0AHere's%20a%20little%20about%20my%20project%20(size%20of%20the%20project,%20technologies%20involved,%20etc.):%0A%0A%0A%0AHere's%20a%20little%20about%20my%20timeline%20(start%20date,%20end%20date):%0A%0A%0A%0AHere's%20a%20little%20about%20my%20budget%20(greater%20than%20$100,000,%20between%20$50,000%20and%20$100,000,%20between%20$25,000%20and%20$50,000,%20less%20than%20$25,000):%0A%0A%0A%0A%0ALet's%20build%20together,%0A%0A%0A%0A">Email Sparkbox</a></h2>
  </section>


    <!--Footer featured some of our past clients' logos, but we only show logos for clients for whom we have work in our work section.  -->

    <?php include("footer.php") ?>

  </body>
  </html>