Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fseleneqm committed May 5, 2024
2 parents fef131f + 69fc7f6 commit 243f56e
Showing 1 changed file with 31 additions and 25 deletions.
56 changes: 31 additions & 25 deletions condiciones.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ <h1 class="titulo">CAN REST</h1>
<li><a href="reservas.html">SERVICIOS</a></li>
<li><a href="reservas.html">RESERVAS</a></li>
<li><a href="home.html"><img src="img/dog_up.svg" alt="Ir arriba" /></a></li>
<li><a href=#galeria >GALERÍA</a></li>
<li><a href=#nosotros>NOSOTROS</a></li>
<li><a href=#reseñas>RESEÑAS</a></li>
<li><a href="home.html#galeria" >GALERÍA</a></li>
<li><a href="home.html#nosotros">NOSOTROS</a></li>
<li><a href="home.html#reseñas">RESEÑAS</a></li>
</ul>
</nav>

Expand Down Expand Up @@ -118,25 +118,31 @@ <h2>7. Contacto</h2>
<p>Todos los derechos reservados.</p>
</section>

<footer>
<section class="footer-links">
<a href="condiciones.html">Términos y condiciones</a>
<p>Datos de contacto:</p>
<a href="tel:+349221234567">&emsp;Tel: +34 922 123 45 67</a>
<br>
<a href="mailto:info@canrest.com">&emsp;Email: info@canrest.com</a>
<p>Dirección: Calle X, Nº 1. CP 38000</p>
</section>

<section>
<a href="#top"><img src="img/dog_up_orange.svg" alt="Icono de perrito de color naranja mirando hacia arriba que lleva al inicio de la web" class="dog_up" title=""/></a>
</section>

<section class="footer-social">
<a href="#"><img src="img/instagram.svg" alt="" class="redes" /></a>
<a href="#"><img src="img/facebook.svg" alt="" class="redes" /></a>
<a href="#"><img src="img/whatsapp.svg" alt="" class="redes" /></a>
</section>
</footer>
</body>
</html>
<!-- Pie de página: -->

<footer>
<section class="footer-links">
<a href="condiciones.html">Términos y condiciones</a>
<p>Datos de contacto:</p>
<a href="tel:+349221234567">&emsp;Tel: +34 922 123 45 67</a>
<br>
<a href="mailto:info@canrest.com">&emsp;Email: info@canrest.com</a>
<p>Dirección: Calle X, Nº 1. CP 38000</p>
</section>

<section>
<a href="#top" onclick="document.getElementById('clicSound').play()">
<img src="img/dog_up_orange.svg" alt="Icono de perrito de color naranja mirando hacia arriba que lleva al inicio de la web" class="dog_up" title="Botón para ir arriba"/>
</a>
</section>

<audio id="clicSound" src="audio/ladrido.mp3" type="audio/mpeg"></audio>

<section class="footer-social">
<a href="#"><img src="img/instagram.svg" alt="" class="redes" /></a>
<a href="#"><img src="img/facebook.svg" alt="" class="redes" /></a>
<a href="#"><img src="img/whatsapp.svg" alt="" class="redes" /></a>
</section>
</footer>
</body>
</html>

0 comments on commit 243f56e

Please sign in to comment.