Move email subscribe box to the front page only.
It just looked wrong up there on top of the page. I know that's what I suggested to Paul to do it, but 11 months later, when I finally accepted his merge request, it just didn't make sense.
This commit is contained in:
parent
a4255c7e51
commit
a18e221dc6
2 changed files with 7 additions and 6 deletions
|
@ -15,11 +15,6 @@
|
|||
<body class="conservancy-{% block category %}other{% endblock %}">
|
||||
<div id="conservancyheader">
|
||||
<h1><span id="logobutton"><a href="/">Software Freedom Conservancy</a></span></h1>
|
||||
<span id="subbox">
|
||||
<form method="post" action="http://lists.sfconservancy.org/mailman/subscribe/announce">
|
||||
Subscribe to our announcements mailing list<br/><input name="email" placeholder="joe@example.org"/><input type="submit" name="email-button" value="Subscribe"/>
|
||||
</form>
|
||||
</span>
|
||||
</div>
|
||||
<div id="navbar-outer">
|
||||
<div id="navbar">
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
<span class="continued"><a href="/members/current/">Conservancy's current member projects…</a></span>
|
||||
<span class="continued"><a href="/members/services/">Services that Conservancy provides to its member projects…</a></span>
|
||||
</p>
|
||||
<h2>Follow Conservancy RSS Feeds and Microblogs</h2>
|
||||
<h2>Follow Conservancy RSS Feeds, Microblogs, and mailing list</h2>
|
||||
|
||||
<p>There is a <a href="/feeds/omnibus/">full site feed available</a>, as
|
||||
well as separate feeds for the <a href="/feeds/news/">news items</a> and
|
||||
|
@ -41,6 +41,12 @@
|
|||
on <a href="http://identi.ca/conservancy">identi.ca</a>
|
||||
and <a href="http://twitter.com/conservancy">twitter</a>.</p>
|
||||
|
||||
<p>
|
||||
<span id="subbox">
|
||||
<form method="post" action="http://lists.sfconservancy.org/mailman/subscribe/announce">
|
||||
You can also subscribe to Conservancy's low-traffic email announce list <br/><input name="email" placeholder="joe@example.org"/><input type="submit" name="email-button" value="Subscribe"/>
|
||||
</form>
|
||||
</span></p>
|
||||
|
||||
<h2>Support Conservancy</h2>
|
||||
<p>As a 501(c)(3) non-profit organization, Conservancy relies on
|
||||
|
|
Loading…
Reference in a new issue