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
West Indian parenting style…
This Is Not Love, Mental Health Majella Mark 10/30/20 This Is Not Love, Mental Health Majella Mark 10/30/20

West Indian parenting style…

One of the participants was an American woman of Haitian descent who expressed her trouble dealing with depression due to the struggle of sharing mental and emotional concerns with her mother.

Read More
Trapped
This Is Not Love Jeanine M. Gervais 10/30/20 This Is Not Love Jeanine M. Gervais 10/30/20

Trapped

My bones and spirit broken

Battered, bruised and slapped.

Words are unspoken

Inside my body trapped.

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 ); } ); })();