From 943d34bff1abe97db0d594dbcda526569285b2bb Mon Sep 17 00:00:00 2001 From: ada <> Date: Tue, 18 Jun 2024 16:59:09 +0200 Subject: [PATCH] changed backplaces and index ada --- ada/index.html | 59 ++++--------- backplaces/pie/styles.css | 170 +++++++++++++++++++------------------- 2 files changed, 100 insertions(+), 129 deletions(-) diff --git a/ada/index.html b/ada/index.html index f3a91bf..57732a1 100644 --- a/ada/index.html +++ b/ada/index.html @@ -37,26 +37,13 @@

project website

-

Hi.
-I made this play for you. It is a question, for us to hold together.

-

Is all intimacy about bodies? What is it about our bodies that makes -intimacy? What happens when our bodies distance intimacy from us? This -small anthology of poems and short stories lives with these -questions—about having a body without intimacy and intimacy without a -body. This project is also a homage to everyone who has come before and -alongside me, sharing their vulnerability and emotions on the Internet. -I called the places where these things happen backplaces. They are -small, tender online rooms where people experiencing societally -uncomfortable pain can find relief, ease, and transcendence.
-

-

I made three backplaces for you to see, click, and feel: Solar -Sibling, Hermit Fantasy, and Cake Intimacies. Each of these is the -result of its own unique performance or project. Some of the stories I -will share carry memories of pain—both physical and emotional. As you -sit in the audience, know I am with you, holding your hand through each -scene. If the performance feels overwhelming at any point, you have my -full permission to step out, take a break, or leave. This is not -choreographed, and I care deeply for you.
+

Hi.
+I made this play for you; it’s a question to keep us alive together. Is all intimacy about bodies? What happens when our bodies distance intimacy from us? +Backplaces is a web-based play. A short anthology of poems and stories about vulnerability, intimacy, and the internet. It explores the internet as a place for holding big feelings and intimacy when it is unbearable. As an homage to those who have been vulnerable with me I created "backplaces". They are tender online spaces for relief and acknowledgement of societal pain. +Some of these stories may evoke memories of pain. As you sit in the audience, know I am with you. If it feels overwhelming, you can step out, take a break, or leave. This isn't choreographed, and I care for you. +I hope you see what I saw in these stories. Sweet dreams now, and I'll talk to you soon. +

+love, Ada

This is the Index, the stage of my play. Each felted item is an act.
-

Solar Sibling is an online performance of shared loss about leaving -and siblings. This project used comments people left on TikTok poetry. I -extracted the emotions from these comments, mixed them with my own, and -crafted them into poems. It is an ongoing performance, ending only when -your feelings are secretly whispered to me. When you do, by typing into -the comment box, your feelings are sent to me and the first act closes -as the sun rises.
+

This is the first act of this play, Solar Sibling. It reimagines user comments from TikTok videos about sibling relationships. To do this, I have taken the feelings behind the comments, found where they met my own, and used our shared words to write poems. Solar Sibling celebrates the vulnerabilities nurtured in online communities and invites you to share anonymously on the complexities of sibling relationships. Once you have whispered your sibling feelings to me, they will stay with me and I will never use nor share them.

The fillable comment where you can whisper your feelings to me.
-

Hermit Fantasy is a short story about a bot who wants to be a hermit. -Inspired by an email response from a survey I conducted about receiving -emotional support on the Internet, this story explores the contradiction -of being online while wanting to disconnect. As an act it’s a series of -letters, click by click.
+

Hermit Fantasy is a short story about a bot and a hermit. It started when I conducted a survey about receiving emotional support on the internet. This is an imagined response to an email I received. The story explores the loneliness of both being online and offline. As an act, it's a series of letters, click by click. +

The first letter. @@ -98,18 +76,9 @@ letters, click by click.
The second letter.
-

Cake Intimacies is a performance that took a year to bring together. -It is a small selection of stories people told me and I held to memory -and rewrote here. The stories come from two performances I hosted. -First, I asked participants to eat cake, sitting facing or away from -each other and sharing their stories about cake and the Internet. The -second performance was hosted at the Art Meets Radical Openness -Festival, as part of the Turning of the Internet workshop. For this -performance, I predicted participants’ future lives on the Internet -using felted archetypes and received stories from their Internet past in -return. Now the stories are here, each of them a cake with a filling -that tells a story, merging the bodily with the digital and making a -mess of it all.
+

CCake Intimacies is a performance that took a year to bring together. It is a small selection of stories people told me that I held to memory and rewrote here. The stories come from two performances I hosted. +
+In the first, I asked participants to eat cake, sitting facing or away from each other, and share stories about cake and the internet. I hosted the second performance at the Art Meets Radical Openness Festival. There I predicted participants' future internet lives using felted archetypes. In return I received stories about feeling strong emotions on the internet.

