]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/site/index.html.erb
Add 'Learn More' and 'Sign Up' buttons
[rails.git] / app / views / site / index.html.erb
index 5c470ca89fd79a9584bc90cd1d88f5843fd8ea53..be0acc3967be4af7e0fe858bbb468fba9f68f5f2 100644 (file)
@@ -1,43 +1,26 @@
-<% content_for :head do %>
-  <%= javascript_include_tag "index" %>
-<% end %>
+<h2>
+  <%= t 'layouts.intro_header' %>
+  <span class="icon close"></span>
+</h2>
 
-<% unless STATUS == :api_offline or STATUS == :database_offline -%>
-  <% content_for :editmenu do -%>
-    <li><%= link_to t("browse.start_rjs.data_layer_name"), { :controller => :browse, :action => :start }, :id => "show_data" %></li>
-  <% end -%>
-<% end -%>
+<p class="inner12 large-text"><%= t 'layouts.intro_text' %></p>
 
-<%= render :partial => 'home_link' %>
-<%= render :partial => 'sidebar' %>
-<%= render :partial => 'key' %>
-<%= render :partial => 'search' %>
-
-<noscript>
-  <div id="noscript">
-    <p><%= t 'site.index.js_1' %></p>
-    <p><%= t 'site.index.js_2' %></p>
-  </div>
-</noscript>
-
-<div id="map">
-  <div id="permalink">
-    <a href="/" id="permalinkanchor" class="geolink llz layers object"><%= t 'site.index.permalink' %></a>
-    <a href="/" id="shortlinkanchor"><%= t 'site.index.shortlink' %></a>
-  </div>
+<div style="text-align: center;">
+  <a class="button" href="">Learn More</a>
+  <a class="button" href="">Sign Up</a>
 </div>
 
-<iframe id="linkloader" style="display: none">
-</iframe>
+<div class='footer'>
+  <a title="<%= t('layouts.make_a_donation.title') %>" href="http://donate.openstreetmap.org/" class="donate">
+    <span class='icon donate'></span>
+    <span><%= t('layouts.make_a_donation.text') %></span>
+  </a>
 
-<div id="attribution">
-  <table width="100%">
-    <tr>
-      <td class="attribution_license"><%= t'site.index.license.license_url' %></td>
-      <td class="attribution_project"><%= t'site.index.license.project_url' %></td>
-    </tr>
-    <tr>
-      <td colspan="2" class="attribution_notice"><%= t'site.index.license.copyright' %></td>
-    </tr>
-  </table>
+  <p class='credits inner12'>
+    <%= t 'layouts.partners_html',
+          :ucl => link_to(t('layouts.partners_ucl'), "http://www.vr.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>