From df441d67c2824a19ab8e18f451003972584b1b25 Mon Sep 17 00:00:00 2001 From: zeroth Date: Tue, 24 Dec 2019 21:46:41 +0000 Subject: [PATCH] css and templates and responsivity so far --- templates/.DS_Store | Bin 6148 -> 0 bytes templates/about.html | 7 ++-- templates/all.html | 73 ------------------------------------- templates/description.html | 14 +++---- templates/diverge.html | 2 +- templates/home.html | 2 +- templates/layout.html | 7 +--- templates/listofwords.html | 12 ------ templates/theindex.html | 3 +- 9 files changed, 14 insertions(+), 106 deletions(-) delete mode 100644 templates/.DS_Store delete mode 100644 templates/all.html delete mode 100644 templates/listofwords.html diff --git a/templates/.DS_Store b/templates/.DS_Store deleted file mode 100644 index 5008ddfcf53c02e82d7eee2e57c38e5672ef89f6..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeH~Jr2S!425mzP>H1@V-^m;4Wg<&0T*E43hX&L&p$$qDprKhvt+--jT7}7np#A3 zem<@ulZcFPQ@L2!n>{z**++&mCkOWA81W14cNZlEfg7;MkzE(HCqgga^y>{tEnwC%0;vJ&^%eQ zLs35+`xjp>T0 -
+
+

About the archival publication

At the end of 2018, Varia was approached by De Player with the proposal to work on an archival project that aimed to represent the archive which was compiled during the last two years of their Pushing Scores project. De Player showed a specific interest in the development of an accessible, dynamic digital environment that could be used to create new relations, perspectives and, at its best, concepts for the production of new graphic scores. Varia, as a space with a shared body of knowledge in archiving, everyday technology, experimental music and digital media took De Player up on their offer.

@@ -35,6 +35,7 @@ Fonts – Montserrat by Julieta Ulanovsky, Steps Mono by Jean-Baptiste Morizot a Funding – This project was made possible thanks to the generous support of the Creative Industries Fund

This website was crafted using Flask and Jinja2. -
+
+
{% endblock content %} diff --git a/templates/all.html b/templates/all.html deleted file mode 100644 index 3435bbe..0000000 --- a/templates/all.html +++ /dev/null @@ -1,73 +0,0 @@ - - {% extends "layout.html" %} - {% block content %} -
-

These are all the files

- {{ listingfiles }}
- {{ jsonfiles }}
- {{ listofdicts }}
-
- {% for filename in listingfiles %} - {% if filename.lower().endswith(('.png', '.jpg', '.jpeg')) %} -
- {% for jsonfile in jsonfiles %} - {% if filename[0:9] == jsonfile[0:9] %} -
- {{ jsonfile }} - {% for dict in listofdicts %} - {% if jsonfile[6:9]==dict["id"] %} -

{% for key, value in dict.items() %} - {{key}}: {{value}}
- {% endfor %}

- {% endif %} - {% endfor %} -
- {% break %} - {% endif %} - {% endfor %} - - {% elif filename.lower().endswith(('.mp4')) %} -
- {% for jsonfile in jsonfiles %} - {% if filename[0:9] == jsonfile[0:9] %} -
- {{ jsonfile }} - {% for dict in listofdicts %} - {% if jsonfile[6:9]==dict["id"] %} -

{% for key, value in dict.items() %} - {{key}}: {{value}}
- {% endfor %}

- {% endif %} - {% endfor %} -
- {% break %} - {% endif %} - {% endfor %} - - {% elif filename.lower().endswith(('.mp3')) %} -
- {% for jsonfile in jsonfiles %} - {% if filename[0:9] == jsonfile[0:9]%} -
- {{ jsonfile }} - {% for dict in listofdicts %} - {% if jsonfile[6:9]==dict["id"] %} -

{% for key, value in dict.items() %} - {{key}}: {{value}}
- {% endfor %}

- {% endif %} - {% endfor %} -
- {% break %} - {% endif %} - {% endfor %} - {% endif %} - - {% endfor %} -
-
- {% endblock %} diff --git a/templates/description.html b/templates/description.html index d465c92..ea1eaa4 100644 --- a/templates/description.html +++ b/templates/description.html @@ -1,13 +1,11 @@ {% extends "layout.html" %} {% block content %} -
+
- -
- -
+ +
{% set count=[0] %} {% for item in datafromjson %} {% if item.lower().endswith(('.png', '.jpg', '.jpeg')) %} @@ -22,7 +20,7 @@ {% endif %} {% endfor %}
-
+

{{ itemid }}. {{index_dict[itemid]}}

{% set count=[0] %} {% for item in datafromjson %} @@ -35,7 +33,7 @@ {% endfor %}
-
+
{% set int_itemid = itemid|int %} diff --git a/templates/diverge.html b/templates/diverge.html index 188af4c..75a54a1 100644 --- a/templates/diverge.html +++ b/templates/diverge.html @@ -1,7 +1,7 @@ {% extends "layout.html" %} {% block content %} -
+

Sentences that have {{ searchterm }} in common :


diff --git a/templates/home.html b/templates/home.html index cd64a01..6268d4a 100644 --- a/templates/home.html +++ b/templates/home.html @@ -2,7 +2,7 @@ {% block content %} -
+
These keywords originate from all the written content embedded within the archive.
diff --git a/templates/layout.html b/templates/layout.html index 81169f4..46504ad 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -2,7 +2,7 @@ - + Pushing Scores @@ -87,7 +87,6 @@ s t - o f @@ -98,10 +97,6 @@ s - - - -
diff --git a/templates/listofwords.html b/templates/listofwords.html deleted file mode 100644 index 9f39840..0000000 --- a/templates/listofwords.html +++ /dev/null @@ -1,12 +0,0 @@ -{% extends "layout.html" %} - -{% block content %} -{% if cookie is defined %} - {{ cookie }} -{% endif %} - -{{ r }} -{{ r0w }} -{{ r0c }} -{{ r0id }} -{% endblock %} diff --git a/templates/theindex.html b/templates/theindex.html index 4530a05..ee70c63 100644 --- a/templates/theindex.html +++ b/templates/theindex.html @@ -1,7 +1,7 @@ {% extends "layout.html" %} {% block content %} -
+

Folders index

@@ -21,6 +21,5 @@
-
{% endblock %}