Skip to content

Commit

Permalink
mastertouch wasap icon updt
Browse files Browse the repository at this point in the history
  • Loading branch information
JUANCA99COL committed Jul 31, 2023
1 parent 08cb3e7 commit db9619f
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 9 deletions.
Binary file modified .DS_Store
Binary file not shown.
4 changes: 3 additions & 1 deletion EcotourTermales.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,9 @@
<h1>ECOTOUR A TERMALES LOS VOLCANES</h1>
<div id="google_element"></div>
</div>
<a href="https://api.whatsapp.com/send?phone=573153964259"><img class="sticky" src="img/icons8-whatsapp-48.png" alt=""></a>
<a href="https://api.whatsapp.com/send?phone=573153964259">
<img class="sticky" src="img/icons8-whatsapp-48.png" alt="">
</a>
</section>
<section id="gallery">
<h1 class="text-center mt-5">INFORMACION</h1>
Expand Down
4 changes: 3 additions & 1 deletion barichara.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,9 @@
<h1>Ecotour a Barichara</h1>
<div id="google_element"></div>
</div>
<a href="https://api.whatsapp.com/send?phone=573153964259"><img class="sticky" src="img/icons8-whatsapp-48.png" alt=""></a>
<a href="https://api.whatsapp.com/send?phone=573153964259">
<img class="sticky" src="img/icons8-whatsapp-48.png" alt="">
</a>
</section>
<section id="gallery">
<h1 class="text-center mt-5">INFORMACION</h1>
Expand Down
17 changes: 10 additions & 7 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -382,10 +382,12 @@ video {

.sticky {
position: fixed;
width: 4%;
height: auto;
top: 87%;
left: 90%;
z-index: 30;
left: 89%;
cursor: pointer;
z-index: 30;
}

.sticky:hover {
Expand Down Expand Up @@ -946,10 +948,6 @@ input::placeholder {
padding-top: 190px;
}

.sticky {
width: 5%;
}

.home-nav {
height: 210px;
}
Expand Down Expand Up @@ -1147,12 +1145,17 @@ input::placeholder {
.quien-para {
margin-top: 33px;
}

.sticky {
width: 7%;
}
}

/* SMALL DEVICES */
@media only screen and (max-width: 675px) {
.sticky {
left: 84%;
left: 80%;
width: 11%;
}

#hero .caption h2 {
Expand Down
Binary file modified img/.DS_Store
Binary file not shown.
Binary file modified img/icons8-whatsapp-48.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/wasap.png
Binary file not shown.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ <h2 class="titulo-banner text-center font-weight-bold text-white">NACIMOS PARA <
<a href="#eventos"><i class="arrow-banner text-white fa-solid fa-angle-down"></i></a>
<a href="https://master--touch-co-nz.translate.goog/index.html?_x_tr_sl=es&_x_tr_tl=en&_x_tr_hl=en-US&_x_tr_pto=wapp" class="btn btn-danger">translate to english</a>
</div>
<a href="https://api.whatsapp.com/send?phone=573153964259">
<img class="sticky" src="img/icons8-whatsapp-48.png" alt="">
</a>
</div>
<section id="services">
<div class="row">
Expand Down

0 comments on commit db9619f

Please sign in to comment.