Skip to content

Commit

Permalink
Added a border and fixed resume link
Browse files Browse the repository at this point in the history
  • Loading branch information
epicman25 committed Mar 19, 2024
1 parent b1b3242 commit dfb3542
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ const links = [
{
name: 'Resume',
description: 'What I have done so far',
url: 'https://github.com/epicman25/epicman25.github.io/blob/main/Tejeshwar_Reddy.pdf',
url: 'https://github.com/epicman25/epicman25.github.io/blob/main/TejeshwarReddy_Resume.pdf',
icon: 'fa-brands fa-wpforms',
color: '#008abd'
},
Expand Down
1 change: 1 addition & 0 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,7 @@ footer {
#skills {
padding: 50px 15px 20px 15px;
text-align: center;
border-bottom: 1px solid #dcd9d9;
}
#skills h2 {
color: #efefef;
Expand Down

0 comments on commit dfb3542

Please sign in to comment.