diff --git a/app/static/css/style.css b/app/static/css/style.css index 6007a9f..7063622 100755 --- a/app/static/css/style.css +++ b/app/static/css/style.css @@ -5,14 +5,14 @@ font-family: "Archivo Narrow"; } p{ - font-size: 18px; + font-size: 20px; } a{ - text-decoration: none; + text-decoration: underline; color: black; } a:hover{ @@ -68,7 +68,7 @@ padding: 0px 10px; } .about{ -font-size: 16px; +font-size: 18px; } .library_table{ @@ -106,7 +106,7 @@ background-color: #E8E8E8!important; } .library_table .author_col{ - font-size: 15px; + font-size: 18px; } .library_table li{ @@ -133,7 +133,6 @@ background-color: #fafafa; #title_xppl{ font-size: 46px; cursor: pointer; - } .header input{ @@ -146,7 +145,7 @@ font-weight: bold; .author input{ height:20px; width: 500px; -font-size: 16px; +font-size: 18px; } .search input{ diff --git a/app/templates/about.html b/app/templates/about.html index 67ab4db..d57fb58 100755 --- a/app/templates/about.html +++ b/app/templates/about.html @@ -2,6 +2,7 @@ {% block main %}

About

+

XPPL is a project aimed at people who are studying the field of media culture, or as we like to call them: knowledge comrades.
@@ -14,18 +15,14 @@ This digital library gathers all the books and articles floating around on the s
Are you interested in how this library works? Have a look at the source code in our git.

- -

What's the deal with the stacks?

A stack is a number of books that are read at a certain point in time, alternating between them. They usually have a topic in common, or follow a certain study path that can bring you to a point of knowledge. Rather than a bookshelf, where books are lined up and often forgotten, the stack on your table/nightstand/toilet consists of books prone to be opened and reopened at any time.

-

Who's behind this?

-We're Angeliki, Alex, Alice, Joca, Natasha and Zalán, helped and supported by Femke, Aymeric, Michael, Steve, Andre, Leslie and many more. -
-
-XPUB is a study path within the Piet Zwart Institute masters program. +We're Angeliki, Alex, Alice, Joca, Natasha and Zalán, helped and supported by Femke, Aymeric, Michael, Steve, Andre, Leslie and many more. XPUB is a study path within the Piet Zwart Institute masters program.

+
+ {% endblock %} diff --git a/app/templates/show_book_detail.html b/app/templates/show_book_detail.html index 153307b..a29c69a 100755 --- a/app/templates/show_book_detail.html +++ b/app/templates/show_book_detail.html @@ -7,7 +7,7 @@
- +
@@ -103,12 +103,13 @@

+

{%endif%}
{% if previousbook %} - < see the previous book added to XPPL:  {{ previousbook.title |truncate(40,True,'...') }} {% endif %} + < see the previous book added to XPPL:  {{ previousbook.title |truncate(40,True,'...') }} {% endif %} {% if nextbook %} - see the next book added to XPPL:  {{ nextbook.title|truncate(40,True,'...')}} > {% endif %} + see the next book added to XPPL:  {{ nextbook.title|truncate(40,True,'...')}} > {% endif %} {% endblock %}