Sarah Manya

Writer

Sarah Manya is a choreographer, interdisciplinary performance maker, performer and writer. Her work has been performed in Europe, Canada and United States, in festivals such as Springdance, Festival Something Raw, Motel Mozaique, Festival Tweetakt, and Noorderzon, Body Stroke, Recyclart (BE) Festival Neuer Tanz (DE). She has created numerous site-specific and interactive works, focusing on intimacy and the relationship between audience members, performances for small audiences and new media.

MANIFESTTOPCONTACT
PERFORMERS
PERFORMERS
PERFORMERS
PERFORMERS
No items found.
document.getElementById("copy-button").addEventListener("click", function() { // Get the current page URL var currentUrl = window.location.href; // Create a temporary input element var tempInput = document.createElement("input"); // Add the current page URL to the input value tempInput.setAttribute("value", currentUrl); // Append the input to the body document.body.appendChild(tempInput); // Select the input tempInput.select(); // Copy the selected text document.execCommand("copy"); // Remove the input from the body document.body.removeChild(tempInput); // Update the text of the "copy-status" element document.getElementById("copy-status").textContent = "Copied!"; });