Skip to content

Commit

Permalink
fix(index.html) typos (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidem authored Jun 8, 2024
1 parent a7b85ba commit c2e49aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
work: "list work experience",
education: "list education",
skills: "list core skills",
softskills: "list list soft skills",
softskills: "list soft skills",
languages: "list spoken languages",
projects: "list projects",
{{ if .Site.Params.certifications }}
Expand Down Expand Up @@ -269,7 +269,7 @@
}
}
}
//Funciton used by StartX to draw the progressBar
//Function used by StartX to draw the progressBar
function progress(percent, width) {
var size = Math.round(width*percent/100);
var left = '', taken = '', i;
Expand Down

0 comments on commit c2e49aa

Please sign in to comment.