From 23ff1b1f5586d16387c119012bbc1f54b5d22c40 Mon Sep 17 00:00:00 2001 From: ManuFlosoYT Date: Sun, 22 Sep 2024 01:09:52 +0200 Subject: [PATCH] fix --- .../Autores/CarmenConde/CarmenConde.html | 23 ------------- .../VicenteAlexandre/Textos/cuerpo.txt | 27 --------------- .../Autores/VicenteAlexandre/script.js | 9 ----- .../JoseAgustinGoytisolo/Textos/sencillo.txt | 30 ----------------- .../Autores/JoseAgustinGoytisolo/script.js | 8 ----- .../Autores/Antonio_Machado/script.js | 7 ---- .../Manuel_Machado/Imagenes/El_mal_poema.jpg | Bin 5334 -> 0 bytes .../Autores/Manuel_Machado/Textos/mal.txt | 6 ---- .../Autores/Manuel_Machado/Textos/mal2.txt | 7 ---- .../Autores/Manuel_Machado/script.js | 31 ------------------ .../Autores/AnaRossetti/script.js | 2 +- 11 files changed, 1 insertion(+), 149 deletions(-) delete mode 100644 Generaciones/Generacion27/Autores/VicenteAlexandre/Textos/cuerpo.txt delete mode 100644 Generaciones/Generacion60/Autores/JoseAgustinGoytisolo/Textos/sencillo.txt delete mode 100644 Generaciones/Modernismo/Autores/Manuel_Machado/Imagenes/El_mal_poema.jpg delete mode 100644 Generaciones/Modernismo/Autores/Manuel_Machado/Textos/mal.txt delete mode 100644 Generaciones/Modernismo/Autores/Manuel_Machado/Textos/mal2.txt diff --git a/Generaciones/Generacion27/Autores/CarmenConde/CarmenConde.html b/Generaciones/Generacion27/Autores/CarmenConde/CarmenConde.html index 57b6b37..1c24d3a 100644 --- a/Generaciones/Generacion27/Autores/CarmenConde/CarmenConde.html +++ b/Generaciones/Generacion27/Autores/CarmenConde/CarmenConde.html @@ -61,29 +61,6 @@

Libros:

Poemas:

- - -
- - - Quisiera tener varias sonrisas -
- -

