mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
More work on education page
This commit is contained in:
parent
ddf7dd7ca2
commit
44e3d276f4
4 changed files with 20 additions and 12 deletions
BIN
public/img/neocities-logo-education.png
Normal file
BIN
public/img/neocities-logo-education.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 61 KiB |
|
@ -503,4 +503,4 @@
|
|||
}
|
||||
}
|
||||
|
||||
.interior .constant-Nav{margin:0}
|
||||
.interior .constant-Nav, .hp.education .constant-Nav{margin:0}
|
||||
|
|
|
@ -1223,6 +1223,12 @@ a.tag:hover {
|
|||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
.section.support {
|
||||
padding-bottom: 100px;
|
||||
p {
|
||||
font-size: 1.1em;
|
||||
}
|
||||
}
|
||||
.section.features .col {
|
||||
padding-left: 40px;
|
||||
|
||||
|
@ -1345,9 +1351,9 @@ a.tag:hover {
|
|||
font-family: $times;
|
||||
color: #afcbd1;
|
||||
}
|
||||
a {
|
||||
color: #afcbd1;
|
||||
}
|
||||
}
|
||||
.section.press .quote a {
|
||||
color: #afcbd1;
|
||||
}
|
||||
.section.plans {
|
||||
@media(max-device-width:480px), screen and (max-width:550px) {
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
|
||||
<title>Neocities: Create your free website now!</title>
|
||||
<title>Neocities for Education</title>
|
||||
<meta itemprop="name" content="Neocities.org" />
|
||||
<meta itemprop="description" content="Create your own free home page, and do whatever you want with it." />
|
||||
<meta name="description" content="Neocities is the new Geocities. Create your own free home page, and do whatever you want with it." />
|
||||
|
@ -93,8 +93,8 @@
|
|||
|
||||
<section class="header-Intro">
|
||||
<h1 class="logo header-Content content">
|
||||
<span class="hidden">Neocities.org</span>
|
||||
<img src="/img/neocities-Logo.png" alt="Neocities.org" />
|
||||
<span class="hidden">Neocities for Education</span>
|
||||
<img src="/img/neocities-logo-education.png" alt="Neocities.org" />
|
||||
</h1>
|
||||
</section>
|
||||
|
||||
|
@ -226,10 +226,13 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="section previews">
|
||||
<h2 class="delta">Support Us</h2>
|
||||
<p>Neocities is funded directly by our community through supporter plans and donations. We will never sell users' personal data or embed advertising on member sites.</p>
|
||||
<p>Your support allows us to pay for server costs and continue working on Neocities full-time. You can support us on a subscription basis for $5/month or make a one-time donation.</p>
|
||||
<div class="section support">
|
||||
<h2>Support Us</h2>
|
||||
<div class="row quote">
|
||||
<div class="col" style="">
|
||||
<p>Neocities is funded directly by our community through supporter plans and donations. We will never sell users' personal data or embed advertising on member sites. Your support allows us to pay for server costs and continue working on Neocities full-time. You can support us by making a <a href="/donate">one-time donation</a> or by <a href="/plan">subscribing for $5/month</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
|
@ -276,7 +279,6 @@
|
|||
</footer>
|
||||
|
||||
</div>
|
||||
<script src="/js/app.min.js"></script>
|
||||
<script src="/js/bootstrap.min.js"></script>
|
||||
<script>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue