Skip to content

Commit

Permalink
Yet another Resume and styling update
Browse files Browse the repository at this point in the history
  • Loading branch information
viralparmarme committed Sep 17, 2023
1 parent 02e7ac9 commit 5acb660
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ <h5>I'm everywhere on the internet</h5>
<br />
<br />
<a
href="https://drive.google.com/file/d/1JAOKJvQLZPNc6pjmmQNLZ7hkh7zI5XTu"
href="https://drive.google.com/file/d/1vjxSux5xbT7zLhcyioGHmKlR9j4dPsGA"
target="_blank"
>
<u>View my Resume</u>
Expand Down
10 changes: 5 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ td {
}

.glitch:before {
animation: glitch-color 3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite;
animation: glitch-color 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) both infinite;
color: blue;
z-index: -1;
}
Expand All @@ -174,19 +174,19 @@ td {
}

30% {
transform: translate(-5px, 5px);
transform: translate(-2px, 2px);
}

40% {
transform: translate(-5px, -5px);
transform: translate(-2px, -2px);
}

60% {
transform: translate(5px, 5px);
transform: translate(2px, 2px);
}

70% {
transform: translate(5px, -5px);
transform: translate(2px, -2px);
}

to {
Expand Down

0 comments on commit 5acb660

Please sign in to comment.