Reflect change in unit

This commit is contained in:
Marc Cataford 2015-12-22 21:32:27 -05:00
parent ffa882d54e
commit b3369eb733

View file

@ -1,6 +1,6 @@
$(window).ready(function() { $(window).ready(function() {
$('#page').fullpage({ $('#page').fullpage({
anchors:['landing', 'resume','getInTouch'] anchors:["landing","resume","projects","getInTouch"]
}); });
var period = "<span style='color:#727272;font-weight:normal'>.</span>"; var period = "<span style='color:#727272;font-weight:normal'>.</span>";