Top
0
Skip to Content
Intersect Antigua
Intersect Antigua
Volume I: Colourism
Volume I: Growing Up Queer
Volume I: Radical Love In the Time of Corona
Volume I: Carnival Bodies
Volume I: Mental Health
Volume I: This is Not Love
Volume I: More Stories
Vol II: Resilience in the Face of Natural Disasters
Vol II: Black in Environment
Vol II: Queer in Nature
Vol II: Creating with the Earth
Vol II: Owning Your Own
Liberation Poetics
Creative Writing for Palestine
Reviews
Teach-In Series
Healing Justice
Artist-In-Residence
About
Meet the Team
Gallery
Press
Join Us
Intersect Antigua
Intersect Antigua
Volume I: Colourism
Volume I: Growing Up Queer
Volume I: Radical Love In the Time of Corona
Volume I: Carnival Bodies
Volume I: Mental Health
Volume I: This is Not Love
Volume I: More Stories
Vol II: Resilience in the Face of Natural Disasters
Vol II: Black in Environment
Vol II: Queer in Nature
Vol II: Creating with the Earth
Vol II: Owning Your Own
Liberation Poetics
Creative Writing for Palestine
Reviews
Teach-In Series
Healing Justice
Artist-In-Residence
About
Meet the Team
Gallery
Press
Join Us
Folder: Caribbean Feminist Stories
Back
Volume I: Colourism
Volume I: Growing Up Queer
Volume I: Radical Love In the Time of Corona
Volume I: Carnival Bodies
Volume I: Mental Health
Volume I: This is Not Love
Volume I: More Stories
Vol II: Resilience in the Face of Natural Disasters
Vol II: Black in Environment
Vol II: Queer in Nature
Vol II: Creating with the Earth
Vol II: Owning Your Own
Folder: Responsive Writing Series
Back
Liberation Poetics
Creative Writing for Palestine
Reviews
Folder: Political Education Hub
Back
Teach-In Series
Healing Justice
Artist-In-Residence
Folder: About Us
Back
About
Meet the Team
Gallery
Press
Join Us
Daughter of Eve
This Is Not Love Ragene Williams 10/30/20 This Is Not Love Ragene Williams 10/30/20

Daughter of Eve

I desperately grasped for the light, the dark water swallowing me up. The voices mocking me. I couldn’t stop now.

Read More
Radical Love
Radical Love in the Time of Corona Child Natale 10/29/20 Radical Love in the Time of Corona Child Natale 10/29/20

Radical Love

We learn to love the devils that hold the whip against us,

We mistake them as gods, accepting the laws they pass…

Read More
 
 

About Us | Faq | Privacy Policy | Terms | Site Credit

No results found
/* ===================================================== INTERSECT — REUSABLE TEMPLATE ONE ===================================================== */ const TEMPLATE_ENABLED = true; function applyIntersectTemplate() { if (!TEMPLATE_ENABLED) { return; } /* * Find the actual blog article. */ const article = document.querySelector( ".blog-item-wrapper" ); if (!article) { return; } /* * Prefer the actual content area so footer, * author and pagination images are ignored. */ const content = article.querySelector( ".blog-item-content" ) || article; /* * Get the article image blocks in DOM order. */ const images = Array.from( content.querySelectorAll( ".sqs-block-image" ) ).filter(function (block) { return block.querySelector("img"); }); /* * Remove old template classes first. */ images.forEach(function (block) { block.classList.remove( "intersect-template-lead", "intersect-template-feature", "intersect-template-pair-left", "intersect-template-pair-right" ); }); /* * IMAGE 1 * Normal lead / cover image. */ if (images[0]) { images[0].classList.add( "intersect-template-lead" ); } /* * IMAGE 2 * Full-width feature image. */ if (images[1]) { images[1].classList.add( "intersect-template-feature" ); } /* * IMAGE 3 * Left side-by-side image. */ if (images[2]) { images[2].classList.add( "intersect-template-pair-left" ); } /* * IMAGE 4 * Right side-by-side image. */ if (images[3]) { images[3].classList.add( "intersect-template-pair-right" ); } } function initialiseIntersectTemplate() { applyIntersectTemplate(); setTimeout( applyIntersectTemplate, 250 ); setTimeout( applyIntersectTemplate, 700 ); setTimeout( applyIntersectTemplate, 1500 ); } if ( document.readyState === "loading" ) { document.addEventListener( "DOMContentLoaded", initialiseIntersectTemplate ); } else { initialiseIntersectTemplate(); } document.addEventListener( "pageChange", function () { setTimeout( initialiseIntersectTemplate, 250 ); } ); })();