PushingScores/templates/about.html
2019-05-14 00:13:32 +02:00

18 lines
693 B
HTML

{% 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....
Using Flask, Jinja, Python, suboptimal brain power.
Performers for the launch...
<br />
* De Player is a Rotterdam based polymorphic production platform for performance art, experimental music and visual arts. <br />
** Varia is
</p>
</div>
{% endblock %}