Skip to content

Commit

Permalink
fixed links
Browse files Browse the repository at this point in the history
  • Loading branch information
sillyash committed Aug 9, 2024
1 parent 780622d commit d9c84e1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@

<body>
<header>
<a href="./index.html">
<a href="index.html">
<img src="./assets/mitsuki.jpg"/>
</a>
<div id="navbar">
<a href="./index.html">home</a>
<a href="./index.html#about">about me</a>
<a href="./projects.html">projects</a>
<a id="current-page" href="./contact.html">contact</a>
<a href="index.html">home</a>
<a href="index.html#about">about me</a>
<a href="projects.html">projects</a>
<a id="current-page" href="contact.html">contact</a>
<a href="https://github.com/sillyash/" target="_blank">github</a>
</div>
</header>
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@

<body>
<header>
<a href="./index.html">
<a href="index.html">
<img src="./assets/mitsuki.jpg"/>
</a>
<div id="navbar">
<a id="current-page" href="#title">home</a>
<a href="#about">about me</a>
<a href="./projects.html">projects</a>
<a href="./contact.html">contact</a>
<a href="projects.html">projects</a>
<a href="contact.html">contact</a>
<a href="https://github.com/sillyash/" target="_blank">github</a>
</div>
</header>
Expand Down
8 changes: 4 additions & 4 deletions projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<img src="./assets/mitsuki.jpg"/>
</a>
<div id="navbar">
<a href="./index.html">home</a>
<a href="./index.html#about">about me</a>
<a id="current-page" href="./projects.html">projects</a>
<a href="./contact.html">contact</a>
<a href="index.html">home</a>
<a href="index.html#about">about me</a>
<a id="current-page" href="projects.html">projects</a>
<a href="contact.html">contact</a>
<a href="https://github.com/sillyash/" target="_blank">github</a>
</div>
</header>
Expand Down

0 comments on commit d9c84e1

Please sign in to comment.