1 <%= tag.div :lang => @locale, :dir => t("html.dir", :locale => @locale) do %>
2 <div class="container-lg attr">
4 <div class='col-sm-7 user-image'></div>
5 <div class='col-sm-5 px-5 py-3 byosm'>
6 <h5 class='text-white text-nowrap'><%= t ".copyright_html", :locale => @locale %></h4>
10 <div class="w-100 px-5 py-4 bg-dark">
11 <h1 class="text-white font-weight-light"><%= t ".used_by_html", :name => tag.span("OpenStreetMap", :class => "user-name"), :locale => @locale %></h1>
16 <div class='bg-white px-5 py-4'>
18 <p><strong><%= t ".lede_text", :locale => @locale %></strong></p>
19 <h2><div class='icon local'></div><%= t ".local_knowledge_title", :locale => @locale %></h2>
20 <p><%= t ".local_knowledge_html", :locale => @locale %></p>
24 <h2><div class='icon community'></div><%= t ".community_driven_title", :locale => @locale %></h2>
25 <p><%= t ".community_driven_html", :locale => @locale, :diary_path => diary_entries_path %></p>
28 <div class='section' id='open-data'>
29 <h2><div class='icon open'></div><%= t ".open_data_title", :locale => @locale %></h2>
30 <p><%= t ".open_data_html", :locale => @locale, :copyright_path => copyright_path %></p>
33 <div class='section' id='legal'>
34 <h2><div class='icon legal'></div><%= t ".legal_title", :locale => @locale %></h2>
35 <p><%= t ".legal_1_html", :locale => @locale %></p>
36 <p><%= t ".legal_2_html", :locale => @locale %></p>
39 <div class='section' id='partners'>
40 <h2><div class='icon partners'></div><%= t ".partners_title", :locale => @locale %></h2>
41 <p><%= t "layouts.hosting_partners_html", :locale => @locale,
42 :ucl => link_to(t("layouts.partners_ucl", :locale => @locale), "https://www.ucl.ac.uk"),
43 :bytemark => link_to(t("layouts.partners_bytemark", :locale => @locale), "https://www.bytemark.co.uk"),
44 :partners => link_to(t("layouts.partners_partners", :locale => @locale), "https://hardware.openstreetmap.org/thanks/") %>