2019-04-04 12:48:53 +02:00
|
|
|
{% extends "layout.html" %}
|
|
|
|
{% block content %}
|
|
|
|
<div class="about">
|
2019-05-12 19:18:58 +02:00
|
|
|
<h1>About</h1>
|
|
|
|
<p>Pushing scores is a two years long project initiated by De Player(*) on music notation and.....
|
|
|
|
The archive is composed of....
|
|
|
|
The concept for this archive is....
|
2019-05-14 00:13:32 +02:00
|
|
|
This archive was conceived and developped by....
|
2019-05-12 19:18:58 +02:00
|
|
|
Using Flask, Jinja, Python, suboptimal brain power.
|
2019-05-14 00:13:32 +02:00
|
|
|
Performers for the launch...
|
2019-05-12 19:18:58 +02:00
|
|
|
<br />
|
|
|
|
* De Player is a Rotterdam based polymorphic production platform for performance art, experimental music and visual arts. <br />
|
2019-05-14 00:13:32 +02:00
|
|
|
** Varia is
|
2019-05-12 19:18:58 +02:00
|
|
|
|
|
|
|
</p>
|
2019-04-04 12:48:53 +02:00
|
|
|
</div>
|
|
|
|
{% endblock %}
|