1 <%= tag.div :lang => @locale, :dir => t("html.dir", :locale => @locale) do %>
4 <%= t ".copyright_html", :locale => @locale %>
7 <div class='user-image'></div>
9 <h1><%= raw t ".used_by", :name => "<span class='user-name'>OpenStreetMap</span>", :locale => @locale %></h1>
14 <p><strong><%= t ".lede_text", :locale => @locale %></strong></p>
15 <h2><div class='icon local'></div><%= t ".local_knowledge_title", :locale => @locale %></h2>
16 <p><%= t ".local_knowledge_html", :locale => @locale %></p>
20 <h2><div class='icon community'></div><%= t ".community_driven_title", :locale => @locale %></h2>
21 <p><%= t ".community_driven_html", :locale => @locale, :diary_path => diary_entries_path %></p>
24 <div class='section' id='open-data'>
25 <h2><div class='icon open'></div><%= t ".open_data_title", :locale => @locale %></h2>
26 <p><%= t ".open_data_html", :locale => @locale, :copyright_path => copyright_path %></p>
29 <div class='section' id='legal'>
30 <h2><div class='icon legal'></div><%= t ".legal_title", :locale => @locale %></h2>
31 <p><%= t ".legal_1_html", :locale => @locale %></p>
32 <p><%= t ".legal_2_html", :locale => @locale %></p>
35 <div class='section' id='partners'>
36 <h2><div class='icon partners'></div><%= t ".partners_title", :locale => @locale %></h2>
37 <p><%= t "layouts.hosting_partners_html", :locale => @locale,
38 :ucl => link_to(t("layouts.partners_ucl", :locale => @locale), "https://www.ucl.ac.uk"),
39 :bytemark => link_to(t("layouts.partners_bytemark", :locale => @locale), "https://www.bytemark.co.uk"),
40 :partners => link_to(t("layouts.partners_partners", :locale => @locale), "https://hardware.openstreetmap.org/thanks/") %>