Skip to content

Instantly share code, notes, and snippets.

@samuelcotterall
Created July 1, 2011 14:46
Show Gist options
  • Save samuelcotterall/1058693 to your computer and use it in GitHub Desktop.
Save samuelcotterall/1058693 to your computer and use it in GitHub Desktop.
Topic view.
<!--
If the week view relies only on the user entering an H2...
-->
<td class="content">
<h3 class="weekdates">25 September - 1 October</h3>
<div class="summary">
<h2>Intro to Web Site Design</h2>
...
</div>
</td>
<!--
...so should the topic view...
-->
<td class="content">
<div class="summary">
<h2>Intro to Web Site Design </h2>
...
</div>
</td>
<!--
...but a best-case scenario is (the date is optional)...
-->
<td class="content">
<div class="summary">
<p class="weekdates">25 September - 1 October</p>
<h2>Intro to Web Site Design </h2>
...
</div>
</td>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment