-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4150 from davidfischer/email-newsletter-footer
Small footer rework
- Loading branch information
Showing
3 changed files
with
64 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -105,76 +105,97 @@ | |
{% block footer-content %} | ||
|
||
<div class="column-logo"> | ||
<div class="footerlogo"></div> | ||
<div id="email-signup"> | ||
<form action="https://readthedocs.us3.list-manage.com/subscribe/post?u=a6a22369cc2b356379cf789ca&id=a85a83a5a5" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> | ||
<div> | ||
<h4>{% trans 'Stay Updated' %}</h4> | ||
|
||
<ul> | ||
<li> | ||
<a href="https://blog.readthedocs.com/">{% trans 'Blog' %}</a> | ||
</li> | ||
</ul> | ||
|
||
<p>{% trans 'Sign up for our newsletter to get our latest blog updates delivered to your inbox weekly.' %}</p> | ||
<div> | ||
<label for="mce-EMAIL">{% trans 'Email' %}</label> | ||
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL" placeholder="[email protected]"> | ||
</div> | ||
<div id="mce-responses" class="clear"> | ||
<div class="response" id="mce-error-response" style="display:none"></div> | ||
<div class="response" id="mce-success-response" style="display:none"></div> | ||
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups--> | ||
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_a6a22369cc2b356379cf789ca_a85a83a5a5" tabindex="-1" value=""></div> | ||
<div class="clear"><input type="submit" value="{% trans 'Subscribe' %}" name="subscribe" id="mc-embedded-subscribe" class="button"></div> | ||
</div> | ||
</form> | ||
</div> | ||
|
||
<ul class="social"> | ||
<li><a href="https://github.com/rtfd/readthedocs.org" rel="noopener noreferrer"><span class="icon github"></span></a></li> | ||
<li><a href="https://twitter.com/readthedocs" rel="noopener noreferrer"><span class="icon twitter"></span></a></li> | ||
</ul> | ||
</div> | ||
|
||
<div class="column-about"> | ||
<h4>{% trans "About Us" %}</h4> | ||
<h4>{% trans 'Get Involved' %}</h4> | ||
|
||
<ul> | ||
<li> | ||
<a href="https://docs.readthedocs.io/en/latest/team.html">{% trans "Team" %}</a> | ||
<a href="https://docs.readthedocs.io/en/latest/getting_started.html">{% trans 'Getting Started Guide' %}</a> | ||
</li> | ||
<li> | ||
<a href="https://docs.readthedocs.io/en/latest/open-source-philosophy.html">{% trans "Open Source Philosophy" %}</a> | ||
<a href="https://docs.readthedocs.io">{% trans 'Documentation' %}</a> | ||
</li> | ||
<li> | ||
<a href="http://blog.readthedocs.com/">{% trans "Blog" %}</a> | ||
<a href="https://docs.readthedocs.io/en/latest/contribute.html">{% trans 'Contributing' %}</a> | ||
</li> | ||
<li> | ||
<a href="https://docs.readthedocs.io/en/latest/sponsors.html">{% trans "Our Sponsors" %}</a> | ||
<a href="https://docs.readthedocs.io/en/latest/team.html">{% trans 'Team' %}</a> | ||
</li> | ||
<li> | ||
<a href="https://docs.readthedocs.io/en/latest/privacy-policy.html">{% trans "Privacy Policy" %}</a> | ||
<a href="https://docs.readthedocs.io/en/latest/open-source-philosophy.html">{% trans 'Open Source Philosophy' %}</a> | ||
</li> | ||
</ul> | ||
|
||
</div> | ||
|
||
<div class="column-rtd"> | ||
<h4>{% trans "Read the Docs" %}</h4> | ||
<h4>{% trans 'Business Info' %}</h4> | ||
|
||
<ul> | ||
<li> | ||
<a href="https://docs.readthedocs.io/en/latest/getting_started.html">{% trans "Getting Started Guide" %}</a> | ||
</li> | ||
<li> | ||
<a href="https://docs.readthedocs.io">{% trans "Documentation" %}</a> | ||
</li> | ||
<li> | ||
<a href="https://docs.readthedocs.io/en/latest/contribute.html">{% trans "Contributing" %}</a> | ||
</li> | ||
<li> | ||
{% url "advertising" as advertising_url %} | ||
<a href="{{ advertising_url | default:'https://readthedocs.org/sustainability/advertising/' }}">{% trans "Advertise with Us" %}</a> | ||
<a href="{{ advertising_url | default:'https://readthedocs.org/sustainability/advertising/' }}">{% trans 'Advertise with Us' %}</a> | ||
</li> | ||
<li> | ||
<a href="https://readthedocs.com">{% trans "Commercial Support" %}</a> | ||
<a href="https://readthedocs.com">{% trans 'Private Hosting' %}</a> | ||
</li> | ||
<li> | ||
{% url "gold_detail" as gold_detail %} | ||
<a href="{{ gold_detail }}">{% trans "Read the Docs Gold" %}</a> | ||
{% url "donate" as donate_url %} | ||
<a href='{{ donate_url }}'>{% trans 'Supporters' %}</a> | ||
</li> | ||
<li> | ||
{% url "donate" as donate_url %} | ||
<a href='{{ donate_url }}'>{% trans "Donate" %}</a> | ||
<a href="https://docs.readthedocs.io/en/latest/privacy-policy.html">{% trans 'Privacy Policy' %}</a> | ||
</li> | ||
</ul> | ||
</div> | ||
|
||
<div class="clearfix"></div> | ||
|
||
<div class="social-column"> | ||
<ul class="social"> | ||
<li><a href="https://github.com/rtfd/readthedocs.org" rel="noopener noreferrer"><span class="icon github"></span></a></li> | ||
<li><a href="https://twitter.com/readthedocs" rel="noopener noreferrer"><span class="icon twitter"></span></a></li> | ||
</ul> | ||
</div> | ||
|
||
<div class="clearfix"></div> | ||
|
||
<div class="footer-bottom"> | ||
<div class="column-copyright"> | ||
<p> | ||
<small> | ||
© Copyright {% now "Y" %}, {% trans "Read the Docs, Inc & contributors" %} - | ||
{% trans "Version" %} {% readthedocs_version %} | ||
</small> | ||
<small>© Copyright {% now "Y" %}, {% trans 'Read the Docs, Inc & contributors' %}</small> | ||
</p> | ||
|
||
<p> | ||
<small>{% trans 'Version' %} {% readthedocs_version %}</small> | ||
</p> | ||
</div> | ||
|
||
|