Browse Source

added radio

master
joak 5 months ago
parent
commit
b59c9a449b
  1. 19
      assets/static/style.css
  2. 4
      content/agenda/radio-extratonality-1/contents+nl.lr
  3. 18
      content/agenda/radio-extratonality-1/contents.lr
  4. BIN
      content/agenda/radio-extratonality-1/radio.png
  5. 21
      templates/macros/list.html

19
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;
}

4
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

18
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

BIN
content/agenda/radio-extratonality-1/radio.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 737 KiB

21
templates/macros/list.html

@ -5,18 +5,29 @@
{% if child.start_date < today and timerpresent.v == "False" %}
{% set timerpresent.v = True %}
<br>
---past---
<br>
{% endif %}
<a href="{{ child|url }}" {% if child == this %} class="active"{% 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 %}
<a href="{{ child|url }}" class="{{class}}{% if child == this %} active{% endif %}">
<span>
{% 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 %}
<bold>{{child.start_date|datetimeformat('yyyy/MM/dd H:mm')}} </bold>
{{ child.title }} @

Loading…
Cancel
Save