diff --git a/assets/static/style.css b/assets/static/style.css
index 77b653a..371cc40 100644
--- a/assets/static/style.css
+++ b/assets/static/style.css
@@ -163,11 +163,11 @@ footer{
display: inline;
text-decoration: none;
padding-right: 20px;
- background: #222;
color: #ddd;
margin-right: 10px;
padding: 2px 2px 2px 10px;
transition: all 1s;
+ text-shadow:3px 3px 2px rgb(100, 100, 100);
}
.list a > .thumbmove{
@@ -194,11 +194,6 @@ footer{
}
.list a.active{
- color: #222;
- background: #ddd;
- text-shadow: 0px 0px 5px rgba(0,0,0,0.5);
- -webkit-text-stroke-width: 0.5px;
- -webkit-text-stroke-color: #000000;
font-weight: normal;
}
@@ -232,3 +227,15 @@ img.eventflyer{
.single-image > figcaption{
text-align: center;
}
+
+.infrastructure{
+ background: #e33;
+}
+
+.education{
+ background: #3a3;
+}
+
+.radio{
+ background: #66e;
+}
diff --git a/content/agenda/radio-extratonality-1/contents+nl.lr b/content/agenda/radio-extratonality-1/contents+nl.lr
new file mode 100644
index 0000000..23df9e7
--- /dev/null
+++ b/content/agenda/radio-extratonality-1/contents+nl.lr
@@ -0,0 +1,4 @@
+content:
+
+#### markdown ####
+markdown: De Radio Extratonality richt zich op sonische (en aangrenzende) activiteiten die het onderscheid tussen hoog en laag, uitzonderlijk en saai, serieus en pop verwerpen. Tijdens onze evenementen rekken wij de klassieke paradigma's van muziek op (balans, contrast, focus, beweging, patroon, proportie, ritme en eenheid) en breiden deze uit met conceptuele, technische en performatieve principes uit andere disciplines. Elke vier weken onderzoekt het team van Platform Voor Extratonaliteit een uur lang actuele tendensen. Live at https://radio.worm.org
diff --git a/content/agenda/radio-extratonality-1/contents.lr b/content/agenda/radio-extratonality-1/contents.lr
new file mode 100644
index 0000000..0f4e495
--- /dev/null
+++ b/content/agenda/radio-extratonality-1/contents.lr
@@ -0,0 +1,18 @@
+title: Radio Extratonality #1
+---
+content:
+
+#### markdown ####
+markdown: Radio Extratonality focuses on sonic (and neighboring) activities that reject distinctions between high and low, exceptional and boring, serious and pop. It streches the classical paradigms of music (balance, contrast, focus, movement, pattern, proportion, rhythm and unity) and expand them with conceptual, technical and performative principles from other disciplines. Every four weeks, the Platform Voor Extratonaliteit team explores current tendencies for a whole hour. Listen online via https://radio.worm.org
+---
+end_date: 2024-01-09 20:00:00
+---
+format: Radio Extratonality
+---
+latlon: 51.9157604,4.4763828
+---
+location: Worm Radio
+---
+start_date: 2024-01-09 19:00:00
+---
+flyer: radio.png
diff --git a/content/agenda/radio-extratonality-1/radio.png b/content/agenda/radio-extratonality-1/radio.png
new file mode 100644
index 0000000..e727d5c
Binary files /dev/null and b/content/agenda/radio-extratonality-1/radio.png differ
diff --git a/templates/macros/list.html b/templates/macros/list.html
index 91457a0..c57a5f3 100644
--- a/templates/macros/list.html
+++ b/templates/macros/list.html
@@ -5,18 +5,29 @@
{% if child.start_date < today and timerpresent.v == "False" %}
{% set timerpresent.v = True %}
+ ---past---
{% endif %}
-
+ {% set class = "" %}
+ {% if child.format == "Extratonal Infrastructure" %}
+ {% set class = "infrastructure" %}
+ {% elif child.format == "Extratonal Education" %}
+ {% set class = "education" %}
+ {% elif child.format == "Radio Extratonality" %}
+ {% set class = "radio" %}
+ {% else %}
+ {% set class = "misc" %}
+ {% endif %}
+
{% if child.format == "Extratonal Infrastructure" %}
🎛️
- {% endif %}
- {% if child.format == "Extratonal Education" %}
+ {% elif child.format == "Extratonal Education" %}
📚
- {% endif %}
- {% if child.format == "Extratonal Radio" %}
+ {% elif child.format == "Radio Extratonality" %}
📻
+ {% else %}
+ ❓
{% endif %}
{{child.start_date|datetimeformat('yyyy/MM/dd H:mm')}}
{{ child.title }} @