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 %></h5>
10 <div class="w-100 px-5 py-4 bg-dark">
11 <h1 class="text-white fw-light"><%= t ".used_by_html", :name => tag.span("OpenStreetMap", :class => "user-name"), :locale => @locale %></h1>
16 <div class='bg-white px-5 py-4'>
17 <p class="lead"><%= t ".lede_text", :locale => @locale %></p>
19 <%= render :layout => "about_section", :locals => { :icon => "local", :title => "local_knowledge" } do %>
20 <p><%= t "site.about.local_knowledge_html", :locale => @locale %></p>
23 <%= render :layout => "about_section", :locals => { :icon => "community", :title => "community_driven" } do %>
24 <p><%= t "site.about.community_driven_html", :locale => @locale, :diary_path => diary_entries_path %></p>
27 <%= render :layout => "about_section", :locals => { :id => "open-data", :icon => "open", :title => "open_data" } do %>
28 <p><%= t "site.about.open_data_html", :locale => @locale, :copyright_path => copyright_path %></p>
31 <%= render :layout => "about_section", :locals => { :id => "legal", :icon => "legal", :title => "legal" } do %>
32 <p><%= t "site.about.legal_1_html", :locale => @locale %></p>
33 <p><%= t "site.about.legal_2_html", :locale => @locale %></p>
36 <%= render :layout => "about_section", :locals => { :id => "partners", :icon => "partners", :title => "partners" } do %>
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 :fastly => link_to(t("layouts.partners_fastly", :locale => @locale), "https://www.fastly.com/"),
40 :bytemark => link_to(t("layouts.partners_bytemark", :locale => @locale), "https://www.bytemark.co.uk"),
41 :partners => link_to(t("layouts.partners_partners", :locale => @locale), "https://hardware.openstreetmap.org/thanks/") %>