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

37 lines
1.2 KiB
Plaintext
Raw Normal View History

<%#
# @file
# Located at /
# Shows 3 most recently created topics, synapses, and maps.
#
2017-10-16 01:08:09 +00:00
%>
<% content_for :title, "Home | Metamaps" %>
<% content_for :mobile_title, "Home" %>
<div class="home">
2017-07-01 22:32:29 +00:00
<div id="particles-bg"></div>
<div class="homeWrapper homeText">
2017-07-01 21:31:36 +00:00
<div class="homeTitle">Make sense, together.</div>
<div class="homeIntro">
2017-07-01 21:31:36 +00:00
<div>Untangle complex conversations, expand perspectives, and gain insights
2017-10-16 02:23:16 +00:00
about the things that matter to you.
</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>
2017-10-16 02:23:16 +00:00
<div>The University of Technology Sydney is using Metamaps
to share knowledge, and think better together.
</div>
<div>
<a href="/join" class="requestInviteCTA">SIGN UP</a>
<a href="/login" class="requestInviteCTA">LOG IN</a>
</div>
</div>
</div>
</div><!-- end yield -->
2017-07-01 22:32:29 +00:00
<%= javascript_include_tag "particles-bg" %>
<script>
Metamaps.currentSection = ''
Metamaps.currentPage = ''
</script>