Created
June 21, 2012 07:17
-
-
Save fat/2964360 to your computer and use it in GitHub Desktop.
Revisions
-
fat revised this gist
Jun 24, 2012 . No changes.There are no files selected for viewing
-
fat revised this gist
Jun 24, 2012 . 1 changed file with 0 additions 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 @@ -5,5 +5,4 @@ <link rel="stylesheet" href="stylesheets/coffin.css"> <!-- JS --> <script src="javascript/coffin.js"></script> -
fat revised this gist
Jun 21, 2012 . 2 changed files with 9 additions and 39 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 @@ -0,0 +1,9 @@ <!-- CSS --> <link rel="stylesheet" href="stylesheets/base.css"> <link rel="stylesheet" href="stylesheets/skeleton.css"> <link rel="stylesheet" href="stylesheets/layout.css"> <link rel="stylesheet" href="stylesheets/coffin.css"> <!-- JS --> <script src="http://zeptojs.com/zepto.js"></script> <script src="javascript/coffin.js"></script> 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,39 +0,0 @@ -
fat revised this gist
Jun 21, 2012 . 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 @@ -35,4 +35,5 @@ <!-- JS --> <script src="http://zeptojs.com/zepto.js"></script> <script src="javascript/coffin.js"></script> </body> -
fat created this gist
Jun 21, 2012 .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,38 @@ <head> <link rel="stylesheet" href="stylesheets/base.css"> <link rel="stylesheet" href="stylesheets/skeleton.css"> <link rel="stylesheet" href="stylesheets/layout.css"> <link rel="stylesheet" href="stylesheets/coffin.css"> </head> <body> <!-- Specify an element to toggle your coffin --> <a href="#" data-slide="coffin" class="slide-tab"> <div class="slide-icon-bar"></div> <div class="slide-icon-bar"></div> <div class="slide-icon-bar"></div> </a> <!-- Define your coffin --> <div class="coffin"> <div class="bar">Coffin</div> <ul class="nav"> <li><a href="#about">About</a></li> <li><a href="#contact">Contact</a></li> </ul> </div> <!-- Define a stage --> <div class="stage"> <div class="container"> <div class="twelve columns content"> <!-- content --> </div> </div> </div> <!-- JS --> <script src="http://zeptojs.com/zepto.js"></script> <script src="javascript/coffin.js"></script> </body>