regluit/frontend/templates/learn_more.html

47 lines
3.8 KiB
HTML

<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 in full, up front, 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 clearly 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 give your favorite books 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 offers a win-win solution: Crowdfunding.</span> We run pledge campaigns for books; you chip in. When, together, we've reached the goal, we'll reward the book's creators and issue an unglued ebook.
</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">You've given your favorite book 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>