display and minor bugs
This commit is contained in:
parent
a47e8d119e
commit
9852487320
@ -169,7 +169,7 @@ a:hover {
|
|||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 22vw;
|
top: 15vw;
|
||||||
left: 6.5vw;
|
left: 6.5vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -177,7 +177,7 @@ a:hover {
|
|||||||
height: 70vw;
|
height: 70vw;
|
||||||
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 30.5vw;
|
top: 23.5vw;
|
||||||
left: 15vw;
|
left: 15vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -185,7 +185,7 @@ a:hover {
|
|||||||
color: #FCF0F0;
|
color: #FCF0F0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 69vh;
|
top: 63vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
#mLoginTexts h1 {
|
#mLoginTexts h1 {
|
||||||
|
|||||||
@ -17,7 +17,7 @@
|
|||||||
<div id="loginTexts">
|
<div id="loginTexts">
|
||||||
<h1>Everything in</h1>
|
<h1>Everything in</h1>
|
||||||
<h2>One Place.</h2>
|
<h2>One Place.</h2>
|
||||||
<h5><b>We'll</b> handle the organization, <b>you</b> handle the work.</h5>
|
<h5><b>We</b> handle the organization, <b>you</b> handle the work.</h5>
|
||||||
<div id="loginButton" onclick="document.getElementById('login-buttons-google').click()">Sign in!</div>
|
<div id="loginButton" onclick="document.getElementById('login-buttons-google').click()">Sign in!</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -45,7 +45,7 @@
|
|||||||
<img src="./Logos/ColoredLogo.png" id="mLoginMidLogo">
|
<img src="./Logos/ColoredLogo.png" id="mLoginMidLogo">
|
||||||
<div id="mLoginTexts">
|
<div id="mLoginTexts">
|
||||||
<h1>Everything in <b>One Place</b></h1>
|
<h1>Everything in <b>One Place</b></h1>
|
||||||
<h5><b>We'll</b> handle the organization, <b>you</b> handle the work.</h5>
|
<h5><b>We</b> handle the organization, <b>you</b> handle the work.</h5>
|
||||||
<div id="mLoginButton" onclick="document.getElementById('login-buttons-google').click()">Sign in!</div>
|
<div id="mLoginButton" onclick="document.getElementById('login-buttons-google').click()">Sign in!</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -106,7 +106,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mobileClassContent div {
|
.mobileClassContent div {
|
||||||
width: 30%;
|
width: 28%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -54,6 +54,7 @@ Template.mobile.rendered = function() {
|
|||||||
sendData("editWork");
|
sendData("editWork");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
mobileWork();
|
||||||
$("#mainCircleButton").velocity("fadeOut", 200);
|
$("#mainCircleButton").velocity("fadeOut", 200);
|
||||||
$("#mobileBody").velocity("fadeOut", {
|
$("#mobileBody").velocity("fadeOut", {
|
||||||
duration: 200,
|
duration: 200,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user