Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanha412 committed Feb 14, 2024
1 parent ddc3366 commit 9728165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ <h4 class="my-4 touch" style="color: rgb(15, 0, 224);">Get In Touch</h4>
<script src="script.js"></script>
<script type="text/javascript">
(function () {
var words = ["(5⭐ C++ Developer At HackerRank)","(500+ GeeksForGeeks Score)","(C Programming)","(Python)","(React)","(Bootstrap)","(Data Structures & Algorithms)","(Problem Solving)","(Digital Marketing)","(Web Development)"], i = -1;
var words = ["(5⭐ C++ Developer At HackerRank)","(500+ GeeksForGeeks Score)","(C Programming)","(Python)","(ReactJS)","(Bootstrap)","(Data Structures & Algorithms)","(Problem Solving)","(Digital Marketing)","(Web Development)"], i = -1;
setInterval(function(){ $('#words').fadeOut(function(){
$(this).html(words[(i = (i + 1) % words.length)]).fadeIn();
}); }, 3000)
Expand Down

0 comments on commit 9728165

Please sign in to comment.