REHABILITACIÓN Y AMPLIACIÓN DE EDIFICIO EN A CORUÑA

Edificio catalogado, en un conjunto de edificación obrera en altura de comienzos del S. XX. Construcción que mantiene tipologías tradicionales como un extraordinarios muro de carga de mampostería, e introduce elementos de industrialización.

document.addEventListener('DOMContentLoaded', function() { const links = document.querySelectorAll('a.gallery-link'); links.forEach(link => { // Comprobamos si el enlace NO tiene texto legible if (!link.textContent.trim()) { // Creamos el span accesible con texto "Ver proyecto" const span = document.createElement('span'); span.textContent = 'Ver proyecto'; span.style.position = 'absolute'; span.style.width = '1px'; span.style.height = '1px'; span.style.padding = '0'; span.style.margin = '-1px'; span.style.overflow = 'hidden'; span.style.clip = 'rect(0, 0, 0, 0)'; span.style.whiteSpace = 'nowrap'; span.style.border = '0'; link.appendChild(span); } }); });