<!DOCTYPE html>
<html lang="en">
    <head>
        <title>Github Hub</title>
    </head>
    <body>
      <header>
          <h1><img src="img/logo.gif" alt="Relevant textual alternative to the image"/></h1>
          <p>This is a site to search Github for interesting projects.</p>
          <nav>
              <a href="/index.html">Home</a>
              <a href="/contact.html">Contact</a>
              <a href="/about.html">About</a>
          </nav>
          </header>
          <section>
          <h2>Information</h2>
          <p>In this <em>sample site</em>, we'll show a list of <a href="http://github.com">Github</a> projects <span>and the data</span> about <strong>those projects</strong>.</p>
          </section>
          <footer>
              &copy; 2018 Virgil White SNHU
          </footer>
     </body>
</html>