Created
February 13, 2012 14:36
-
-
Save danscotton/1817316 to your computer and use it in GitHub Desktop.
weather module
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
<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">°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">°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">°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">°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">°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