Commit 2f489806 by Georgina Mondino

Puse el favicon e hice las imagenes de "Funciones" y "Entradas" para la sección …

…de Informacion del espectáculo
1 parent 36ad6129
......@@ -5,20 +5,16 @@
<svg width="70" height="75">
<a href="#" onclick="openCity(event, 'Funciones')">
<polygon points="0,0 0,75 25,50 50,75 50,0" class="Boton" />
<text x="25" y="30" fill="#FFFFFF" text-anchor="middle"
alignment-baseline="middle" font-size="40px">
&#128467;
</text>
<image xlink:href="assets/images/Funciones.png"
x="5" y="5" height="40px" width="40px"></image>
</a>
</svg>
<svg width="70" height="75">
<a href="#" onclick="openCity(event, 'Entradas')">
<polygon points="0,0 0,75 25,50 50,75 50,0" class="Boton" />
<text x="25" y="30" fill="#FFFFFF" text-anchor="middle"
alignment-baseline="middle" font-size="40px">
&#127903;
</text>
<image xlink:href="assets/images/Entrada.png"
x="5" y="5" height="40px" width="40px"></image>
</a>
</svg>
......
......@@ -5,11 +5,14 @@
/* Position the image container (needed to position the left and right arrows) */
.container {
position: relative;
height: auto;
}
/* shows the images by default, let angular hide them */
.mySlides {
display: block;
width: 100%;
height: auto;
}
/* Add a pointer when hovering over the thumbnail images */
......
No preview for this file type
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!