Modified typed strings
This commit is contained in:
parent
4cc600fc40
commit
7ead7fa519
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ $(window).ready(function() {
|
|||
anchors:['landing', 'resume','getInTouch']
|
||||
});
|
||||
|
||||
var period = "<span style='color:#000;font-weight:normal'>.</span>";
|
||||
var period = "<span style='color:#727272;font-weight:normal'>.</span>";
|
||||
var typedStrings = ["code"+period, "learn new things"+period, "tinker"+period, "communicate"+period, "teach"+period, "solve problems"+period, "get things done"+period];
|
||||
|
||||
$("#typedWords").typed({
|
||||
|
|
Loading…
Reference in a new issue