frontpage: Reorganize the lower half of the page.
This commit is contained in:
parent
2942c4fae6
commit
cf20e691e6
2 changed files with 19 additions and 15 deletions
|
@ -11,6 +11,10 @@
|
|||
width: 49%;
|
||||
}
|
||||
|
||||
li.column {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.left {
|
||||
float: left;
|
||||
margin-right: 1.5em;
|
||||
|
|
|
@ -48,6 +48,21 @@
|
|||
<p><span class="continued"><a href="/blog/">Conservancy Blog Archive…</a></span></p>
|
||||
</div>
|
||||
|
||||
<div class="column">
|
||||
<h2>Follow Conservancy</h2>
|
||||
|
||||
<ul>
|
||||
<li class="column"><a href="https://mastodon.technology/@conservancy">Mastodon</a></li>
|
||||
<li class="column"><a href="https://twitter.com/conservancy">Twitter</a></li>
|
||||
<li class="column"><a href="https://identi.ca/conservancy">pump.io</a></li>
|
||||
<li class="column"><a href="https://plus.google.com/104268783278405704634/">Google+</a></li>
|
||||
<li class="column"><a href="https://www.facebook.com/SoftwareFreedomConservancy/">Facebook</a></li>
|
||||
<li class="column"><a href="https://www.youtube.com/channel/UCUEeuNvX2UyTTyTYXR9dm_A">YouTube</a></li>
|
||||
<li class="column"><a href="/feeds/omnibus/">Full RSS feed</a></li>
|
||||
<li class="column"><a href="https://lists.sfconservancy.org/pipermail/announce/">News mailing list</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="column">
|
||||
<h2>Support Conservancy</h2>
|
||||
<p>As a 501(c)(3) non-profit charity, Conservancy relies on
|
||||
|
@ -55,21 +70,6 @@
|
|||
Please join {{supporters_count|safe}} others and <a href="/supporter/"><strong>become a Conservancy Supporter
|
||||
today</strong></a> and/or <a href="/donate/">donate generously</a> to help our work!
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div class="column">
|
||||
<h2>Follow Conservancy</h2>
|
||||
|
||||
<ul>
|
||||
<li><p><a href="https://mastodon.technology/@conservancy">Mastodon</a></p></li>
|
||||
<li><p><a href="https://twitter.com/conservancy">Twitter</a></p></li>
|
||||
<li><p><a href="https://identi.ca/conservancy">pump.io</a></p></li>
|
||||
<li><p><a href="https://plus.google.com/104268783278405704634/">Google+</a></p></li>
|
||||
<li><p><a href="https://www.facebook.com/SoftwareFreedomConservancy/">Facebook</a></p></li>
|
||||
<li><p><a href="https://www.youtube.com/channel/UCUEeuNvX2UyTTyTYXR9dm_A">YouTube</a></p></li>
|
||||
<li><p><a href="/feeds/omnibus/">Full RSS feed</a></p></li>
|
||||
<li><p><a href="https://lists.sfconservancy.org/pipermail/announce/">News mailing list</a></p></li>
|
||||
</ul>
|
||||
|
||||
<h2>Learn More about Conservancy</h2>
|
||||
<p>
|
||||
|
|
Loading…
Reference in a new issue