Skip to content

Commit 2e37755

Browse files
author
Ashok Ajad
committed
update in projects
1 parent 78e7d3d commit 2e37755

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

elements.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h4></h4>
3636

3737
<a class="logo" href="index.html">Home</a>
3838
<a class="logo" href="index.html">Blogs</a>
39-
<a class="logo" href="index.html">Research</a>
39+
<a class="logo" href="generic.html">Research</a>
4040
<a class="logo" href="index.html">Resume</a>
4141

4242
<nav>

generic.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ <h4></h4>
3737

3838
<a class="logo" href="index.html">Home</a>
3939
<a class="logo" href="index.html">Blogs</a>
40-
<a class="logo" href="index.html">Projects</a>
40+
<a class="logo" href="elements.html">Projects</a>
4141
<a class="logo" href="index.html">Resume</a>
4242

4343
<nav>

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ <h4></h4>
3434
</div>
3535

3636

37-
<a class="logo" href="index.html">Research</a>
37+
<a class="logo" href="generic.html">Research</a>
3838
<a class="logo" href="index.html">Blogs</a>
39-
<a class="logo" href="index.html">Projects</a>
39+
<a class="logo" href="elements.html">Projects</a>
4040
<a class="logo" href="index.html">Resume</a>
4141

4242
<nav>

0 commit comments

Comments
 (0)