Created
May 4, 2012 22:53
-
-
Save jonjohnjohnson/2598199 to your computer and use it in GitHub Desktop.
Suggestion for new global article markup
This file contains 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 characters
<section id="global"> | |
<div id="back" class="back-corner"></div> | |
<div id="social"> | |
<ul id="toolbar"> | |
<li id="comments" class="disabled"></li> | |
<li id="sharing"></li> | |
<li id="recommendations"></li> | |
<li id="favorites"></li> | |
</ul> | |
<div id="sharePane" class="socialPane"> | |
<header>Share this article</header> | |
<ul> | |
<li data-share="facebook">Facebook</li> | |
<li data-share="twitter">Twitter</li> | |
<li data-share="pinterist">Pinterist</li> | |
<li data-share="email">Email</li> | |
</ul> | |
</div> | |
<div id="recPane" class="socialPane"> | |
<header>Recommended Articles</header> | |
<ul> | |
<li data-link="#" data-pub="PUBNAME"> | |
<img src="#"> | |
<div>ARTICLETITLE</div> | |
<span>TIME AGO from PUBNAME</span> | |
</li> | |
<li></li> | |
<li></li> | |
<li></li> | |
<li></li> | |
</ul> | |
</div> | |
</div> | |
<div id="nextArticleTab"></div> | |
</section> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment