diff --git a/app/static/css/style.css b/app/static/css/style.css index 28ddd7b..6bc917f 100755 --- a/app/static/css/style.css +++ b/app/static/css/style.css @@ -7,6 +7,13 @@ font-family: "Archivo Narrow"; p{ font-size: 18px; + +} + +a{ + + text-decoration: none; + color: black; } .navigation ul{ @@ -46,9 +53,18 @@ padding: 0px 10px; } +#fileformat{ + text-align: center; +} + .lead{ font-size: 18px; +} + +.about{ +font-size: 16px; + } .library_table{ border-spacing:0; /* Removes the cell spacing via CSS */ diff --git a/app/templates/about.html b/app/templates/about.html index 802a4dc..67aae18 100755 --- a/app/templates/about.html +++ b/app/templates/about.html @@ -2,12 +2,29 @@ {% block main %}
+
XPPL is a project aimed at people who are studying the field of media culture, or as we like to call them: knowledge comrades.
-This digital library gathers all the books and articles floating around on PZI shelves and our hard drives and memory sticks, so that they can be shared.
+
+This digital library gathers all the books and articles floating around on the shelves of the Piet Zwart Institute, and our hard drives and memory sticks, so that they can be shared, annotated and grouped together into stacks...
+
Its web interface hosts a curated catalogue of books and articles, and its distributed architecture provides instances for uploading and downloading.
+
It starts at XPUB, but can go anywhere we want it to.
+ 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. +
+ +
+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.
+
{{ stack.stack_description }}
-Books in this stack: {% for book in stack.books %} +
+ {% for book in stack.books %}
- Delete
- Edit + Remove stack + - + {% endblock %}