Merge violasong changes

This commit is contained in:
Kyle Drake 2014-10-20 17:03:42 -07:00
commit 1a55ca93d8
4 changed files with 38 additions and 19 deletions

View file

@ -140,7 +140,6 @@
border-radius:4px 4px 0 0; border-radius:4px 4px 0 0;
@include box-shadow($signupShadow); @include box-shadow($signupShadow);
height:700%; height:700%;
overflow:hidden;
position:absolute; position:absolute;
top: -40px; top: -40px;
@ -200,6 +199,15 @@
} }
.col.col-50 { .col.col-50 {
margin-left: 0; margin-left: 0;
position: static;
}
.tooltip {
&.left .tooltip-arrow {
border-left-color: #971D31;
}
.tooltip-inner {
background-color: #971D31;
}
} }
.btn-Action{ .btn-Action{
padding:10px 25px; padding:10px 25px;

View file

@ -791,6 +791,8 @@ a.tag:hover {
padding: 55px 8%; padding: 55px 8%;
margin: 0 auto; margin: 0 auto;
float: left; float: left;
background: white;
width: 100%;
} }
.section h2 { .section h2 {
font-size: 2em; font-size: 2em;
@ -812,7 +814,6 @@ a.tag:hover {
.section.featured-Websites { .section.featured-Websites {
background: #971D31; background: #971D31;
padding: 30px 0; padding: 30px 0;
width: 100%;
position: relative; position: relative;
} }
.section.featured-Websites .nav { .section.featured-Websites .nav {
@ -941,9 +942,6 @@ a.tag:hover {
} }
} }
.section.plans { .section.plans {
background: #fff;
width: 100%;
@media(max-device-width:480px), screen and (max-width:550px) { @media(max-device-width:480px), screen and (max-width:550px) {
padding: 55px 3%; padding: 55px 3%;
} }
@ -952,7 +950,7 @@ a.tag:hover {
color:#4F7E89; color:#4F7E89;
} }
.plan-overview { .plan-overview {
margin-top: 2.5em; margin-top: 3.5em;
margin-bottom: 2em; margin-bottom: 2em;
} }
.plan-overview .header { .plan-overview .header {
@ -1035,7 +1033,7 @@ a.tag:hover {
background-size: 70px; background-size: 70px;
} }
.plan-chart { .plan-chart {
margin: 2em 0 4em 0; margin: 2em 0 0 0;
width: 100%; width: 100%;
} }
.plan-overview, .plan-chart { .plan-overview, .plan-chart {
@ -1092,6 +1090,21 @@ a.tag:hover {
padding: 7px 10px; padding: 7px 10px;
} }
} }
.section.bottom-signup {
padding-top: 1em;
padding-bottom: 6.5em;
a {
text-decoration: underline;
font-weight:bold;
&:hover {
text-decoration: none;
}
}
h2 {
max-width: none;
}
}
.selected { .selected {
font-weight: bold; font-weight: bold;
} }

View file

@ -39,7 +39,7 @@
<script src="/js/jquery-1.11.0.min.js"></script> <script src="/js/jquery-1.11.0.min.js"></script>
</head> </head>
<body class="hp"> <body class="hp"><a id="new"></a>
<div class="page"> <div class="page">
@ -111,7 +111,6 @@
<h1 class="logo header-Content content"> <h1 class="logo header-Content content">
<span class="hidden">Neocities.org</span> <span class="hidden">Neocities.org</span>
<img src="/img/neocities-Logo.png" alt="Neocities.org" /> <img src="/img/neocities-Logo.png" alt="Neocities.org" />
<a id="new"></a>
</h1> </h1>
</section> </section>
@ -285,8 +284,8 @@
<%== erb :'plan/_pricing' %> <%== erb :'plan/_pricing' %>
<section class="section"> <section class="section bottom-signup">
<h1>What are you waiting for? <a href="#new">Start building your web site!</a></h1> <h2>What are you waiting for? <a href="#new">Start building your web site!</a></h2>
</section> </section>
</main> </main>

View file

@ -4,10 +4,10 @@
<div class="plan-overview"> <div class="plan-overview">
<div class="header"> <div class="header">
<div class="col col-25 personal"> <div class="col col-25 personal">
Personal Free
</div> </div>
<div class="col col-75 professional"> <div class="col col-75 professional">
Supporters Supporter
</div> </div>
</div> </div>
@ -15,7 +15,7 @@
<div class="col col-25 free"> <div class="col col-25 free">
<div class="plan-image free" data-original-title="Pick me!"> <div class="plan-image free" data-original-title="Pick me!">
</div> </div>
<h3>Free!</h3> <h3>Free</h3>
<div class="price">$<%= Site::PLAN_FEATURES[:free][:price] %></div> <div class="price">$<%= Site::PLAN_FEATURES[:free][:price] %></div>
<div class="interval">per month</div> <div class="interval">per month</div>
<a href="/" class="btn-Action">Choose</a> <a href="/" class="btn-Action">Choose</a>
@ -85,8 +85,7 @@
</div> </div>
<!-- <h2><a href="">Compare Plans <i class="fa fa-caret-down"></i></a></h2> --> <!-- <h2><a href="">Compare Plans <i class="fa fa-caret-down"></i></a></h2> -->
<h2>Compare Plans</h2> <h2 style="margin-top: 2em">Compare Plans</h2>
<table class="plan-chart"> <table class="plan-chart">
<tr> <tr>
<th class="feature-column"></th> <th class="feature-column"></th>
@ -95,7 +94,7 @@
<p>$<%= Site::PLAN_FEATURES[:free][:price] %>/mo</p> <p>$<%= Site::PLAN_FEATURES[:free][:price] %>/mo</p>
<a href="/" class="btn-Action">Choose</a> <a href="/" class="btn-Action">Choose</a>
</th> </th>
<th> <th class="professional">
<h3>Supporter</h3> <h3>Supporter</h3>
<p>$<%= Site::PLAN_FEATURES[:supporter][:price] %>/mo</p> <p>$<%= Site::PLAN_FEATURES[:supporter][:price] %>/mo</p>
<a href="/" class="btn-Action">Choose</a> <a href="/" class="btn-Action">Choose</a>
@ -249,7 +248,7 @@
<tr> <tr>
<td class="feature-column"> <td class="feature-column">
<span data-original-title="Upload your SSL certificate for your domain name, preventing snoops from seeing your users traffic.">Custom SSL Certificates</span> <span data-original-title="Upload your SSL certificate for your domain name, preventing snoops from seeing your users traffic.">Custom SSL Certificates</span>
</td> </td>
<td></td> <td></td>
<td></td> <td></td>
<td><i class="fa fa-check"></i></td> <td><i class="fa fa-check"></i></td>