mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
More tweaks to /welcome styles and copy
This commit is contained in:
parent
ac44a0419d
commit
2209c54fc3
2 changed files with 15 additions and 10 deletions
|
@ -1396,7 +1396,7 @@ a.tag:hover {
|
|||
}
|
||||
}
|
||||
.section.plans.welcome {
|
||||
padding: 55px 3%;
|
||||
padding: 63px 3%;
|
||||
|
||||
h3 {
|
||||
color: #5e95a1;
|
||||
|
@ -1433,9 +1433,7 @@ a.tag:hover {
|
|||
}
|
||||
}
|
||||
>.row {
|
||||
@media(max-device-width:480px), screen and (max-width:550px) {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.plan-overview {
|
||||
h3 {
|
||||
|
@ -1487,7 +1485,7 @@ a.tag:hover {
|
|||
margin-bottom: 15px;
|
||||
|
||||
.main-features {
|
||||
margin-bottom: 97px;
|
||||
margin-bottom: 76px;
|
||||
}
|
||||
}
|
||||
.col.supporter {
|
||||
|
@ -1495,7 +1493,7 @@ a.tag:hover {
|
|||
background-color: #F5F5F5;
|
||||
border: 1px solid #E0E0E0;
|
||||
@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 {
|
||||
width: 38%;
|
||||
|
@ -1507,6 +1505,13 @@ a.tag:hover {
|
|||
font-weight: bold;
|
||||
font-size: 100%;
|
||||
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 {
|
||||
|
|
|
@ -40,7 +40,7 @@ You can support our quest to bring back the creative, independent web by upgradi
|
|||
|
||||
<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>1000 GB</strong> <span data-original-title="How much content you can serve in one month. Don’t 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. Don’t 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>
|
||||
</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">
|
||||
<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, we’ll refund the amount you didn’t use.</p>
|
||||
<p>You can downgrade back to a free account at any time on the Support Us page. If you do, we’ll refund the amount you didn’t use.</p>
|
||||
|
||||
<p>We use Stripe and PayPal for payments, and never store your credit card information directly. </p>
|
||||
</div>
|
||||
|
@ -118,12 +118,12 @@ You can support our quest to bring back the creative, independent web by upgradi
|
|||
<div class="col col-50">
|
||||
<h3><i class="fa fa-globe"></i> Making a better web</h3>
|
||||
<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 we’ll be able to work on Neocities full-time to continue improving the site and adding more features.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<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>
|
||||
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>
|
||||
|
|
Loading…
Add table
Reference in a new issue