Reflect change in unit
This commit is contained in:
parent
ffa882d54e
commit
b3369eb733
1 changed files with 1 additions and 1 deletions
|
@ -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>";
|
||||||
|
|
Loading…
Reference in a new issue