jvalencia4314 / website

ytje5yhje5
0 stars 0 forks source link

On index.html you have anchor tags that all point to the gallery page. #1

Open zootechdrum opened 5 months ago

zootechdrum commented 5 months ago

        <a href="./gallery.html" class="main__navi"><button class="nav__btn"><i class="fa fa-gavel" aria-hidden="true"></i>Contact Me</button></a>
        <a href="/gallery.html" class="main__navi"><button class="nav__btn"><i class="fa fa-gavel" aria-hidden="true"></i>Knife Gallery</button></a>
        <a href="/gallery.html" class="main__navi"><button class="nav__btn"><i class="fa fa-gavel" aria-hidden="true"></i>About Me</button></a>

Also, use a ./ to go the relative URL . For example, ./gallery.html

jvalencia4314 commented 5 months ago

The anchors go to the same gallery page because I have not yet created the other pages. Ill change the url to have ./ before them. I before have done that, but had an issue with it once. But, Ill correct it.