-
Notifications
You must be signed in to change notification settings - Fork 1
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
c1bbe44
commit 9fdfc69
Showing
4 changed files
with
193 additions
and
71 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
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 |
---|---|---|
|
@@ -76,63 +76,63 @@ | |
<!-- | ||
<h4><small>Share Your Message</small>Watch</h4> | ||
--> | ||
<img src="img/carruselIMG/campañasid.jpg" alt="Image"> | ||
<img src="Img/IMG General/carruselIMG/campañasid.jpg" alt="Image"> | ||
</a> | ||
</div> | ||
<div class="slick"> | ||
<a href="preguntasFrecuentes.html"> | ||
<!-- | ||
<h4><small>Share Your Message</small>Watch</h4> | ||
--> | ||
<img src="img/carruselIMG/Camañaden.jpg" alt="Image"> | ||
<img src="Img/IMG General/carruselIMG/Camañaden.jpg" alt="Image"> | ||
</a> | ||
</div> | ||
<div class="slick"> | ||
<a href="preguntasFrecuentes.html"> | ||
<!-- | ||
<h4><small>Share Your Message</small>Watch</h4> | ||
--> | ||
<img src="img/carruselIMG/campañacancer.jpeg" alt="Image"> | ||
<img src="Img/IMG General/carruselIMG/campañacancer.jpeg" alt="Image"> | ||
</a> | ||
</div> | ||
<div class="slick"> | ||
<a href="preguntasFrecuentes.html"> | ||
<!-- | ||
<h4><small>Share Your Message</small>Watch</h4> | ||
--> | ||
<img src="img/carruselIMG/campañacov.jpg" alt="Image"> | ||
<img src="Img/IMG General/carruselIMG/campañacov.jpg" alt="Image"> | ||
</a> | ||
</div> | ||
<div class="slick"> | ||
<a href="preguntasFrecuentes.html"> | ||
<!-- | ||
<h4><small>Share Your Message</small>Watch</h4> | ||
--> | ||
<img src="img/carruselIMG/campañadeco.jpeg" alt="Image"> | ||
<img src="Img/IMG General/carruselIMG/campañadeco.jpeg" alt="Image"> | ||
</a> | ||
</div> | ||
<div class="slick"> | ||
<a href="preguntasFrecuentes.html"> | ||
<!-- | ||
<h4><small>Share Your Message</small>Watch</h4> | ||
--> | ||
<img src="img/carruselIMG/campañadecon.jpg" alt="Image"> | ||
<img src="Img/IMG General/carruselIMG/campañadecon.jpg" alt="Image"> | ||
</a> | ||
</div> | ||
<div class="slick"> | ||
<a href="preguntasFrecuentes.html"> | ||
<!-- | ||
<h4><small>Share Your Message</small>Watch</h4> | ||
--> | ||
<img src="img/carruselIMG/campañasalum.png" alt="Image"> | ||
<img src="Img/IMG General/carruselIMG/campañasalum.png" alt="Image"> | ||
</a> | ||
</div> | ||
<div class="slick"> | ||
<a href="preguntasFrecuentes.html"> | ||
<!-- | ||
<h4><small>Share Your Message</small>Watch</h4> | ||
--> | ||
<img src="img/carruselIMG/campañavacu.jpeg" alt="Image"> | ||
<img src="Img/IMG General/carruselIMG/campañavacu.jpeg" alt="Image"> | ||
</a> | ||
</div> | ||
</div> | ||
|
@@ -209,15 +209,15 @@ <h1 id="TituloFooter">Hospital Municipal La Falda</h1> | |
</div> | ||
|
||
<div class="footer-contact-button"> | ||
<button>Contacto y Servicio</button> | ||
<button id="ContactoBoton">Contacto y Servicio</button> | ||
<div class="social-icons"> | ||
<a href="#" class="social-icon"> | ||
<a href="paginaEnProceso.html" class="social-icon"> | ||
<img src="footer/Img Footer/faceLogo.png" alt="Facebook" /> | ||
</a> | ||
<a href="#" class="social-icon"> | ||
<a href="paginaEnProceso.html" class="social-icon"> | ||
<img src="footer/Img Footer/Twitter-Logo.png" alt="Twitter" /> | ||
</a> | ||
<a href="#" class="social-icon"> | ||
<a href="paginaEnProceso.html" class="social-icon"> | ||
<img src="footer/Img Footer/instaLogo.png" alt="Instagram" /> | ||
</a> | ||
</div> | ||
|
@@ -230,7 +230,17 @@ <h1 id="TituloFooter">Hospital Municipal La Falda</h1> | |
<img src="Img/logo_proa.png" alt="Programa Logo"> | ||
</div> | ||
</footer> | ||
|
||
<script> | ||
document.addEventListener("DOMContentLoaded", () => { | ||
// Botón de iniciar sesión | ||
const boton = document.querySelector("#ContactoBoton"); | ||
if (boton) { | ||
boton.addEventListener("click", () => { | ||
window.location.href = "paginaEnProceso.html"; | ||
}); | ||
} | ||
}); | ||
</script> | ||
<script src="Scripts/Script_General/carrusel.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"></script> | ||
|
Oops, something went wrong.