-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
62c63b2
commit 4ed03e8
Showing
13 changed files
with
359 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
56 changes: 56 additions & 0 deletions
56
Generaciones/Generacion27/Autores/DamasoAlonso/Insomnio.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> | ||
<link rel="icon" type="image/x-icon" href="../../../../favicon.ico"> | ||
<title>Insomnio</title> | ||
<link rel="stylesheet" href="../../../../antologia.css" /> | ||
<script src="script.js"></script> | ||
</head> | ||
|
||
<body class="body-poema-largo"> | ||
<script src="header.js"></script> | ||
|
||
|
||
<div class="fondo-poema-largo"> | ||
|
||
|
||
|
||
<h1 class="h1-autor">Insomnio</h1> | ||
|
||
|
||
<div> | ||
<div class="bloque-poema-largo"> | ||
|
||
<pre id="insomnio"></pre> | ||
<div class="alineadoAudio"> | ||
<div class="marcoAudio"> | ||
<b>Poema recitado:</b> | ||
<br> | ||
<b>Voz de Damaso Alonso</b> | ||
<br> | ||
<br> | ||
<audio controls> | ||
<source src="Audio/Insomnio_recitado_por_Damaso_Alonso [EyUNJnsbjJ0].mp3" type="audio/mpeg"> | ||
</audio> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="line"></div> | ||
|
||
<a href="DamasoAlonso.html"> | ||
<div class="volver-poema-largo"> | ||
<div class="image-header"> | ||
<img src="../../../../../Imagenes/Header/volver.png"> | ||
</div> | ||
<h2>Volver atrás</h2> | ||
</div> | ||
</a> | ||
<div class="line"></div> | ||
<br> | ||
</div> | ||
|
||
</div> | ||
</body> | ||
</html> |
45 changes: 45 additions & 0 deletions
45
Generaciones/Generacion27/Autores/DamasoAlonso/Profundis.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> | ||
<link rel="icon" type="image/x-icon" href="../../../../favicon.ico"> | ||
<title>De profundis</title> | ||
<link rel="stylesheet" href="../../../../antologia.css" /> | ||
<script src="script.js"></script> | ||
</head> | ||
|
||
<body class="body-poema-largo"> | ||
<script src="header.js"></script> | ||
|
||
|
||
<div class="fondo-poema-largo"> | ||
|
||
|
||
|
||
<h1 class="h1-autor">De profundis</h1> | ||
|
||
|
||
<div> | ||
<div class="bloque-poema-largo"> | ||
|
||
<pre id="profundis"></pre> | ||
|
||
</div> | ||
|
||
<div class="line"></div> | ||
|
||
<a href="DamasoAlonso.html"> | ||
<div class="volver-poema-largo"> | ||
<div class="image-header"> | ||
<img src="../../../../../Imagenes/Header/volver.png"> | ||
</div> | ||
<h2>Volver atrás</h2> | ||
</div> | ||
</a> | ||
<div class="line"></div> | ||
<br> | ||
</div> | ||
|
||
</div> | ||
</body> | ||
</html> |
3 changes: 2 additions & 1 deletion
3
Generaciones/Generacion27/Autores/DamasoAlonso/Textos/insomnio.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
function createHeader() { | ||
// Crea el elemento header | ||
const header = document.createElement('header'); | ||
|
||
// Añade contenido al header (puedes personalizar esto) | ||
header.innerHTML = ` | ||
<div class="fondo-header"> | ||
<nav> | ||
<ul> | ||
<li> | ||
<a href="../../../../../index.html"> | ||
<div class="fondo-header-inicio"> | ||
<div class="image-header"> | ||
<img src="../../../../../Imagenes/Header/home.webp"> | ||
</div> | ||
<h2>Inicio</h2> | ||
</div> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="DamasoAlonso.html"> | ||
<div class="fondo-header-volver"> | ||
<div class="image-header"> | ||
<img src="../../../../../Imagenes/Header/volver.png"> | ||
</div> | ||
<h2>Volver atrás</h2> | ||
</div> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="../../../../../Listado.html"> | ||
<div class="fondo-header-listado"> | ||
<div class="image-header"> | ||
<img src="../../../../../Imagenes/Header/pergamino.webp"> | ||
</div> | ||
<h2>Listado de poemas</h2> | ||
</div> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="../../../../../Sorteos/Sorteos.html"> | ||
<div class="fondo-header-sorteos"> | ||
<div class="image-header"> | ||
<img src="../../../../../Imagenes/Header/dados.webp"> | ||
</div> | ||
<h2>Sorteos</h2> | ||
</div> | ||
</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
</div> | ||
<div id="miDiv"> | ||
<a href="#" > | ||
<div class="fondo-header-subir"> | ||
<div class="image-header"> | ||
<img src="../../../../Imagenes/Header/subir.png"> | ||
</div> | ||
<h2>Subir</h2> | ||
</div> | ||
</a> | ||
</div> | ||
`; | ||
|
||
// Inserta el header al principio del body | ||
document.body.insertBefore(header, document.body.firstChild); | ||
} | ||
|
||
// Ejecuta la función para crear el header | ||
createHeader(); |
45 changes: 45 additions & 0 deletions
45
.../Novisimos/Autores/LeopoldoMariaPanero/Blancanieves se despide de los siete enanitos.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> | ||
<link rel="icon" type="image/x-icon" href="../../../../favicon.ico"> | ||
<title>Blancanieves se despide de los siete enanitos</title> | ||
<link rel="stylesheet" href="../../../../antologia.css" /> | ||
<script src="script.js"></script> | ||
</head> | ||
|
||
<body class="body-poema-largo"> | ||
<script src="header.js"></script> | ||
|
||
|
||
<div class="fondo-poema-largo"> | ||
|
||
|
||
|
||
<h1 class="h1-autor">Blancanieves se despide de los siete enanitos</h1> | ||
|
||
|
||
<div> | ||
<div class="bloque-poema-largo"> | ||
|
||
<pre id="enanitos"></pre> | ||
|
||
</div> | ||
|
||
<div class="line"></div> | ||
|
||
<a href="LeopoldoMariaPanero.html"> | ||
<div class="volver-poema-largo"> | ||
<div class="image-header"> | ||
<img src="../../../../../Imagenes/Header/volver.png"> | ||
</div> | ||
<h2>Volver atrás</h2> | ||
</div> | ||
</a> | ||
<div class="line"></div> | ||
<br> | ||
</div> | ||
|
||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
71 changes: 71 additions & 0 deletions
71
Generaciones/Novisimos/Autores/LeopoldoMariaPanero/header.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
function createHeader() { | ||
// Crea el elemento header | ||
const header = document.createElement('header'); | ||
|
||
// Añade contenido al header (puedes personalizar esto) | ||
header.innerHTML = ` | ||
<div class="fondo-header"> | ||
<nav> | ||
<ul> | ||
<li> | ||
<a href="../../../../../index.html"> | ||
<div class="fondo-header-inicio"> | ||
<div class="image-header"> | ||
<img src="../../../../../Imagenes/Header/home.webp"> | ||
</div> | ||
<h2>Inicio</h2> | ||
</div> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="DamasoAlonso.html"> | ||
<div class="fondo-header-volver"> | ||
<div class="image-header"> | ||
<img src="../../../../../Imagenes/Header/volver.png"> | ||
</div> | ||
<h2>Volver atrás</h2> | ||
</div> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="../../../../../Listado.html"> | ||
<div class="fondo-header-listado"> | ||
<div class="image-header"> | ||
<img src="../../../../../Imagenes/Header/pergamino.webp"> | ||
</div> | ||
<h2>Listado de poemas</h2> | ||
</div> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="../../../../../Sorteos/Sorteos.html"> | ||
<div class="fondo-header-sorteos"> | ||
<div class="image-header"> | ||
<img src="../../../../../Imagenes/Header/dados.webp"> | ||
</div> | ||
<h2>Sorteos</h2> | ||
</div> | ||
</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
</div> | ||
<div id="miDiv"> | ||
<a href="#" > | ||
<div class="fondo-header-subir"> | ||
<div class="image-header"> | ||
<img src="../../../../Imagenes/Header/subir.png"> | ||
</div> | ||
<h2>Subir</h2> | ||
</div> | ||
</a> | ||
</div> | ||
`; | ||
|
||
// Inserta el header al principio del body | ||
document.body.insertBefore(header, document.body.firstChild); | ||
} | ||
|
||
// Ejecuta la función para crear el header | ||
createHeader(); |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.