-<% content_for :head do %>
- <%= javascript_include_tag "about" %>
-<% end %>
-
<div class='attr'>
<div class='byosm'>
<%= t "about_page.copyright_html" %>
<h2><div class='icon open'></div><%= t "about_page.open_data_title" %></h2>
<p><%= t "about_page.open_data_html", :copyright_path => copyright_path %></p>
</div>
-</div>
-<% 5.times do |i| %>
- <div class='caption photo-<%= i %>'>
- <%= t "about_page.photo_caption_#{i}_html" %>
+ <div class='section' id='partners'>
+ <h2><div class='icon partners'></div><%= t "about_page.partners_title" %></h2>
+ <p><%= t 'layouts.partners_html',
+ :ucl => link_to(t('layouts.partners_ucl'), "http://www.bartlett.ucl.ac.uk"),
+ :ic => link_to(t('layouts.partners_ic'), "http://www.imperial.ac.uk/"),
+ :bytemark => link_to(t('layouts.partners_bytemark'), "http://www.bytemark.co.uk"),
+ :partners => link_to(t('layouts.partners_partners'), t('layouts.partners_url')) %>
+ </p>
</div>
-<% end %>
-
-<a class='next' id='next-photo' href='#'><%= t "about_page.next" %></a>
+</div>