Skip to content

Commit

Permalink
skill pag linked with all
Browse files Browse the repository at this point in the history
  • Loading branch information
trishaDas13 committed Dec 10, 2023
1 parent cec6a21 commit e2b2e99
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion aboutMe.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<a href="#experience"><li>Experience</li></a>
<a href="#education"><li>Education</li></a>
<a href="./project.html"><li>Projects</li></a>
<a href="./aboutMe.html"><li>Skills</li></a>
<a href="./skill.html"><li>Skills</li></a>
<a href="./contactMe.html"><li>Contact Me</li></a>
</ul>
</div>
Expand Down
2 changes: 1 addition & 1 deletion contactMe.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<a href="./aboutMe.html"><li>Education</li></a>
<a href="./project.html"><li>Projects</li></a>
<a href="./aboutMe.html"><li>Skills</li></a>
<a href="./contactMe.html"><li>Contact Me</li></a>
<a href="./skill.html"><li>Contact Me</li></a>
</ul>
</div>
</header>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<a href="./aboutMe.html"><li>Experience</li></a>
<a href="./aboutMe.html"><li>Education</li></a>
<a href="./project.html"><li>Projects</li></a>
<a href="./aboutMe.html"><li>Skills</li></a>
<a href="./skill.html"><li>Skills</li></a>
<a href="./contactMe.html"><li>Contact Me</li></a>
</ul>
</div>
Expand Down
3 changes: 3 additions & 0 deletions project.css
Original file line number Diff line number Diff line change
Expand Up @@ -217,5 +217,8 @@ h1{
.auto-type {
font-size: 14px;
}
.navigation{
display: none;
}
}

2 changes: 1 addition & 1 deletion project.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<a href="./aboutMe.html"><li>Experience</li></a>
<a href="./aboutMe.html"><li>Education</li></a>
<a href="./project.html"><li>Projects</li></a>
<a href="./aboutMe.html"><li>Skills</li></a>
<a href="./skill.html"><li>Skills</li></a>
<a href="./contactMe.html"><li>Contact Me</li></a>
</ul>
</div>
Expand Down
2 changes: 1 addition & 1 deletion skill.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<a href="./aboutMe.html"><li>Experience</li></a>
<a href="./aboutMe.html"><li>Education</li></a>
<a href="./project.html"><li>Projects</li></a>
<a href="./aboutMe.html"><li>Skills</li></a>
<a href="./skill.html"><li>Skills</li></a>
<a href="./contactMe.html"><li>Contact Me</li></a>
</ul>
</div>
Expand Down

0 comments on commit e2b2e99

Please sign in to comment.