Update some styling and add some disclaimer text

This commit is contained in:
Robbie Antenesse 2019-01-04 17:23:54 -07:00
parent e56b0470b3
commit 4ba2b02815
3 changed files with 68 additions and 59 deletions

View File

@ -1,6 +1,6 @@
<div class="column is-one-quarter" id="book_{{id}}"> <div class="column is-one-quarter" id="book_{{id}}">
<div class="box modal-button has-text-centered" data-modal="{{id}}"> <div class="box modal-button has-text-centered" data-modal="{{id}}">
<h2 class="title">{{title}}</h2> <h2 class="title is-4">{{title}}</h2>
<h4 class="subtitle">{{author}}</h4> <h4 class="subtitle">{{author}}</h4>
<div class="tags has-addons"> <div class="tags has-addons">
<span class="tag">File Format</span> <span class="tag">File Format</span>

View File

@ -72,9 +72,14 @@
<footer class="footer"> <footer class="footer">
<div class="content has-text-centered"> <div class="content has-text-centered">
<p> <p>
<strong>Little Library</strong> by <a href="https://robbie.antenesse.net">Robbie Antenesse</a>. <strong>Little Library</strong> by <a href="https://robbie.antenesse.net" target="_blank">Robbie Antenesse</a> is intended
The source code is licensed <a href="http://opensource.org/licenses/mit-license.php">MIT</a>. The website content for personal use only.
is licensed <a href="http://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY NC SA 4.0</a>. The <a href="https://github.com/Alamantus/little-library" target="_blank">source code</a> is
licensed <a href="http://opensource.org/licenses/mit-license.php" target="_blank">MIT</a>.
</p>
<p>
Any files uploaded to the server maintain the copyright attributed to them on their original creation on a
case-by-case basis&mdash;please review the rights of the original authors before using them.
</p> </p>
</div> </div>
</footer> </footer>

View File

@ -1,3 +1,5 @@
<div class="columns">
<div class="column is-8 is-offset-2">
<h2 class="title"> <h2 class="title">
Give a Book Give a Book
</h2> </h2>
@ -58,3 +60,5 @@
<input class="button" type="submit" value="Give Book" name="submit"> <input class="button" type="submit" value="Give Book" name="submit">
</div> </div>
</form> </form>
</div>
</div>