]> 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 aa1197a5efd84cee7f9c0bdaa17a6248516ed76e..be0acc3967be4af7e0fe858bbb468fba9f68f5f2 100644 (file)
@@ -1,48 +1,26 @@
-<% content_for :head do %>
-  <%= javascript_include_tag "index" %>
-<% end %>
+<h2>
+  <%= t 'layouts.intro_header' %>
+  <span class="icon close"></span>
+</h2>
 
-<% content_for :left_menu do %>
-  <li><h4><%= link_to t("site.key.map_key"), {:action => :key}, :id => "open_map_key", :title => t("site.key.map_key_tooltip") %></h4></li>
-<% end %>
+<p class="inner12 large-text"><%= t 'layouts.intro_text' %></p>
 
-<%= render :partial => 'home_link' %>
-<%= render :partial => 'sidebar' %>
-<%= 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">
-    <ul class="secondary-actions">
-      <li><a href="/" id="permalinkanchor" class="geolink llz layers object"><%= t 'site.index.permalink' %></a></li>
-      <li><a href="/" id="shortlinkanchor"><%= t 'site.index.shortlink' %></a></li>
-      <li><%= link_to t("site.index.createnote"), notes_url(:format => :json),
-          :id => "createnoteanchor",
-          :data => { :minzoom => 12 },
-          :title => "javascripts.site.createnote_tooltip",
-          :class => "geolink"
-      %></li>
-    </ul>
-  </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>