COLINA VAN BEMMEL

Artist

“Art and film have the potential to reveal what’s hidden underneath the storywe see. With my work I invite people to center within themselves and recon-sider their view on the world, stripped from popular ideas and external condi-tioning. It is only through this process that we can live according to our valuesand feel true connection with ourselves and others.Drawing inspiration from nature, mystery traditions, technology and thechanges we are facing in our current times, my work explores a beyond-hu-man perspective to understand our place in the world. In my eyes, art is notonly a form of self-expression, but also a bridge to unseen realms – offeringglimpses of the invisible.”

CONCEPTTOPCONTACT
PARTICIPANT
PARTICIPANT
PARTICIPANT
PARTICIPANT
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!"; });