<!doctype html>

<html>
<head>
  <title>Sparkbox Team</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>

<!--Hero section highlights the team (our pictures?)-->

<section class="hero">
  <h1>A Principled Team Devoted To a Web Built Right</h1>

  <p>The only real thing we have to offer is us. It's not what we do &mdash; it's how we do it.</p>
    <dl>
    <dt>Prioritize People</dt>
    <dt>Never Stop Learning</dt>
    <dt>Collaborate Constantly</dt>
    <dt>Lead By Example</dt>
    <dt>Do What You Love</dt>
  </dl>

</section>

<!--Detail section would contain overall team fun "statistics." This section could also be used to reveal a team member's details like we do on current site (unless we decided to make a page for this).-->

<section>
  <h2>Meet our team of web freedom fighters.</h2>
  <p>We&rsquo;re smart. We&rsquo;re hard-working. We&rsquo;re easy to talk to. And we love a challenge.</p>
  <!--Display team member names with links to their individual team-member.php page (include pictures?)-->
  <ol >
    <li><a title="Link reveals person's information (hiding team overview)." href="team-member.php">Adam - Title</a></li>
    <li><a title="Link reveals person's information (hiding team overview)." href="team-member.php">Ben - Title</a></li>
    <li><a title="Link reveals person's information (hiding team overview)." href="team-member.php">Dom - Title</a></li>
    <li><a title="Link reveals person's information (hiding team overview)." href="team-member.php">Drew - Title</a></li>
    <li><a title="Link reveals person's information (hiding team overview)." href="team-member.php">Emily - Title</a></li>
    <li><a title="Link reveals person's information (hiding team overview)." href="team-member.php">Ethan - Title</a></li>
    <li><a title="Link reveals person's information (hiding team overview)." href="team-member.php">J&auml;n - Title</a></li>
    <li><a title="Link reveals person's information (hiding team overview)." href="team-member.php">Jeremy - Title</a></li>    
    <li><a title="Link reveals person's information (hiding team overview)." href="team-member.php">Jeremy - Title</a></li>    
    <li><a title="Link reveals person's information (hiding team overview)." href="team-member.php">Jody - Title</a></li>
    <li><a title="Link reveals person's information (hiding team overview)." href="team-member.php">Marshall - Title</a></li>
    <li><a title="Link reveals person's information (hiding team overview)." href="team-member.php">Mike - Title</a></li>
    <li><a title="Link reveals person's information (hiding team overview)." href="team-member.php">Neil - Title</a></li>
    <li><a title="Link reveals person's information (hiding team overview)." href="team-member.php">Patrick - Title</a></li>
    <li><a title="Link reveals person's information (hiding team overview)." href="team-member.php">Philip - Title</a></li>
    <li><a title="Link reveals person's information (hiding team overview)." href="team-member.php">Rob - Title</a></li>
    <li><a title="Link reveals person's information (hiding team overview)." href="team-member.php">Rob - Title</a></li>
    <li><a title="Link reveals person's information (hiding team overview)." href="team-member.php">Ryann - Title</a></li>
    <li><a title="Link reveals person's information (hiding team overview)." href="team-member.php">Ryan - Title</a></li>
    <li><a title="Link reveals person's information (hiding team overview)." href="apprenticeships-and-internships.php">You?</a></li>
  </ol>

<!--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>