1 <% content_for :head do %>
2 <%= javascript_include_tag "about" %>
7 <%= t "about_page.copyright_html" %>
10 <div class='user-image'></div>
12 <h1><%= raw t "about_page.used_by", :name => "<span class='user-name'>OpenStreetMap</span>" %></h1>
17 <p><strong><%= t "about_page.lede_text" %></strong></p>
18 <h2><div class='icon local'></div><%= t "about_page.local_knowledge_title" %></h2>
19 <p><%= t "about_page.local_knowledge_html" %></p>
23 <h2><div class='icon community'></div><%= t "about_page.community_driven_title" %></h2>
24 <p><%= t "about_page.community_driven_html", :diary_path => diary_path %></p>
27 <div class='section' id='open-data'>
28 <h2><div class='icon open'></div><%= t "about_page.open_data_title" %></h2>
29 <p><%= t "about_page.open_data_html", :copyright_path => copyright_path %></p>
34 <div class='caption photo-<%= i %>'>
35 <%= t "about_page.photo_caption_#{i}_html" %>
39 <!-- <a class='next' id='next-photo' href='#'><%= t "about_page.next" %></a> -->