Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuFlosoYT committed Sep 21, 2024
1 parent 4a14a78 commit 11bfcc3
Show file tree
Hide file tree
Showing 8 changed files with 123 additions and 33 deletions.
Binary file not shown.
14 changes: 0 additions & 14 deletions Generaciones/Generacion27/Autores/CarmenConde/Textos/sonrisas.txt

This file was deleted.

7 changes: 0 additions & 7 deletions Generaciones/Generacion27/Autores/CarmenConde/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
52 changes: 52 additions & 0 deletions Generaciones/Generacion27/Autores/ConchaMendez/ConchaMendez.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,58 @@ <h5>-Góngora</h5>

</div>
</details>

<!-- EMPIEZA LIBRO -->

<details>

<summary class="libros-titulo">Inquietudes</summary>

<div class="fondo-libros">
<div>
<div class="bloque-libro">
<img src="Imagenes/inquietudes.webp" class="imagen-libros"/>
<p class="texto-libro" id="inquietudes"></p>
<p class="texto-libro" id="inquietudes2"></p>
</div>

</div>




<section class="fondo-poemas">

<h2 class="poemas">Poemas:</h2>

<!-- EMPIEZA POEMA -->
<details>


<summary class="poemas-titulo">Quisiera tener varias sonrisas</summary>
<div class="fondo-texto-poema">

<pre id="sonrisas"></pre>

<div class="alineadoAudio">
<div class="marcoAudio">
<b>Cantautores:</b>
<br>
<b>Paco Damas
</b>
<br>
<audio controls>
<source src="Audio/Quisiera_Tener_Varias_Sonrisas_de_Recambio [NQSGXuVlJzc].mp3" type="audio/mpeg">
</audio>
</div>
</div>
</div>
</details>

</section>

</div>
</details>

</section>
</div>
Expand Down
26 changes: 26 additions & 0 deletions Generaciones/Generacion27/Autores/ConchaMendez/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,26 @@ <h2 class="poemas">Poemas:</h2>
</div>
</div>
</details>

<!-- EMPIEZA POEMA -->
<details>


<summary class="poemas-titulo">La inmortalidad</summary>
<div class="fondo-texto-poema">

<pre id="inmortalidad"></pre>
<div class="alineadoAudio">
<div class="marcoAudio">
<b>Poema recitado:</b>
<br>
<audio controls>
<source src="Audio/La_Inmortalidad_Luis_Garcia_Montero [jizOxiN_VeM].mp3" type="audio/mpeg">
</audio>
</div>
</div>
</div>
</details>


</section>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
30 changes: 18 additions & 12 deletions Listado.html
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,12 @@ <h3 class="titulo3">Concha Méndez</h3>
<p>Ni me entiendo ni me entienden</p>
</div>
</a>
<a href="">
<div class="listado">
<img src="Imagenes/Listado/youtube.png" class="youtube">
<p>Quisiera tener varias sonrisas</p>
</div>
</a>
</div>
</div>

Expand All @@ -437,12 +443,6 @@ <h3 class="titulo3">Vicente Aleixandre</h3>
<p>Adolescencia</p>
</div>
</a>
<a href="">
<div class="listado">
<img src="Imagenes/Listado/youtube.png" class="youtube">
<p>Cuerpo feliz que fluye entre mis manos</p>
</div>
</a>
<a href="">
<div class="listado">
<img src="Imagenes/Listado/youtube.png" class="youtube">
Expand Down Expand Up @@ -509,12 +509,6 @@ <h3 class="titulo3">Gerardo Diego</h3>
<div class="bloque">
<h3 class="titulo3">Carmen Conde</h3>
<div class="container">
<a href="">
<div class="listado">
<img src="Imagenes/Listado/youtube.png" class="youtube">
<p>Quisiera tener varias sonrisas</p>
</div>
</a>
<a href="">
<div class="listado">
<img src="Imagenes/Listado/youtube.png" class="youtube">
Expand Down Expand Up @@ -605,6 +599,12 @@ <h3 class="titulo3">Luis Cernuda</h3>
<p>Peregrino</p>
</div>
</a>
<a href="">
<div class="listado">
<img src="Imagenes/Listado/youtube.png" class="youtube">
<p>Si el hombre pudiera decir</p>
</div>
</a>
</div>
</div>

Expand Down Expand Up @@ -1350,6 +1350,12 @@ <h3 class="titulo3">Luis García Montero</h3>
<p>La ausencia es una forma del invierno</p>
</div>
</a>
<a href="">
<div class="listado">
<img src="Imagenes/Listado/youtube.png" class="youtube">
<p>La inmortalidad</p>
</div>
</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 11bfcc3

Please sign in to comment.