Skip to content

Commit

Permalink
Add footer links
Browse files Browse the repository at this point in the history
  • Loading branch information
crowbot committed Aug 28, 2014
1 parent a3bb5ac commit 729586a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lib/views/general/_responsive_footer.html.erb
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<div class="footer" id="footer">
<div class="footer-inner">
<div id="footer-nav">
<ul>
<li> <h4><%= site_name %></h4>
<ul>
<li><%= link_to _("Contact us"), help_contact_path %></li>
<li><%= link_to _("About"), help_about_path %></li>
<li><%= link_to _("Credits"), help_credits_path %></li>
</ul>
</li>
<li>
Expand All @@ -23,7 +26,16 @@
</li>
<li>
<h4><%= _("A project by") %></h4>
<%= link_to image_tag('chamorro-logo.jpg', :alt => "Violeta B de Chamorro logo"), "http://www.violetachamorro.org.ni/", :class => 'footer-logo' %>
<h5><%= _("With the help of")%><h5>
<ul>
<li><%= link_to image_tag('mysociety-logo.png', :alt => "mySociety logo", :width => '150px'), "https://www.mysociety.org/", :class => 'footer-logo' %></li>
<li><%= link_to image_tag('asdi-logo.jpg', :alt => "Agencia Sueca Internacional de Cooperación al Desarrollo logo"), "http://www.sida.se/English/", :class => 'footer-logo' %></li>
<li><%= link_to image_tag('hivos-logo.png', :alt => "Hivos logo"), "https://www.hivos.org/", :class => 'footer-logo' %></li>
<li><%= link_to image_tag('actores-logo.png', :alt => "Actores de Cambio logo"), "http://actoresdecambio.org/", :class => 'footer-logo' %></li>
</ul>
</li>
</ul>
</div>
</div>
</div>

2 comments on commit 729586a

@garethrees
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be good if these were a more uniform size, perhaps in a 2x2 grid.

Looks like you can do this with foundation (see the "Advanced" section http://foundation.zurb.com/docs/components/block_grid.html)

@garethrees
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah didn't see your comment about design time for these. Must have had a cached page.

Please sign in to comment.