2015-12-22 05:59:56 +00:00
$ ( window ) . ready ( function ( ) {
$ ( '#page' ) . fullpage ( {
2015-12-23 02:32:27 +00:00
anchors : [ "landing" , "resume" , "projects" , "getInTouch" ]
2015-12-22 05:59:56 +00:00
} ) ;
2015-12-22 23:44:30 +00:00
var period = "<span style='color:#727272;font-weight:normal'>.</span>" ;
2015-12-22 05:59:56 +00:00
var typedStrings = [ "code" + period , "learn new things" + period , "tinker" + period , "communicate" + period , "teach" + period , "solve problems" + period , "get things done" + period ] ;
$ ( "#typedWords" ) . typed ( {
strings : typedStrings ,
typeSpeed : 0 ,
backSpeed : 0 ,
backDelay : 1500 ,
showCursor : true ,
cursorChar : "_" ,
loop : true ,
contentType : 'html'
} ) ;
} ) ;