Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
arasgungore committed Mar 24, 2024
1 parent 55e99ef commit 61547dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -836,10 +836,10 @@ <h3 style="color:#12d640;">Email</h3>

<script type="text/javascript">
var typed = new Typed('.typing',{
strings: ["a Developer", "an Engineer", "a Researcher"],
strings: ["an Engineer", "a Developer", "a Researcher"],
loop: true,
typeSpeed: 65,
backSpeed: 65
typeSpeed: 50,
backSpeed: 50
});
</script>

Expand Down

0 comments on commit 61547dd

Please sign in to comment.