| layout | page |
|---|---|
| title | My Dances |
| date | 2014-08-16 22:12 |
| comments | false |
| sharing | true |
| footer | false |
| description | Contra choreography by Maia McCormick |
| sidebar | false |
As a choreographer, I strive to write dances that are both compelling and idiomatic--the coolest dance in the world isn't worth anything if it doesn't flow well enough for people to get the hang of it.
My dances have been called as far afield as Alaska and England, so that's pretty cool! Feedback is always welcome (as are requests!)--feel free to drop me a line.
Dances marked with an asterisk (*) are particular favorites/have achieved escape velocity and are frequently called by others.
{% assign dances = site.data.dances | sort: 'titleSort' %}
{% for dance in dances %}
{% if dance.hidden != true and dance.beta != true %}
{{ dance.title }}{% if dance.fave %}*{% endif %} [{{ dance.difficulty }}] — {{ dance.blurb }}
{% endif %} {% endfor %}
{% for dance in dances %}
{% if dance.hidden != true and dance.beta != true %}
{% include custom/dance.html %}
{% endif %}
{% endfor %}