<!doctype html>

<html>
<head>  
  <title>Sparkbox Team | Ethan Muller</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>
  <h1>Devoted To a Web Built Right</h1>
  <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>
  <?php include("team-nav.php") ?>    
</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>
  <header>
    <a href="team.php">Back to Team</a>
    
    <h1>Apprenticeships</h1>
  
</section>

<section>
  <header>
    <a href="team.php">Back to Team</a>
    
    <h1>Internships</h1>
  
</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>