Accept My Cookies, biscuits for the performance. -
diff --git a/backplaces/pie/styles.css b/backplaces/pie/styles.css index f8c49fc..c34fe93 100644 --- a/backplaces/pie/styles.css +++ b/backplaces/pie/styles.css @@ -26,58 +26,59 @@ } .content-item { - max-width: 80%; - display: flex; - flex-direction: column; - align-items: center; - text-align: center; + max-width: 80%; +display: flex; +flex-direction: column; +align-items: center; +text-align: center; } - .content-item > * { - max-width: 50%; - } +.content-item > * { + max-width: 50%; +} - .content-item:nth-child(odd) > * { - align-self: flex-end; - text-align: right; - float: right; - } - .content-item:nth-child(even) > * { - align-self: flex-start; - position: static; - right: 0; - text-align: left; - } +.content-item:nth-child(odd) > * { + align-self: flex-end; + text-align: right; + float: right; +} + +.content-item:nth-child(even) > * { + align-self: flex-start; + position: static; + right: 0; + text-align: left; +} - .content-item img { - height: auto; - } +.content-item img { + height: auto; +} - .content-item p { - margin: 10px 0; - font-family: 'Redaction-Regular'; - line-height: 1.6rem; - font-size: 1.1rem; - } +.content-item p { + margin: 10px 0; + font-family: 'Redaction-Regular'; + line-height: 1.6rem; + font-size: 1.1rem; +} - p::selection { - color: #ee98b1; - } +p::selection { + color: #ee98b1; +} - #home { +#home { position: relative; top: 30px; left: 30px; width: 100px; height: auto; opacity: 1; - } +} - #home:hover { +#home:hover { cursor: pointer; - } +} - .letterBox { +.letterBox { font-size: 18px; padding: 20px; max-width: 70%; @@ -90,33 +91,32 @@ justify-content: right; z-index: 1000; margin: auto; - } +} - .letterContents { +.letterContents { width: 90%; position: relative; - } +} - #closeButton { +#closeButton { font-size: 40px; cursor: pointer; height: 30px; - } +} - #about { +#about { position: relative; top: -36px; left: 60px; width: 80px; height: auto; - opacity: 1; - } +} - #about:hover { +#about:hover { cursor: pointer; - } +} - #mute-btn { +#mute-btn { color: #ee98b1; font-family: 'Redaction-Regular', serif; font-weight: bold; @@ -129,20 +129,20 @@ cursor: pointer; border: none; background: transparent; - } +} - #mute-btn:hover { +#mute-btn:hover { color:#FCF6F1ff; background-color:#ee98b1; border-radius: 30px; +} + +@media only screen and (max-width: 767px) { + body { + font-size: 1rem; } - - @media only screen and (max-width: 767px) { - body { - font-size: 1rem; - } - #about { + #about { position: absolute; top: 10px; left: 40px; @@ -150,52 +150,54 @@ height: auto; z-index: 1000; opacity: 1; - } + } - #home { - position: absolute; - top: 20px; - left: 20px; - width: 70px; - height: auto; - opacity: 1; - } + #home { + position: absolute; + top: 20px; + left: 20px; + width: 70px; + height: auto; + opacity: 1; + } - .content-item { + .content-item { font-size: 1rem; width: 100%; line-height: 25px; - } - .content-item > * { + } + + .content-item > * { width: 60%; - } + } - .content-item p { + .content-item p { margin: 10px 0; font-family: 'Redaction-Regular'; line-height: 24px; font-size: 1rem; width: 200px; - - .content-item:first-of-type img { + } + + .content-item:first-of-type img { margin-top: 100px; - } + } - .content-item:last-child { + .content-item:last-child { margin-bottom: 200px; - } + } - .content-item:nth-child(odd) { - align-self: flex-end; - text-align: right; - } + .content-item:nth-child(odd) { + align-self: flex-end; + text-align: right; + } - .content-item:nth-child(even) { + .content-item:nth-child(even) { align-items: flex-start; margin-right: 50px; - } + } - .letterBox { + .letterBox { font-size: 16px; padding: 18px; max-width: 70%; @@ -209,15 +211,15 @@ z-index: 1000; margin: auto; margin-top: 110px; - } + } - .ending { + .ending { display: flex; flex-wrap: wrap; justify-content: center; font-family:'Redaction-Regular'; padding-top: 4rem; font-size: 1rem; - } } + } \ No newline at end of file