diff --git a/Generaciones/Generacion27/Autores/CarmenConde/Audio/Quisiera_Tener_Varias_Sonrisas_de_Recambio [NQSGXuVlJzc].mp3 b/Generaciones/Generacion27/Autores/CarmenConde/Audio/Quisiera_Tener_Varias_Sonrisas_de_Recambio [NQSGXuVlJzc].mp3 deleted file mode 100644 index 35da145..0000000 Binary files a/Generaciones/Generacion27/Autores/CarmenConde/Audio/Quisiera_Tener_Varias_Sonrisas_de_Recambio [NQSGXuVlJzc].mp3 and /dev/null differ diff --git a/Generaciones/Generacion27/Autores/CarmenConde/Textos/sonrisas.txt b/Generaciones/Generacion27/Autores/CarmenConde/Textos/sonrisas.txt deleted file mode 100644 index aef4e02..0000000 --- a/Generaciones/Generacion27/Autores/CarmenConde/Textos/sonrisas.txt +++ /dev/null @@ -1,14 +0,0 @@ -Quisiera tener varias sonrisas de recambio -y un vasto repertorio de modos de expresarme. -O bien con la palabra, o bien con la manera, -buscar el hábil gesto que pudiera escudarme... - -Y al igual que en el gesto buscar en la mentira -diferentes disfraces, bien vestir el engaño; -y poder, sin conciencia, ir haciendo a las gentes, -con sutil maniobra, la caricia del daño. - -Yo quisiera ¡y no puedo! ser como son los otros, -los que pueblan el mundo y se llaman humanos: -siempre el beso en el labio, ocultando los hechos -y al final... el lavarse tan tranquilos las manos. diff --git a/Generaciones/Generacion27/Autores/CarmenConde/script.js b/Generaciones/Generacion27/Autores/CarmenConde/script.js index 674d03b..49c765d 100644 --- a/Generaciones/Generacion27/Autores/CarmenConde/script.js +++ b/Generaciones/Generacion27/Autores/CarmenConde/script.js @@ -51,13 +51,6 @@ fetch('Textos/contigo.txt') } ).catch(error => console.error('Error fetching file:', error)); -fetch('Textos/sonrisas.txt') - .then(response => response.text()) - .then(text => - { - document.getElementById('sonrisas').textContent = text; - } -).catch(error => console.error('Error fetching file:', error)); //Los poemas de Mar Menor diff --git a/Generaciones/Generacion27/Autores/ConchaMendez/ConchaMendez.html b/Generaciones/Generacion27/Autores/ConchaMendez/ConchaMendez.html index 1cbb434..196daaa 100644 --- a/Generaciones/Generacion27/Autores/ConchaMendez/ConchaMendez.html +++ b/Generaciones/Generacion27/Autores/ConchaMendez/ConchaMendez.html @@ -186,6 +186,58 @@
-Góngora
+ + + +
+ + Inquietudes + +
+
+
+ +

+

+
+ +
+ + + + +
+ +

Poemas:

+ + +
+ + + Quisiera tener varias sonrisas +
+ +

+    
+                                    
+
+ Cantautores: +
+ Paco Damas + +
+ +
+
+
+
+ +
+ +
+
diff --git a/Generaciones/Generacion27/Autores/ConchaMendez/script.js b/Generaciones/Generacion27/Autores/ConchaMendez/script.js index 3a5c4cd..93a1df0 100644 --- a/Generaciones/Generacion27/Autores/ConchaMendez/script.js +++ b/Generaciones/Generacion27/Autores/ConchaMendez/script.js @@ -109,4 +109,30 @@ fetch('Textos/entiendo.txt') { document.getElementById('entiendo').textContent = text; } +).catch(error => console.error('Error fetching file:', error)); + +//Inquietudes + +fetch('Textos/inquietudes.txt') + .then(response => response.text()) + .then(text => + { + document.getElementById('inquietudes').textContent = text; + } +).catch(error => console.error('Error fetching file:', error)); + +fetch('Textos/inquietudes2.txt') + .then(response => response.text()) + .then(text => + { + document.getElementById('inquietudes2').textContent = text; + } +).catch(error => console.error('Error fetching file:', error)); + +fetch('Textos/sonrisas.txt') + .then(response => response.text()) + .then(text => + { + document.getElementById('sonrisas').textContent = text; + } ).catch(error => console.error('Error fetching file:', error)); \ No newline at end of file diff --git a/Generaciones/PoesiaContemporanea/Autores/LuisGarciaMontero/Luis Garcia Montero.html b/Generaciones/PoesiaContemporanea/Autores/LuisGarciaMontero/Luis Garcia Montero.html index 3c6f508..1fbde8f 100644 --- a/Generaciones/PoesiaContemporanea/Autores/LuisGarciaMontero/Luis Garcia Montero.html +++ b/Generaciones/PoesiaContemporanea/Autores/LuisGarciaMontero/Luis Garcia Montero.html @@ -130,6 +130,26 @@

Poemas:

+ + +
+ + + La inmortalidad +
+ +

+                                    
+
+ Poema recitado: +
+ +
+
+
+
diff --git a/Generaciones/PoesiaContemporanea/Autores/LuisGarciaMontero/script.js b/Generaciones/PoesiaContemporanea/Autores/LuisGarciaMontero/script.js index 61ba85e..8db0307 100644 --- a/Generaciones/PoesiaContemporanea/Autores/LuisGarciaMontero/script.js +++ b/Generaciones/PoesiaContemporanea/Autores/LuisGarciaMontero/script.js @@ -67,6 +67,13 @@ fetch('Textos/Resumen.txt') } ).catch(error => console.error('Error fetching file:', error)); +fetch('Textos/inmortalidad.txt') + .then(response => response.text()) + .then(text => + { + document.getElementById('inmortalidad').textContent = text; + } +).catch(error => console.error('Error fetching file:', error)); //Habitaciones separadas diff --git a/Listado.html b/Listado.html index 368167f..4d416ef 100644 --- a/Listado.html +++ b/Listado.html @@ -421,6 +421,12 @@

Concha Méndez

Ni me entiendo ni me entienden

+ +
+ +

Quisiera tener varias sonrisas

+
+
@@ -437,12 +443,6 @@

Vicente Aleixandre

Adolescencia

- -
- -

Cuerpo feliz que fluye entre mis manos

-
-
@@ -509,12 +509,6 @@

Gerardo Diego

Carmen Conde

@@ -1350,6 +1350,12 @@

Luis García Montero

La ausencia es una forma del invierno

+ +
+ +

La inmortalidad

+
+