Move documentation into footer, not behind login

https://www.pivotaltracker.com/story/show/115775183
This commit is contained in:
Chris Hill-Scott
2016-03-18 16:25:43 +00:00
parent c40b9872a5
commit 2c3c802d5c
6 changed files with 51 additions and 18 deletions

View File

@@ -72,10 +72,31 @@
</div>
{% endblock %}
{% block footer_top %}
<div class="footer-categories">
<div class="footer-categories-wrapper">
<div class="grid-row">
<div class="column-one-third">
<h2>Contact</h2>
<ul>
<li><a href="https://docs.google.com/forms/d/1AL8U-xJX_HAFEiQiJszGQw0PcEaEUnYATSntEghNDGo/viewform">Support and feedback</a></li>
</ul>
</div>
<div class="column-one-third">
<h2>About</h2>
<a href="{{ url_for("main.help") }}">Help</a>
</div>
<div class="column-one-third">
<h2>Developers</h2>
<a href="{{ url_for('main.documentation') }}">API documentation</a>
</div>
</div>
</div>
</div>
{% endblock %}
{% block footer_support_links %}
<nav class="footer-nav">
<a href="{{ url_for("main.help") }}">Help</a>
<a href="https://docs.google.com/forms/d/1AL8U-xJX_HAFEiQiJszGQw0PcEaEUnYATSntEghNDGo/viewform">Support and feedback</a>
<a href="{{ url_for("main.cookies") }}">Cookies</a>
Built by the <a href="https://www.gov.uk/government/organisations/government-digital-service">Government Digital Service</a>
</nav>