Added SOTM 2011 banner to the side bar

This commit is contained in:
Matt Amos 2011-04-01 10:03:00 +01:00 committed by Tom Hughes
parent aa121fa046
commit 82db7eccc8
4 changed files with 10 additions and 1 deletions

View file

@ -142,6 +142,10 @@
<%= yield :optionals %>
<div id="sotm">
<%= link_to image_tag("sotm.png", :alt => t('layouts.sotm2011'), :title => t('layouts.sotm2011'), :border => "0"), "http://stateofthemap.org/register-now/" %>
</div>
<center>
<div class="donate">
<a href="http://donate.openstreetmap.org/" title="<%= h(t('layouts.make_a_donation.title')) %>"><%= h(t('layouts.make_a_donation.text')) %></a>

View file

@ -950,6 +950,7 @@ en:
community_blogs_title: "Blogs from members of the OpenStreetMap community"
foundation: Foundation
foundation_title: The OpenStreetMap Foundation
sotm2011: 'Come to the 2011 OpenStreetMap Conference, The State of the Map, September 9-11th in Denver!'
license:
alt: CC by-sa 2.0
title: OpenStreetMap data is licensed under the Creative Commons Attribution-Share Alike 2.0 Generic License

BIN
public/images/sotm.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

View file

@ -167,8 +167,12 @@ hr {
/* Rules for SOTM advert */
#sotm {
width: 170px;
width: 180px;
min-width: 180px;
margin: 5px;
padding: 0px;
border: 0px;
background: #fff;
}
/*