From 2ee17fcabb03f7e800e3199fc2fc427c99e5bd37 Mon Sep 17 00:00:00 2001 From: Cristina Cochior Date: Sun, 15 Dec 2019 00:50:38 +0100 Subject: [PATCH] spinning buttons --- static/css/main.css | 5 +- templates/about.html | 6 +- templates/description.html | 2 +- templates/layout.html | 137 ++++++++++++++++++++++++++++--------- templates/theindex.html | 23 +++---- 5 files changed, 118 insertions(+), 55 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index e08347a..0273a9c 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -151,9 +151,9 @@ div.explanation{ header{ /* border: lime 1px solid; */ padding-top: -1em; - margin-right: 10em; + padding-right: 10em; position: absolute; - top:17em; + top:12em; width: 29em; -webkit-transform-origin: 0 50%; -moz-transform-origin: 0 50%; @@ -209,6 +209,7 @@ nav ul.menu { } + /********************************************************/ /* TEXT */ /********************************************************/ diff --git a/templates/about.html b/templates/about.html index 7470df1..ed49b32 100644 --- a/templates/about.html +++ b/templates/about.html @@ -3,7 +3,7 @@
-

About the archival publication

+

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.

@@ -16,7 +16,7 @@ The data generated on each user's navigation is not collected but temporarily st -

About Pushing Scores

+

About Pushing Scores

Pushing Scores is a two-year artistic research project, initiated by De Player and graphic designer Remco van Bladel. Throughout 2016 and 2018, this project researched the phenomenon of notation and the graphic representation of music. It unfolded through a nomadic program which included the creation of newly commissioned artworks and public events addressing contemporary questions and issues in this particular field.

@@ -27,7 +27,7 @@ This archival web publication was generated out of this research. For an overvie -

Colophon

+

Colophon

Interface design and development – Cristina Cochior and Julie Boschat Thorez (Varia members)
Content – De Player
Copy Editor – Isabelle Sully
diff --git a/templates/description.html b/templates/description.html index b7c883e..d465c92 100644 --- a/templates/description.html +++ b/templates/description.html @@ -27,7 +27,7 @@ {% set count=[0] %} {% for item in datafromjson %} {% if item.lower().endswith(('.html')) %} -

{{ namefile[count[0]][12:-5] }}

+ {{ namefile[count[0]][12:-5] }}

{{ textfiles[count[0]] }} {% if count.append(count.pop() + 1) %}{% endif %}


diff --git a/templates/layout.html b/templates/layout.html index 27b991f..94e253c 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -1,47 +1,116 @@ - - - - - - Pushing Scores - - - + + + + + + Pushing Scores + + + + +
- {% if functionsession %}[x]{% endif %} - {% for item in functionsession %} - {{ item }} ▶ - {% endfor %} +{% if functionsession %}[x]{% endif %} +{% for item in functionsession %} +{{ item }} ▶ +{% endfor %}
- -
- - - - - -
- - {% block content %} - {% endblock content %} + +
+ +
+ + {% block content %} + {% endblock content %} + + + +
+ a + b + o + u + t + +
+
+ + + + +
+ i + n + d + e + x + +
+
+ + + + + +
+ G + e + n + e + r + a + t + e + + y + o + u + r + + s + c + o + r + e + ! + +
+
+ +
- - + + + diff --git a/templates/theindex.html b/templates/theindex.html index 44f199d..4530a05 100644 --- a/templates/theindex.html +++ b/templates/theindex.html @@ -5,28 +5,21 @@

Folders index

-
+
+ Pushing Scores is a two-year artistic research project, initiated by De Player and graphic designer Remco van Bladel. Throughout 2016 and 2018, this project researched the phenomenon of notation and the graphic representation of music. It unfolded through a nomadic program which included the creation of newly commissioned artworks and public events addressing contemporary questions and issues in this particular field.

+ This archival web publication was generated out of this research. For an overview of the collection that is making up this website, see the items listed below. +
+ +
{% block index %} {% for each in index_dict %} {% set address = "/description?id=" + each %} - {{index_dict[each]}}
+ {{loop.index}}. {{index_dict[each]}}
{% endfor %} {% endblock index %} - -