<!DOCTYPE html>
<html>
    <head>
        <title>Github Hub</title>
    </head>
    <body>
        <header>
            <div><img src="img/logo.gif" /></div>
            <div>This is a site to search Github for interesting projects</div>
            <nav>
                <ul>
                    <li><a href="/index.html">Home</a></li>
                    <li><a href="/contact.html">Contact</a></li>
                    <li><a href="/about.html">About</a></li>
                </ul>
            </nav>
        </header>
        <section>
            <p>In this<i>sample site</i> we'll show a list of <a href= "http://github.com">Github</a> projects <span>and the data</span> about <b> those projects</i>.</p>
        </section>
        <footer>
            &copy;2014 Maggie Young LLC
        </footer>
    </body>
</html>