Pular para conteúdo
Greta Livraria
Livraria
Clube
Edições
Sobre
0
0
Greta Livraria
Livraria
Clube
Edições
Sobre
0
0
Livraria
Clube
Edições
Sobre
Livraria The penguin book of Feminist Writing
feministp.png Imagem 1 de
feministp.png
feministp.png

The penguin book of Feminist Writing

€ 18,90

Hannah Dawson

Alongside Elizabeth Cady Stanton, who declared in Seneca Falls in 1848 the self-evident truth 'that all men and women are created equal', we find Sojourner Truth, born into slavery in New York in 1797, who replied 'and ain't I a woman?' Deeply sensitive to the exclusions and exploitations of feminism itself, the anthology is as alive to the conflicts between women as it is to the struggle against patriarchy. Maximally inclusive, and drawing on poems, novels and memoirs, as well as roaring manifestos, The Penguin Book of Feminist Writing parts the clouds on a constellation of feminist classics.

Adicionar ao carrinho

Hannah Dawson

Alongside Elizabeth Cady Stanton, who declared in Seneca Falls in 1848 the self-evident truth 'that all men and women are created equal', we find Sojourner Truth, born into slavery in New York in 1797, who replied 'and ain't I a woman?' Deeply sensitive to the exclusions and exploitations of feminism itself, the anthology is as alive to the conflicts between women as it is to the struggle against patriarchy. Maximally inclusive, and drawing on poems, novels and memoirs, as well as roaring manifestos, The Penguin Book of Feminist Writing parts the clouds on a constellation of feminist classics.

Hannah Dawson

Alongside Elizabeth Cady Stanton, who declared in Seneca Falls in 1848 the self-evident truth 'that all men and women are created equal', we find Sojourner Truth, born into slavery in New York in 1797, who replied 'and ain't I a woman?' Deeply sensitive to the exclusions and exploitations of feminism itself, the anthology is as alive to the conflicts between women as it is to the struggle against patriarchy. Maximally inclusive, and drawing on poems, novels and memoirs, as well as roaring manifestos, The Penguin Book of Feminist Writing parts the clouds on a constellation of feminist classics.

Você também pode gostar

O amor e sua fome trazLP.jpg
O amor e sua fome
€ 22,90
Sold Out
Volta para tua terra: não há abril sem imigrantes (Vol 3)
Volta para tua terra: não há abril sem imigrantes (Vol 3)
€ 14,00
ENTRE O PASSADO E O FUTURO – OITO EXERCÍCIOS SOBRE O PENSAMENTO POLÍTICO
ENTRE O PASSADO E O FUTURO – OITO EXERCÍCIOS SOBRE O PENSAMENTO POLÍTICO
€ 24,00
Bom partido
Bom partido
€ 18,50
Menina
Menina
€ 18,50
 

Endereço

Rua Palmira 66C, Lisboa | 1170-287

Busca

pesquise por autora, título ou ISBN

 

Newsletter

Inscreva-se com seu endereço de e-mail para receber novidades e atualizações.

Obrigada!

 

Feito com carinho pelas designers do Estúdio Claraboia

 

document.addEventListener("DOMContentLoaded", function () { const addToCartButtons = document.querySelectorAll('[data-action="add-to-cart"]'); addToCartButtons.forEach(button => { button.addEventListener("click", function (event) { event.preventDefault(); // Impede o redirecionamento padrão const form = button.closest("form"); fetch(form.action, { method: form.method, body: new FormData(form) }) .then(response => response.json()) .then(data => { // Exibe uma notificação de sucesso const notification = document.createElement("div"); notification.classList.add("added-to-cart-notification"); notification.innerText = "Item adicionado ao carrinho!"; document.body.appendChild(notification); setTimeout(() => { notification.classList.add("show"); setTimeout(() => { notification.classList.remove("show"); notification.remove(); }, 3000); // Oculta após 3 segundos }, 100); }) .catch(error => console.error("Erro ao adicionar ao carrinho:", error)); }); }); });