Skip to content

Instantly share code, notes, and snippets.

@abitgone
Created December 13, 2010 13:00
Show Gist options
  • Save abitgone/738965 to your computer and use it in GitHub Desktop.
Save abitgone/738965 to your computer and use it in GitHub Desktop.
XHTML Footer News Post Pattern
<li class="event vevent">
<a href="/Events/2011/01/happy-new-year" class="url" title="Happy New Year!">
<abbr class="date" title="Saturday, January 01, 2011">
<span class="Month">Jan</span>
<span class="Day">01</span>
<span class="Year Access">2010: </span>
</abbr>
<span class="details clearfix">
<span class="title summary">Happy New Year</span><span class="Access">,</span>
<span class="subtitle"><abbr class="dtstart" title="2011-01-01">1st</abbr> - <abbr class="dtend" title="2011-01-10">10th January, 2011</abbr></span>
<span class="description">We&rsquo;d like to wish all of our customers a very happy and prosperous new year, and the very best for 2011.</span>
</span>
</a>
</li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment