fixup after rebase

This commit is contained in:
Connor Turland 2017-10-15 21:08:09 -04:00
parent ede0adf1fd
commit 3c0c937c55
2 changed files with 13 additions and 7 deletions

View file

@ -245,12 +245,18 @@
/* homepage */ /* homepage */
body.action-home { body.unauthenticated.action-home {
background: white; background: white;
font-family: 'noto-sans', sans-serif; font-family: 'noto-sans', sans-serif;
font-weight: 200; font-weight: 200;
} }
.home {
position: absolute;
width: 100%;
height: 100%;
}
.homeLogo { .homeLogo {
position: fixed; position: fixed;
top: 10px; top: 10px;
@ -336,7 +342,7 @@ body.action-home {
font-family: 'noto-sans-bold', sans-serif; font-family: 'noto-sans-bold', sans-serif;
} }
.requestInviteCTA:hover { .requestInviteCTA:hover {
} }
/* end home page */ /* end home page */

View file

@ -3,11 +3,11 @@
# Located at / # Located at /
# Shows 3 most recently created topics, synapses, and maps. # Shows 3 most recently created topics, synapses, and maps.
# #
%> %>
<% content_for :title, "Home | Metamaps" %> <% content_for :title, "Home | Metamaps" %>
<% content_for :mobile_title, "Home" %> <% content_for :mobile_title, "Home" %>
<div id="yield"> <div class="home">
<div class="homeLogo">METAMAPS</div> <div class="homeLogo">METAMAPS</div>
<div id="particles-bg"></div> <div id="particles-bg"></div>
<div class="homeWrapper homeText"> <div class="homeWrapper homeText">