Skip to content

Instantly share code, notes, and snippets.

@victortolbert
Created December 28, 2008 23:47
Show Gist options
  • Save victortolbert/41090 to your computer and use it in GitHub Desktop.
Save victortolbert/41090 to your computer and use it in GitHub Desktop.
<div class="block">
<h2>Upcoming Events</h2>
<h3>Month Name</h3>
<ul class="events">
<li>
<img alt="" src="/images/icon_cal.png">
<a href="event.url">event.title</a>
<br>
event.date
<br>
event.location
</li>
<li>
<img alt="" src="/images/icon_cal.png">
<a href="event.url">event.title</a>
<br>
event.date
<br>
event.location
</li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment