0
Good night,
I am setting up a landingpage for a Retreat that will happen in my church, I am working with (middleman / frameworks [bootstrap]/ HTML slim [ruby]/ Heroku), I am creating a default link, more when I left click it does not load the link more when I right click and open in new tab, it normally loads ?
Obs.: "Internal link is working normally"
Thanks in advance for your attention.
page link -> https://retiroespiritual.herokuapp.com
link to the project’s Github -> https://github.com/rsales/landing_retiro_espiritual
Follows the Code:
/! contatos
#contato.scroll
.box2
.container
center
.row
br
h2 Contato
br
br
br
br
.col-md-3
i.fa.fa-envelope.fa-4x
br
h4 [email protected]
.col-md-3
i.fa.fa-phone.fa-4x
br
h4 41 9658-7321
.col-md-3
i.fa.fa-whatsapp.fa-4x
br
h4 41 9658-7321
.col-md-3
a href="https://www.facebook.com/conexaototalibi"
i.fa.fa-facebook-square.fa-4x
br
h4 conexaototalibi
br
br
i.fa.fa-arrow-circle-o-up
a.scroll href="#home" <b> voltar ao topo</b>
It worked normally, only the "Site of the Site" link does not load, but it seems to be because of a jquery bind.
– Guilherme Nascimento
What else could be wrong with jQuery? will be possible problem as I inserted a js in the project for smooth scroll on the page itself, so it is not loading the external linhais, they I can even open with the right button more by clicking directly on the link does not load ? @Guilhermenascimento
– rsales93