<!doctype html>

<html>
<head>  
  <title>Sparkbox Work</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>How We Build Is Who We Are</h1>
    <p>The way we build reflects what we believe, who we wish to be, and why we get up in the morning.</p>
  </section>
  
  <section> 

<article>
    <h2><a href="work-detail.php">Project Title</a></li> (this or the entire element needs to be obviously clickable or we'll need a separate "Read About the Project" link)</h2>
    <p>Image or Headline</p>
    <p>Project Short Description (2-4 sentences). Could include result statistics. Would be used here and on the feature of the homepage. Could include result statistics. Would be used here and on the feature of the homepage.</p>
</article>

<article>
    <h2><a href="work-detail.php">Awesome Client Web Application</a></h2>
    <p>Image or Headline</p>
    <p>Project Short Description (2-4 sentences). Could include result statistics. Would be used here and on the feature of the homepage. Could include result statistics. Would be used here and on the feature of the homepage.</p>
</article>

<article>
    <h2><a href="work-detail.php">Once A Month Meals Responsive Web Design and Application</a></h2>
    <p>Image or Headline</p>
    <p>Project Short Description (2-4 sentences). Could include result statistics. Would be used here and on the feature of the homepage. Could include result statistics. Would be used here and on the feature of the homepage.</p>
</article>

 <article>
    <h2><a href="work-detail.php">DPL Energy Responsive Web Design</a></h2>
    <p>Image or Headline</p>
    <p>Project Short Description (2-4 sentences). Could include result statistics. Would be used here and on the feature of the homepage. Could include result statistics. Would be used here and on the feature of the homepage.</p>
</article>

<article>
    <h2><a href="work-detail.php">Awesome Client Web Application</a></h2>
    <p>Image or Headline</p>
    <p>Project Short Description (2-4 sentences). Could include result statistics. Would be used here and on the feature of the homepage. Could include result statistics. Would be used here and on the feature of the homepage.</p>
</article>

<article>
    <h2><a href="work-detail.php">Awesome Client Web Application</a></h2>
    <p>Image or Headline</p>
    <p>Project Short Description (2-4 sentences). Could include result statistics. Would be used here and on the feature of the homepage. Could include result statistics. Would be used here and on the feature of the homepage.</p>
</article>
  </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>