-                                    
-
- Cantautores: -
- Paco Damas y Carmen Linares -
-
- -
-
-
-
diff --git a/Generaciones/Generacion27/Autores/VicenteAlexandre/Textos/cuerpo.txt b/Generaciones/Generacion27/Autores/VicenteAlexandre/Textos/cuerpo.txt deleted file mode 100644 index 48c7579..0000000 --- a/Generaciones/Generacion27/Autores/VicenteAlexandre/Textos/cuerpo.txt +++ /dev/null @@ -1,27 +0,0 @@ -Cuerpo feliz que fluye entre mis manos, -rostro amado donde contemplo el mundo, -donde graciosos pájaros se copian fugitivos, -volando a la región donde nada se olvida. -Tu forma externa, diamante o rubí duro, -brillo de un sol que entre mis manos deslumbra, -cráter que me convoca con su música íntima, con esa -indescifrable llamada de tus dientes. -Muero porque me arrojo, porque quiero morir, -porque quiero vivir en el fuego, porque este aire de fuera -no es mío, sino el caliente aliento -que si me acerco quema y dora mis labios desde un fondo. -Deja, deja que mire, teñido del amor, -enrojecido el rostro por tu purpúrea vida, -deja que mire el hondo clamor de tus entrañas -donde muero y renuncio a vivir para siempre. -Quiero amor o la muerte, quiero morir del todo, -quiero ser tú, tu sangre, esa lava rugiente -que regando encerrada bellos miembros extremos -siente así los hermosos límites de la vida. -Este beso en tus labios como una lenta espina, -como un mar que voló hecho un espejo, -como el brillo de un ala, -es todavía unas manos, un repasar de tu crujiente pelo, -un crepitar de la luz vengadora, -luz o espada mortal que sobre mi cuello amenaza, -pero que nunca podrá destruir la unidad de este mundo. diff --git a/Generaciones/Generacion27/Autores/VicenteAlexandre/script.js b/Generaciones/Generacion27/Autores/VicenteAlexandre/script.js index 0ba2335..20b8239 100644 --- a/Generaciones/Generacion27/Autores/VicenteAlexandre/script.js +++ b/Generaciones/Generacion27/Autores/VicenteAlexandre/script.js @@ -69,15 +69,6 @@ fetch('Textos/destruccion2.txt') } ).catch(error => console.error('Error fetching file:', error)); -fetch('Textos/cuerpo.txt') - .then(response => response.text()) - .then(text => - { - document.getElementById('cuerpo').textContent = text; - } -).catch(error => console.error('Error fetching file:', error)); - - fetch('Textos/querian.txt') .then(response => response.text()) .then(text => diff --git a/Generaciones/Generacion60/Autores/JoseAgustinGoytisolo/Textos/sencillo.txt b/Generaciones/Generacion60/Autores/JoseAgustinGoytisolo/Textos/sencillo.txt deleted file mode 100644 index 300df3c..0000000 --- a/Generaciones/Generacion60/Autores/JoseAgustinGoytisolo/Textos/sencillo.txt +++ /dev/null @@ -1,30 +0,0 @@ - -Todo fue muy sencillo: -ocurrió que las manos -que ella amaba, -tomaron por sorpresa -su piel y sus cabellos; -que la lengua -descubrió su deleite. -¡Ah! detener el tiempo! -Aunque la historia -tan sólo ha comenzado -y sepa que la noche -le es propicia, -teme que con el alba -continúe su sed -igual que siempre. -Ahora el amor la invade -una vez más. ¡Oh tú -que estás bebiendo! -Apiádate de ella, -su garganta está seca, -ni hablar puede. -Pero escucha su herido, -respira la agonía -de un éxtasis y el ruego: -¡no te vayas, no, no te vayas. -¡Quiero beber yo! - - - diff --git a/Generaciones/Generacion60/Autores/JoseAgustinGoytisolo/script.js b/Generaciones/Generacion60/Autores/JoseAgustinGoytisolo/script.js index 7d9e2d4..75f33e0 100644 --- a/Generaciones/Generacion60/Autores/JoseAgustinGoytisolo/script.js +++ b/Generaciones/Generacion60/Autores/JoseAgustinGoytisolo/script.js @@ -78,14 +78,6 @@ fetch('Textos/noche.txt') } ).catch(error => console.error('Error fetching file:', error)); -fetch('Textos/sencillo.txt') - .then(response => response.text()) - .then(text => - { - document.getElementById('cencillo').textContent = text; - } -).catch(error => console.error('Error fetching file:', error)); - //A veces gran amor diff --git a/Generaciones/Modernismo/Autores/Antonio_Machado/script.js b/Generaciones/Modernismo/Autores/Antonio_Machado/script.js index 7a50b88..2988287 100644 --- a/Generaciones/Modernismo/Autores/Antonio_Machado/script.js +++ b/Generaciones/Modernismo/Autores/Antonio_Machado/script.js @@ -1,10 +1,3 @@ -window.addEventListener('scroll', function() { - var imagen = document.getElementById('volver'); - var scrollTop = window.scrollY || document.documentElement.scrollTop; - - imagen.style.bottom = (20 + scrollTop) + 'px'; -}); - //Biografía del autor fetch('Textos/biografia.txt') diff --git a/Generaciones/Modernismo/Autores/Manuel_Machado/Imagenes/El_mal_poema.jpg b/Generaciones/Modernismo/Autores/Manuel_Machado/Imagenes/El_mal_poema.jpg deleted file mode 100644 index e48c955ccd94084bc55c90f4a1219b528038a7cc..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5334 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 V005)(f5f$i9n62V+kcS{^&iE#2rvKu diff --git a/Generaciones/Modernismo/Autores/Manuel_Machado/Textos/mal.txt b/Generaciones/Modernismo/Autores/Manuel_Machado/Textos/mal.txt deleted file mode 100644 index a8d5f25..0000000 --- a/Generaciones/Modernismo/Autores/Manuel_Machado/Textos/mal.txt +++ /dev/null @@ -1,6 +0,0 @@ -"El mal poema" (1909) es una obra significativa dentro de la literatura - modernista española, destacándose por su carácter transgresor y su tono provocador. - Este libro rompe con las convenciones estéticas de la época, explorando temas considerados - tabúes y reflejando una visión desencantada de la vida urbana y la bohemia. Con un estilo - directo y a menudo crudo, la obra aborda la decadencia, el hastío existencial, y las - contradicciones de la modernidad. \ No newline at end of file diff --git a/Generaciones/Modernismo/Autores/Manuel_Machado/Textos/mal2.txt b/Generaciones/Modernismo/Autores/Manuel_Machado/Textos/mal2.txt deleted file mode 100644 index 6fdac3a..0000000 --- a/Generaciones/Modernismo/Autores/Manuel_Machado/Textos/mal2.txt +++ /dev/null @@ -1,7 +0,0 @@ -A través de sus versos, "El mal poema" utiliza un lenguaje - vigoroso y realista, capturando la crudeza y la vitalidad de la vida cotidiana. - Los poemas revelan una fascinación por lo marginal y lo sórdido, retratando escenas - de la vida nocturna y bohemia con una sinceridad y franqueza inusuales para su tiempo. - Este libro consolidó a su autor como una figura clave del modernismo, demostrando una - valentía artística y una capacidad para reflejar las sombras y luces de la condición - humana con una intensidad y autenticidad notables. \ No newline at end of file diff --git a/Generaciones/Modernismo/Autores/Manuel_Machado/script.js b/Generaciones/Modernismo/Autores/Manuel_Machado/script.js index 3f03073..3db2930 100644 --- a/Generaciones/Modernismo/Autores/Manuel_Machado/script.js +++ b/Generaciones/Modernismo/Autores/Manuel_Machado/script.js @@ -68,37 +68,6 @@ fetch('Textos/ocaso.txt') } ).catch(error => console.error('Error fetching file:', error)); - -//El mal poema - -fetch('Textos/mal.txt') //CAMBIAR ESTO PARA CONFIGURAR - .then(response => response.text()) - .then(texto => { - const frasesEnNegrita = /(tendencia a la vanguardia|tendencia al compromiso)/gi; //CAMBIAR ESTO PARA CONFIGURAR - const frasesEnCursiva = /(Azul|Prosas profanas|Cantos de vida y esperanza)/gi; //CAMBIAR ESTO PARA CONFIGURAR - const frasesSubrayadas = /(texto a subrayar|otro texto)/gi; //CAMBIAR ESTO PARA CONFIGURAR - - const textoFormateado1 = texto.replace(frasesEnNegrita, '$&'); - const textoFormateado2 = textoFormateado1.replace(frasesEnCursiva, '$&'); - const textoFinal = textoFormateado2.replace(frasesSubrayadas, '$&'); - - document.getElementById('mal').innerHTML = textoFinal; //CAMBIAR ESTO PARA CONFIGURAR -}).catch(error => console.error('Error al cargar el archivo:', error)); - -fetch('Textos/mal2.txt') //CAMBIAR ESTO PARA CONFIGURAR - .then(response => response.text()) - .then(texto => { - const frasesEnNegrita = /(tendencia a la vanguardia|tendencia al compromiso)/gi; //CAMBIAR ESTO PARA CONFIGURAR - const frasesEnCursiva = /(Azul|Prosas profanas|Cantos de vida y esperanza)/gi; //CAMBIAR ESTO PARA CONFIGURAR - const frasesSubrayadas = /(texto a subrayar|otro texto)/gi; //CAMBIAR ESTO PARA CONFIGURAR - - const textoFormateado1 = texto.replace(frasesEnNegrita, '$&'); - const textoFormateado2 = textoFormateado1.replace(frasesEnCursiva, '$&'); - const textoFinal = textoFormateado2.replace(frasesSubrayadas, '$&'); - - document.getElementById('mal2').innerHTML = textoFinal; //CAMBIAR ESTO PARA CONFIGURAR -}).catch(error => console.error('Error al cargar el archivo:', error)); - fetch('Textos/retrato.txt') .then(response => response.text()) .then(text => diff --git a/Generaciones/PoesiaContemporanea/Autores/AnaRossetti/script.js b/Generaciones/PoesiaContemporanea/Autores/AnaRossetti/script.js index 702fe61..4f28b37 100644 --- a/Generaciones/PoesiaContemporanea/Autores/AnaRossetti/script.js +++ b/Generaciones/PoesiaContemporanea/Autores/AnaRossetti/script.js @@ -27,7 +27,7 @@ fetch('Textos/biografia3.txt') //Indicios vehementes -fetch('Textos/inicios.txt') +fetch('Textos/Inicios.txt') .then(response => response.text()) .then(text => {