Skip to content

Commit

Permalink
fixed links AGAIN
Browse files Browse the repository at this point in the history
  • Loading branch information
sillyash committed Aug 9, 2024
1 parent f8a709e commit 780622d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 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="sillyash.github.io/index.html">home</a>
<a href="sillyash.github.io/index.html#about">about me</a>
<a href="sillyash.github.io/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="sillyash.github.io/projects.html">projects</a>
<a href="sillyash.github.io/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
18 changes: 9 additions & 9 deletions projects.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="sillyash.github.io/index.html">home</a>
<a href="sillyash.github.io/index.html#about">about me</a>
<a id="current-page" href="sillyash.github.io/projects.html">projects</a>
<a href="sillyash.github.io/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 All @@ -29,7 +29,7 @@ <h2>CWAC</h2>
<p class="section-title-separator">·</p>
<p class="project-language">HTML & CSS</p>
<p class="section-title-separator">·</p>
<a class="project-link" href="sillyash.github.io/cwac/" target="_blank">link to project</a>
<a class="project-link" href="https://sillyash.github.io/cwac/" target="_blank">link to project</a>
<p class="section-title-separator">·</p>
<p class="update-date">Updated on <span class="date">9/8/2024</span></p>
</div>
Expand All @@ -44,7 +44,7 @@ <h2>Image Manipulation</h2>
<p class="section-title-separator">·</p>
<p class="project-language">C++</p>
<p class="section-title-separator">·</p>
<a class="project-link" href="github.com/sillyash/S102" target="_blank">link to project</a>
<a class="project-link" href="https://github.com/sillyash/S102" target="_blank">link to project</a>
<p class="section-title-separator">·</p>
<p class="update-date">Updated on <span class="date">9/8/2024</span></p>
</div>
Expand All @@ -59,7 +59,7 @@ <h2>Raspberry Pi 4 DevOps</h2>
<p class="section-title-separator">·</p>
<p class="project-language">MySQL, MariaDB & GNU/Linux</p>
<p class="section-title-separator">·</p>
<a class="project-link" href="github.com/sillyash/S103" target="_blank">link to project</a>
<a class="project-link" href="https://github.com/sillyash/S103" target="_blank">link to project</a>
<p class="section-title-separator">·</p>
<p class="update-date">Updated on <span class="date">9/8/2024</span></p>
</div>
Expand All @@ -74,7 +74,7 @@ <h2>PyKemon</h2>
<p class="section-title-separator">·</p>
<p class="project-language">Python</p>
<p class="section-title-separator">·</p>
<a class="project-link" href="sillyash.github.io/PyKemon/" target="_blank">link to project</a>
<a class="project-link" href="https://sillyash.github.io/PyKemon/" target="_blank">link to project</a>
<p class="section-title-separator">·</p>
<p class="update-date">Updated on <span class="date">9/8/2024</span></p>
</div>
Expand Down

0 comments on commit 780622d

Please sign in to comment.