Skip to content

Instantly share code, notes, and snippets.

@aarongustafson
Created September 18, 2010 22:50
Show Gist options
  • Save aarongustafson/586135 to your computer and use it in GitHub Desktop.
Save aarongustafson/586135 to your computer and use it in GitHub Desktop.
<header>
<h1><img src="i/logo.png"/></h1>
<nav>
<ol>
<li><a href="#details">Details</a></li>
<li><a href="#lodging">Lodging</a></li>
<li><a href="#location">Location</a></li>
<li><a href="#topics">Topics</a></li>
<li><a href="#contact">Contact Us</a></li>
</ol>
</nav>
</header>
<h1><img src="i/logo.png" alt="Retreats 4 Geeks"/></h1>
<li><a href="#location" title="Get the 411 on Gatlinburg, Tennessee">Location</a></li>
<a href="http://maps.google.com/…" title="View Gatlinburg, Tennessee on Google Maps">
<img src="http://maps.google.com/…" alt="A map showing the location of Gatlinburg, Tennessee"/>
</a>
<a href="http://maps.google.com/..." title="View Gatlinburg, TN on Google Maps">
<img class="illustration map" src="http://maps.google.com/..." alt="A map showing the location of Gatlinburg, Tennessee"/>
</a>
<body>
<header>
<h1><img src="/2010/retreat-js/i/logo.png" alt="Retreats 4 Geeks"/></h1>
<nav>
<ol>
<li><a href="#details" title="Find out what this retreat is all about">Details</a></li>
<li><a href="#lodging" title="Learn more about the place we&#8217;re staying">Lodging</a></li>
...
</ol>
</nav>
</header>
<section id="content">
<article id="details">...</article>
<article id="lodging">...</article>
...
</section>
</body>
<footer>
<p id="copyright">&copy;2010 Retreats 4 Geeks. All Rights Reserved.</p>
<p>Retreats 4 Geeks is an <a rel="me" href="http://easy-designs.net/">Easy! Designs</a> venture.</p>
</footer>
<article id="topics">
<header>
<h1>Learn What <em>You</em> Want</h1>
</header>
<figure>
<img src="i/aaron.jpg" alt=""/>
</figure>
<section class="main">
<p class="intro">Our retreats are special for many reasons, but chief amongst them is that <em>you&#8217;re in control</em>: you pick the topics and we cover them in-depth.</p>
<p>On this retreat, <a href="http://aaron-gustafson.com">Aaron Gustafson</a> will be your guide through the often confusing world of JavaScript. He&#8217;s ready to tackle anything—language fundamentals, progressive enhancement and accessibility, working with jQuery, optimizing your code&#8230; whatever you want or need to know about JavaScript. Whether you are an absolute beginner or a seasoned programmer, you will come away with the knowledge you need to get the most out of the language.</p>
<h2>A bit about your guide</h2>
<p>Aaron has been working on the web for nearly 15 years and, in that time, has cultivated a love of web standards and an in-depth knowledge of website strategy and architecture, interface design, and numerous languages (including XHTML, CSS, JavaScript, and PHP). When not neck deep in code, Aaron is usually found evangelizing his findings and sharing his knowledge and passion with others in the field.</p>
<p>Aaron has trained professionals at <cite>The New York Times</cite>, Gartner, and the US Environmental Protection Agency (among others), and has presented at the world's foremost web conferences, such as An Event Apart and Web Directions. He is Group Manager of the <a href="http://webstandards.org">Web Standards Project (WaSP)</a> and serves as an Invited Expert to the World Wide Web Consortium’s <a href="http://www.w3.org/2005/Incubator/owea/">Open Web Education Alliance (OWEA)</a>. He also serves as Technical Editor for <a href="http://alistapart.com"><cite>A List Apart</cite></a>, is a contributing writer for <a href="http://netmag.co.uk"><cite>.net Magazine</cite></a>, and has filled a small library with his technical writing and editing credits.</p>
</section>
</article>
<article id="topics" class="vcard">
<p>On this retreat, <a class="fn url" href="http://aaron-gustafson.com">Aaron Gustafson</a> will be your guide…</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment