2013-01-11 23:49:59 +00:00
<%#
# @file
# Located at /
# Shows 3 most recently created topics, synapses, and maps.
#%>
2013-07-09 16:32:13 +00:00
<% content_for :title, "Home | Metamaps" %>
2013-02-04 00:13:21 +00:00
<div class="home_bg">
2013-01-08 04:03:41 +00:00
2013-02-04 00:13:21 +00:00
<div class="home_content">
<div class="home_desc">
2013-12-02 01:47:28 +00:00
<span class="blue">Metamaps</span> is a platform for visioning, magic making, productive conversation, understanding something, innovation, free style weaving and all night brainstorming.
2013-01-08 04:03:41 +00:00
</div>
<div class="clearfloat"></div>
2013-07-11 15:13:27 +00:00
2014-02-10 06:29:02 +00:00
<p class="contact">
<a href="/request" class="request button">Request Invite</a>
</p>
2013-01-08 04:03:41 +00:00
<div class="centeredProfile">
2014-02-10 06:29:02 +00:00
<div id="homeMap">
<% @maps.each do |map| %>
<%= render map %>
<% end %>
</div>
2013-01-08 04:03:41 +00:00
</div>
2013-12-02 01:47:28 +00:00
<div class="clearfloat"></div>
2013-01-08 04:03:41 +00:00
</div>
2013-02-04 00:13:21 +00:00
<div class="clearfloat"></div>
2013-01-08 04:03:41 +00:00
<h1 class="index">
2013-02-04 00:13:21 +00:00
Welcome
2013-01-11 23:49:59 +00:00
</h1>
2013-02-04 00:13:21 +00:00
</div>