addressing feedback
parent
b9192c13d7
commit
ae67b55de3
|
@ -10,6 +10,7 @@
|
|||
{% url rh_admin as adminurl %}
|
||||
{% url landing as landingurl %}
|
||||
{% url new_edition '' '' as editionurl %}
|
||||
{% url libraries as librariesurl %}
|
||||
{% load truncatechars %}
|
||||
|
||||
<html>
|
||||
|
@ -181,6 +182,7 @@
|
|||
<li><a href="/faq/rightsholders/">Rights Holder FAQ</a></li>
|
||||
<li><a href="{% url api_help %}">API</a></li>
|
||||
<li><a href="mailto:support@gluejar.com">support@gluejar.com</a>
|
||||
<li><a href="{{ librariesurl }}">Unglue.it ♥ Libraries</a>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="column">
|
||||
|
|
|
@ -3,9 +3,6 @@
|
|||
{% block doccontent %}
|
||||
|
||||
<h2>Frequently Asked Questions</h2>
|
||||
<div class="launch_top">Are you an author or publisher who'd like to contact us about ungluing your books? Email <a href="mailto:rights@gluejar.com">rights@gluejar.com</a>. Librarian? Check out the <a href="{% url libraries %}">Unglue.it loves libraries</a> page.
|
||||
</div>
|
||||
|
||||
<dl>
|
||||
<dt class="background: #8dc63f; color: white; font-weight: bold;">Help! My question isn't covered in the FAQs!</dt>
|
||||
|
||||
|
|
|
@ -45,7 +45,10 @@
|
|||
<li class="last"><a href="/faq/rightsholders/rights/"><span>Rights</span></a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
|
||||
<li class="parent">
|
||||
<a href="{% url libraries %}"><span>How Libraries Can Help</span></a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
{% block doccontent %}
|
||||
<div>
|
||||
<h2 class="unglueit_loves_libraries"><img src="/static/images/logo.png" alt="Unglue.it"> ♥ <img src="/static/images/librarysymbol.png" alt="libraries"></h2>
|
||||
<h2 class="unglueit_loves_libraries"><img src="/static/images/logo.png" alt="Unglue.it"> <span style="color:#e35351;">♥</span> <img src="/static/images/librarysymbol.png" alt="libraries"></h2>
|
||||
<h3>Unglue.it loves libraries</h3>
|
||||
|
||||
<p>We want you to have books you can share with your patrons with no DRM, no simultaneous user limits, no device restrictions, no tracking of patron data, for free, forever.</p>
|
||||
|
|
Loading…
Reference in New Issue