zeroth
6 years ago
6 changed files with 38 additions and 13 deletions
Binary file not shown.
@ -1,7 +1,23 @@ |
|||
{% extends "layout.html" %} |
|||
{% block content %} |
|||
<div class="about"> |
|||
<h1>About me</h1> |
|||
<p>This is a portfolio site about anything that can be put in a portfolio.</p> |
|||
<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 %} |
|||
|
@ -1,7 +1,7 @@ |
|||
{% extends "layout.html" %} |
|||
{% block content %} |
|||
<div class="home"> |
|||
<h1>THIS IS THE HOME PAGE</h1> |
|||
<p>This website was built with Python via the Flask framework.</p> |
|||
<h1>Hi!</h1> |
|||
<p>Shouldn't this be the page with all the links? Then we may remove description as a clickable link no?</p> |
|||
</div> |
|||
{% endblock %} |
Loading…
Reference in new issue