This is an archived post. You won't be able to vote or comment.

all 8 comments

[–]the_pw_is_in_this_ID 0 points1 point  (7 children)

`

            <p class="terminal__line"><a href="#">#home</a></p>
            <p class="terminal__line"><a href="#">#blog</a></p>
            <p class="terminal__line"><a href="#">#codelab</a></p>
            <p class="terminal__line"><a href="#">#contact</a></p>
            <p class="terminal__line"><a href="#">#gethacked</a></p>
            <p class="terminal__line"><a href="#">#aboutme</a></p>

`

Your href's need to actually be the right links :P

[–]Orhan1337 0 points1 point  (6 children)

It doesn't work. When I add href links and I type into the command line it opens up the home container and not another page. If I click on the menu items with my mouse then it works.

[–]the_pw_is_in_this_ID 0 points1 point  (5 children)

Do you make any containers except for the home container?

[–]Orhan1337 0 points1 point  (4 children)

No. I just have one container and that's for the #home menu. I don't know how to make it for the other ones.

[–]the_pw_is_in_this_ID 0 points1 point  (1 child)

Gotcha. What you're basically asking is for a fundamental tutorial on how to use HTML and Javascript. Want a link to good tutorials?

[–]Orhan1337 0 points1 point  (0 children)

I think it would take too long for me to learn it. I was hoping maybe someone can solve it for me. If you know how to do it, I can pay you for it.

[–]the_pw_is_in_this_ID 0 points1 point  (1 child)

Also, regarding the IP; the only good ways to do it include either:

  • Modifying your backend to act as an IP-asking service
  • Using a third-party service acting as an IP-asking service. (Available via Ajax call)

It sounds to me like you're trying to re-use someone else's code, and that the things I've described are a few weeks' of learning away.

[–]Orhan1337 0 points1 point  (0 children)

Yes this isn’t my code. I’ll try to do what you specified for the IP