Skip to content

Instantly share code, notes, and snippets.

@danscotton
Created February 13, 2012 14:36
Show Gist options
  • Save danscotton/1817316 to your computer and use it in GitHub Desktop.
Save danscotton/1817316 to your computer and use it in GitHub Desktop.
weather module
<div class="module-weather">
<div class="timeslot timeslot-main">
<a href="/weather">
<span class="forecast">Sunny</span>
<h3>Shrewsbury</h3>
<span class="temperature">11<abbr title="Degrees celsius">&deg;C</abbr></span>
<strong class="time">Now</strong>
</a>
</div>
<div class="timeslot timeslot-sub">
<strong class="time">12:00</strong>
<span class="forecast">Sunny</span>
<span class="temperature temp-1-3">1<abbr title="Degrees celsius">&deg;C</abbr></span>
</div>
<div class="timeslot timeslot-sub">
<strong class="time">15:00</strong>
<span class="forecast">White Cloud</span>
<span class="temperature temp-1-3">2<abbr title="Degrees celsius">&deg;C</abbr></span>
</div>
<div class="timeslot timeslot-sub">
<strong class="time">18:00</strong>
<span class="forecast">Rainy</span>
<span class="temperature temp-1-3">1<abbr title="Degrees celsius">&deg;C</abbr></span>
</div>
<div class="timeslot timeslot-sub">
<strong class="time">21:00</strong>
<span class="forecast">Mist</span>
<span class="temperature temp--1--3">-1<abbr title="Degrees celsius">&deg;C</abbr></span>
</div>
</div><!-- /.module-weather -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment