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 @@ ...@@ -5,20 +5,16 @@
<svg width="70" height="75"> <svg width="70" height="75">
<a href="#" onclick="openCity(event, 'Funciones')"> <a href="#" onclick="openCity(event, 'Funciones')">
<polygon points="0,0 0,75 25,50 50,75 50,0" class="Boton" /> <polygon points="0,0 0,75 25,50 50,75 50,0" class="Boton" />
<text x="25" y="30" fill="#FFFFFF" text-anchor="middle" <image xlink:href="assets/images/Funciones.png"
alignment-baseline="middle" font-size="40px"> x="5" y="5" height="40px" width="40px"></image>
&#128467;
</text>
</a> </a>
</svg> </svg>
<svg width="70" height="75"> <svg width="70" height="75">
<a href="#" onclick="openCity(event, 'Entradas')"> <a href="#" onclick="openCity(event, 'Entradas')">
<polygon points="0,0 0,75 25,50 50,75 50,0" class="Boton" /> <polygon points="0,0 0,75 25,50 50,75 50,0" class="Boton" />
<text x="25" y="30" fill="#FFFFFF" text-anchor="middle" <image xlink:href="assets/images/Entrada.png"
alignment-baseline="middle" font-size="40px"> x="5" y="5" height="40px" width="40px"></image>
&#127903;
</text>
</a> </a>
</svg> </svg>
......
...@@ -5,11 +5,14 @@ ...@@ -5,11 +5,14 @@
/* Position the image container (needed to position the left and right arrows) */ /* Position the image container (needed to position the left and right arrows) */
.container { .container {
position: relative; position: relative;
height: auto;
} }
/* shows the images by default, let angular hide them */ /* shows the images by default, let angular hide them */
.mySlides { .mySlides {
display: block; display: block;
width: 100%;
height: auto;
} }
/* Add a pointer when hovering over the thumbnail images */ /* 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!