Update index.html
link fix in navbar
This commit is contained in:
parent
b7a089518c
commit
3f2c0d230c
1 changed files with 4 additions and 4 deletions
|
@ -30,21 +30,21 @@
|
|||
Home
|
||||
</a>
|
||||
|
||||
<a class="navbar-item" href="https://limepot.xyz/About">
|
||||
<a class="navbar-item" href="https://limepot.xyz/about">
|
||||
About
|
||||
</a>
|
||||
<div class="navbar-item has-dropdown is-hoverable">
|
||||
<a class="navbar-link" href="https://limepot.xyz/Projects">
|
||||
<a class="navbar-link" href="https://limepot.xyz/projects">
|
||||
Projects
|
||||
</a>
|
||||
<div class="navbar-dropdown">
|
||||
<a class="navbar-item" href="https://github.com/LimePotato">
|
||||
Github
|
||||
</a>
|
||||
<a class="navbar-item" href="https://limepot.xyz/Photography">
|
||||
<a class="navbar-item" href="https://limepot.xyz/photography">
|
||||
Photography
|
||||
</a>
|
||||
<a class="navbar-item" href="https://limepot.xyz/Videography">
|
||||
<a class="navbar-item" href="https://limepot.xyz/videography">
|
||||
Youtube
|
||||
</a>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue