Removed temp unused section

This commit is contained in:
Marc Cataford 2015-12-22 23:19:01 -05:00
parent 7615a8aaf6
commit d6efa34fc7

View file

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