You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
742 B
23 lines
742 B
{% extends "layout.html" %}
|
|
{% block content %}
|
|
<div class="about">
|
|
<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....
|
|
This archive was conceived and developped by.... (Cricri, Juju)
|
|
Using Flask, Jinja, Python, suboptimal brain power.
|
|
Performers for the launch... (Nick, Christine, surprise)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<br />
|
|
* De Player is a Rotterdam based polymorphic production platform for performance art, experimental music and visual arts. <br />
|
|
** Varia is
|
|
|
|
</p>
|
|
</div>
|
|
{% endblock %}
|
|
|