More tweaks to /welcome styles and copy

This commit is contained in:
Victoria Wang 2015-02-24 16:46:32 -06:00
parent ac44a0419d
commit 2209c54fc3
2 changed files with 15 additions and 10 deletions

View file

@ -1396,7 +1396,7 @@ a.tag:hover {
} }
} }
.section.plans.welcome { .section.plans.welcome {
padding: 55px 3%; padding: 63px 3%;
h3 { h3 {
color: #5e95a1; color: #5e95a1;
@ -1433,9 +1433,7 @@ a.tag:hover {
} }
} }
>.row { >.row {
@media(max-device-width:480px), screen and (max-width:550px) { margin-bottom: 0;
margin-bottom: 0;
}
} }
.plan-overview { .plan-overview {
h3 { h3 {
@ -1487,7 +1485,7 @@ a.tag:hover {
margin-bottom: 15px; margin-bottom: 15px;
.main-features { .main-features {
margin-bottom: 97px; margin-bottom: 76px;
} }
} }
.col.supporter { .col.supporter {
@ -1495,7 +1493,7 @@ a.tag:hover {
background-color: #F5F5F5; background-color: #F5F5F5;
border: 1px solid #E0E0E0; border: 1px solid #E0E0E0;
@include box-shadow(-1px 1px 5px 0px rgba(0,0,0,0.1)); @include box-shadow(-1px 1px 5px 0px rgba(0,0,0,0.1));
margin-bottom: 1.1em!important; margin-bottom: 1.2em!important;
.col:first-child { .col:first-child {
width: 38%; width: 38%;
@ -1507,6 +1505,13 @@ a.tag:hover {
font-weight: bold; font-weight: bold;
font-size: 100%; font-size: 100%;
color: #777; color: #777;
margin-bottom: 1em;
}
.skeuocard.js .face {
@include box-shadow(0px 1px 2px 0px rgba(0,0,0,0.25));
&.valid {
@include box-shadow(0 0 10px #00cfa7);
}
} }
} }
.btn-Action { .btn-Action {

View file

@ -40,7 +40,7 @@ You can support our quest to bring back the creative, independent web by upgradi
<ul class="main-features"> <ul class="main-features">
<li><strong><%= Site::PLAN_FEATURES[:supporter][:space].to_space_pretty %></strong> <span data-original-title="How much disk space you can use for your site. More space means you can upload more files.">storage</span></li> <li><strong><%= Site::PLAN_FEATURES[:supporter][:space].to_space_pretty %></strong> <span data-original-title="How much disk space you can use for your site. More space means you can upload more files.">storage</span></li>
<li><strong>1000 GB</strong> <span data-original-title="How much content you can serve in one month. Dont worry—these are soft limits. Temporary surges are fine, we won't take your site down automatically, and we're very flexible.">bandwidth</span></li> <li><strong>1000 GB</strong> <span data-original-title="How much content you can serve in one month. Dont worry—these are soft limits. Temporary surges are fine, we won't take your site down automatically, and were very flexible.">bandwidth</span></li>
</ul> </ul>
<ul> <ul>
@ -108,7 +108,7 @@ You can support our quest to bring back the creative, independent web by upgradi
<div class="col col-50"> <div class="col col-50">
<h3><i class="fa fa-lock"></i> Risk-free and secure</h3> <h3><i class="fa fa-lock"></i> Risk-free and secure</h3>
<p>You can downgrade back to a free account at any time on the plan page. If you do, well refund the amount you didnt use.</p> <p>You can downgrade back to a free account at any time on the Support Us page. If you do, well refund the amount you didnt use.</p>
<p>We use Stripe and PayPal for payments, and never store your credit card information directly. </p> <p>We use Stripe and PayPal for payments, and never store your credit card information directly. </p>
</div> </div>
@ -118,12 +118,12 @@ You can support our quest to bring back the creative, independent web by upgradi
<div class="col col-50"> <div class="col col-50">
<h3><i class="fa fa-globe"></i> Making a better web</h3> <h3><i class="fa fa-globe"></i> Making a better web</h3>
<p> <p>
When you become a supporter, you are directly helping our quest to bring back the creative, independent web, and to continue to improve Neocities for everyone. When you become a supporter, you are directly helping our quest to bring back the creative, independent web. With your help well be able to work on Neocities full-time to continue improving the site and adding more features.
</p> </p>
</div> </div>
<div class="col col-50"> <div class="col col-50">
<h3><i class="fa fa-github"></i> Giving back</h3> <h3><i class="fa fa-university"></i> Giving back</h3>
<p> <p>
Neocities is used by educators all over the world to teach thousands of students how to program. And as an <a href="http://www.opencompany.org">Open Company</a>, our site is <a href="https://github.com/neocities">completely open source</a> and we share all our code with the community. Neocities is used by educators all over the world to teach thousands of students how to program. And as an <a href="http://www.opencompany.org">Open Company</a>, our site is <a href="https://github.com/neocities">completely open source</a> and we share all our code with the community.
</p> </p>