-
-
Save oliverbenns/f67664dbd93ac4e23fd1 to your computer and use it in GitHub Desktop.
Revisions
-
oliverbenns revised this gist
Feb 19, 2015 . 1 changed file with 5 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,22 +1,22 @@ <!doctype html> <html> <body> <header class="header" role="banner"> <a href="/" rel="home">My company</a> <nav class="nav" role="navigation"> <a href="/about">About</a> <a href="/contact">Contact</a> </nav> </header> <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 class="sidebar" role="complementary"> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p> </aside> <footer class="footer" role="contentinfo"> <p>© Copyright Ben Schwarz 2011</p> </footer> </body> -
oliverbenns revised this gist
Feb 11, 2015 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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> -
oliverbenns revised this gist
Feb 11, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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="complementary"> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p> </aside> <footer role="contentinfo"> -
oliverbenns revised this gist
Feb 11, 2015 . No changes.There are no files selected for viewing
-
oliverbenns revised this gist
Feb 11, 2015 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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> -
benschwarz renamed this gist
Dec 26, 2012 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
benschwarz revised this gist
Jul 26, 2011 . 1 changed file with 1 addition and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,10 +9,7 @@ </nav> </header> <section role="main"> <h1>The meat and potatos</h1> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p> </section> <footer role="contentinfo"> -
benschwarz created this gist
Jul 26, 2011 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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>