PushingScores/templates/about.html

18 lines
693 B
HTML
Raw Normal View History

2019-04-04 12:48:53 +02:00
{% 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....
2019-05-14 00:13:32 +02:00
This archive was conceived and developped by....
Using Flask, Jinja, Python, suboptimal brain power.
2019-05-14 00:13:32 +02:00
Performers for the launch...
<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
</p>
2019-04-04 12:48:53 +02:00
</div>
{% endblock %}