metamaps--metamaps/app/views/main/home.html.erb

36 lines
790 B
Plaintext
Raw Normal View History

<%#
# @file
# Located at /
# Shows 3 most recently created topics, synapses, and maps.
#%>
<% content_for :title, "Home | Metamaps" %>
<div class="home_bg">
<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.
</div>
<div class="clearfloat"></div>
2014-02-10 06:29:02 +00:00
<p class="contact">
<a href="/request" class="request button">Request Invite</a>
</p>
<div class="centeredProfile">
2014-02-10 06:29:02 +00:00
<div id="homeMap">
<% @maps.each do |map| %>
<%= render map %>
<% end %>
</div>
</div>
2013-12-02 01:47:28 +00:00
<div class="clearfloat"></div>
</div>
<div class="clearfloat"></div>
<h1 class="index">
2014-02-10 06:47:48 +00:00
Welcome!
</h1>
</div>