Skip to content

Commit

Permalink
Added two items to the nav bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Extomvi committed Jun 13, 2022
1 parent be71f39 commit d07b490
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ header{
font-size: var(--p-font);
color: var(--text-color);
font-weight: 500;
padding: 10px 27px;
padding: 8px 18px;
}
.navlist a::after{
content: '';
Expand Down
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#education">Education</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<a target="_blank" href="https://docs.google.com/document/d/1DVnmw0NpZLQSpLbkDlZPkigg5ZpNH3ZLgBdIMWcKRrk/edit?usp=sharing" class="top-btn">Download Resume</a> <!--Inserted link to my resume(Google Docs site)-->
Expand Down

0 comments on commit d07b490

Please sign in to comment.