Skip to content

Instantly share code, notes, and snippets.

@oliverbenns
Forked from benschwarz/index.html
Last active August 29, 2015 14:15
Show Gist options
  • Save oliverbenns/f67664dbd93ac4e23fd1 to your computer and use it in GitHub Desktop.
Save oliverbenns/f67664dbd93ac4e23fd1 to your computer and use it in GitHub Desktop.

Revisions

  1. oliverbenns revised this gist Feb 19, 2015. 1 changed file with 5 additions and 5 deletions.
    10 changes: 5 additions & 5 deletions index.html
    Original file line number Diff line number Diff line change
    @@ -1,22 +1,22 @@
    <!doctype html>
    <html>
    <body>
    <header role="banner">
    <header class="header" role="banner">
    <a href="/" rel="home">My company</a>
    <nav role="navigation">
    <nav class="nav" role="navigation">
    <a href="/about">About</a>
    <a href="/contact">Contact</a>
    </nav>
    </header>
    <section role="main">
    <section class="main" role="main">
    <h1>The meat and potatos</h1>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
    <a href="http://www.w3.org/TR/wai-aria/roles" target="_blank">Full list of ARIA roles here!</a>
    </section>
    <aside role="complementary">
    <aside class="sidebar" role="complementary">
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
    </aside>
    <footer role="contentinfo">
    <footer class="footer" role="contentinfo">
    <p>© Copyright Ben Schwarz 2011</p>
    </footer>
    </body>
  2. oliverbenns revised this gist Feb 11, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions index.html
    Original file line number Diff line number Diff line change
    @@ -11,6 +11,7 @@
    <section role="main">
    <h1>The meat and potatos</h1>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
    <a href="http://www.w3.org/TR/wai-aria/roles" target="_blank">Full list of ARIA roles here!</a>
    </section>
    <aside role="complementary">
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
  3. oliverbenns revised this gist Feb 11, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion index.html
    Original file line number Diff line number Diff line change
    @@ -12,7 +12,7 @@
    <h1>The meat and potatos</h1>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
    </section>
    <aside role="note">
    <aside role="complementary">
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
    </aside>
    <footer role="contentinfo">
  4. oliverbenns revised this gist Feb 11, 2015. No changes.
  5. oliverbenns revised this gist Feb 11, 2015. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions index.html
    Original file line number Diff line number Diff line change
    @@ -12,6 +12,9 @@
    <h1>The meat and potatos</h1>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
    </section>
    <aside role="note">
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
    </aside>
    <footer role="contentinfo">
    <p>© Copyright Ben Schwarz 2011</p>
    </footer>
  6. @benschwarz benschwarz renamed this gist Dec 26, 2012. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  7. @benschwarz benschwarz revised this gist Jul 26, 2011. 1 changed file with 1 addition and 4 deletions.
    5 changes: 1 addition & 4 deletions gistfile1.html
    Original file line number Diff line number Diff line change
    @@ -9,10 +9,7 @@
    </nav>
    </header>
    <section role="main">
    <header>
    <h1>The meat and potatos</h1>
    </header>

    <h1>The meat and potatos</h1>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
    </section>
    <footer role="contentinfo">
  8. @benschwarz benschwarz created this gist Jul 26, 2011.
    22 changes: 22 additions & 0 deletions gistfile1.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,22 @@
    <!doctype html>
    <html>
    <body>
    <header role="banner">
    <a href="/" rel="home">My company</a>
    <nav role="navigation">
    <a href="/about">About</a>
    <a href="/contact">Contact</a>
    </nav>
    </header>
    <section role="main">
    <header>
    <h1>The meat and potatos</h1>
    </header>

    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
    </section>
    <footer role="contentinfo">
    <p>© Copyright Ben Schwarz 2011</p>
    </footer>
    </body>
    </html>