This commit is contained in:
Arjun Patel
2017-07-27 11:50:42 -07:00
parent 9414bd001d
commit eb25cefcc7
3 changed files with 9 additions and 6 deletions
+2 -2
View File
@@ -61,13 +61,13 @@ $(window).on("load",function() {
});
$('.professionalSide1').typeIt({
strings: ["HTML ", " ", "CSS ", " ", "Javascript ", " ", "JQuery "],
strings: ["HTML ", " ", "CSS ", " ", "Javascript ", " ", "JQuery"],
speed: 20,
autoStart: false
});
$('.professionalSide2').typeIt({
strings: ["Java ", " ", "Android ", " ", "Node.js ", " ", "Arduino "],
strings: ["Java ", " ", "Android ", " ", "Node.js ", " ", "Arduino"],
speed: 20,
autoStart: false
});