2013-01-11 23:49:59 +00:00
<%#
# @file
# Located at /
# Shows 3 most recently created topics, synapses, and maps.
2016-02-28 10:55:48 +00:00
#
%>
<% content_for :title, "Home | Metamaps" %>
2016-08-12 04:04:18 +00:00
<% content_for :mobile_title, "Home" %>
2016-02-28 10:55:48 +00:00
<div id="yield">
2017-07-01 22:32:29 +00:00
<div class="homeLogo">METAMAPS</div>
<div id="particles-bg"></div>
2016-02-28 10:55:48 +00:00
<div class="homeWrapper homeText">
2017-07-01 21:31:36 +00:00
<div class="homeTitle">Make sense, together.</div>
2016-02-28 10:55:48 +00:00
<div class="homeIntro">
2017-07-01 21:31:36 +00:00
<div>Untangle complex conversations, expand perspectives, and gain insights
about what matter to you and your communities.
2016-02-28 10:55:48 +00:00
</div>
2017-07-01 21:31:36 +00:00
<div>Metamaps enables individual and collaborative sensemaking through
<span class="purple">concept mapping</span>, <span class="green">live video + text chat</span>, and a <span class="yellow">shared knowledge graph</span>.
</div>
<a href="/request" class="requestInviteCTA">REQUEST INVITE</a>
2016-02-28 10:55:48 +00:00
</div>
</div>
</div><!-- end yield -->
2016-10-02 14:28:00 +00:00
2017-07-01 22:32:29 +00:00
<%= javascript_include_tag "particles-bg" %>
2016-02-28 10:55:48 +00:00
<script>
2016-10-02 14:28:00 +00:00
Metamaps.currentSection = ''
Metamaps.currentPage = ''
2016-02-28 10:55:48 +00:00
</script>