<%= t('frontpage.main_title') %>
<%= t('frontpage.stats', :users => User.count, :groups => Group.count) %>

<%=image_tag("../images/frontpage/share.gif") %>
  • <%=image_tag("../images/frontpage/purple_sq.png") %><%= t('frontpage.share.sentence1') %>
  • <%=image_tag("../images/frontpage/purple_sq.png") %><%= t('frontpage.share.sentence2') %>
<%=image_tag("../images/frontpage/meet.gif") %>
  • <%=image_tag("../images/frontpage/green_sq.png") %><%= t('frontpage.meet.sentence1') %>
<%=image_tag("../images/frontpage/collaborate.gif") %>
  • <%=image_tag("../images/frontpage/yellow_sq.png") %><%= t('frontpage.collaborate.sentence1') %>
  • <%=image_tag("../images/frontpage/yellow_sq.png") %><%= t('frontpage.collaborate.sentence2') %>

<%= link_to image_tag("/images/frontpage/join.gif", :alt=>"register"), new_user_registration_path, :class => "register_link" %>