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 Making Space: Women and the Man Made Environment (sob consulta)
Captura de ecrã 2023-10-18, às 17.09.18.png Imagem 1 de
Captura de ecrã 2023-10-18, às 17.09.18.png
Captura de ecrã 2023-10-18, às 17.09.18.png

Making Space: Women and the Man Made Environment (sob consulta)

€ 22,00

Matrix

Making Space is a pioneering work first published in 1984 which challenges us to look at how the built environment impacts on women’s lives. It exposes the sexist assumptions on gender and sexuality that have a fundamental impact on the way buildings are designed and our cities are planned.

Written collaboratively by the feminist collective Matrix, tthe book provide a full blown critique of the patriarchal built environment both in the home and in public space, and outline alternative forms of practice that are still relevant today. Making Space remains a path breaking book pointing to possibilities of a feminist future.

Some authors worked for the London-based Matrix Feminist Architect’s collective, an architectural practice set up in 1980 seeking to establish a feminist approach to design. They worked on design projects - such as community, children and women’s centres. Others were engaged in building work, teaching and research.

The new edition comes with a new introduction examining the context, process and legacy of Making Space written by leading feminists in architecture.

Adicionar ao carrinho

Matrix

Making Space is a pioneering work first published in 1984 which challenges us to look at how the built environment impacts on women’s lives. It exposes the sexist assumptions on gender and sexuality that have a fundamental impact on the way buildings are designed and our cities are planned.

Written collaboratively by the feminist collective Matrix, tthe book provide a full blown critique of the patriarchal built environment both in the home and in public space, and outline alternative forms of practice that are still relevant today. Making Space remains a path breaking book pointing to possibilities of a feminist future.

Some authors worked for the London-based Matrix Feminist Architect’s collective, an architectural practice set up in 1980 seeking to establish a feminist approach to design. They worked on design projects - such as community, children and women’s centres. Others were engaged in building work, teaching and research.

The new edition comes with a new introduction examining the context, process and legacy of Making Space written by leading feminists in architecture.

Matrix

Making Space is a pioneering work first published in 1984 which challenges us to look at how the built environment impacts on women’s lives. It exposes the sexist assumptions on gender and sexuality that have a fundamental impact on the way buildings are designed and our cities are planned.

Written collaboratively by the feminist collective Matrix, tthe book provide a full blown critique of the patriarchal built environment both in the home and in public space, and outline alternative forms of practice that are still relevant today. Making Space remains a path breaking book pointing to possibilities of a feminist future.

Some authors worked for the London-based Matrix Feminist Architect’s collective, an architectural practice set up in 1980 seeking to establish a feminist approach to design. They worked on design projects - such as community, children and women’s centres. Others were engaged in building work, teaching and research.

The new edition comes with a new introduction examining the context, process and legacy of Making Space written by leading feminists in architecture.

Você também pode gostar

Tese sobre Uma Domesticação
Tese sobre Uma Domesticação
€ 17,70
Triste Tigre
Triste Tigre
€ 16,90
Girls
Girls
€ 15,00
Intermezzo
Intermezzo
€ 19,50
Uma Questão de Beleza
Uma Questão de Beleza
€ 27,70
 

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