regluit/frontend/templates/learn_more.html

47 lines
3.8 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<div id="js-topsection">
<div class="js-main">
<div class="js-topnews">
<div class="user-block">
<div id="user-block1">
<div class="block-inner">
<div id="block-intro-text">
<div><span class="def">unglue</span> (v. t.) 1. To pay an author or publisher for publishing a Creative Commons ebook.</div>
<div><span class="def">unglue</span> (v. t.) 2. To make a digital book free to read and use, worldwide.</div>
<div><span class="def">unglue</span> (v. t.) 3. To make it legal for a digital book to be used, distributed, archived and preserved by libraries.</div>
<div><span class="def">unglue</span> (v. t.) 4. For an author or publisher, to accept a fixed amount of money from the public for its unlimited use of an ebook.</div>
<div><span class="def">unglue</span> (v. t.) 5. To make your favorite books free to everyone on earth.</div>
<div><span class="def">unglue</span> (v. t.) 6. To reward authors and publishers for sharing books with the world.</div>
</div>
<a class="my-setting nounderline" id="readon"><span>Learn more</span></a>
</div>
</div>
</div>
<div id="user-block-hide" class="learnmore_block">
<div class="quicktour">
<span class="highlight">We all have books we love so much, we'd like to give them to the world.</span> We want to share them, but also reward their creators. With digital books, it can be hard to do both.
</div>
<div class="quicktour">
<span class="highlight">Unglue.it lets us do both.</span> We run campaigns for books; you help by buying, pledging, and telling your friends. When the campaign reaches the goal, the ebook becomes unglued free to the world.
</div>
<div class="quicktour">
<a href="https://creativecommons.org/">Creative Commons</a> licensing means everyone, everywhere can read and share the unglued book - freely and legally. <span class="highlight">We can give our our favorite books to the world!</span>
</div>
<div class="quicktour last">
Still have questions? <a href="{% url faq %}">We've got answers.</a>
{% if not user.is_authenticated %}
{% if suppress_search_box %}
<div class="signup" id="highlighter">Or, sign up below. <img src="/static/images/landingpage/signmeup-arrow.png" alt="sign up below"></div>
{% else %}
<div class="spacer"><div class="signuptoday"><a href="{% url registration_register %}">Or, sign up today</a></div></div>
{% endif %}
{% endif %}
</div>
{% comment %}
<div style="clear: both; border: solid 3px #eee; border-radius: 10px; color: #aaa; font-size:22px; line-height: 33px; padding: 22px;">
possibly there should be a 'how does it work' screencast here. maybe it should even replace the above text (or said text should be cut down sharply)
</div>
{% endcomment %}
</div>
</div>
</div>
</div>