diff --git a/index.html b/index.html index 9b8b06a..c81e23f 100644 --- a/index.html +++ b/index.html @@ -68,19 +68,17 @@ style="opacity:1;fill:#ffffff;fill-opacity:0.2;stroke:none;stroke-width:0.28266668;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> - diff --git a/pages.json b/pages.json index 95930a8..5e2512b 100644 --- a/pages.json +++ b/pages.json @@ -2,5 +2,6 @@ ["Pages", "/pages/"], ["Resources", "/pages/resources"], ["Recommended", "/pages/recommended"], - ["Grade Calculator", "/pages/grade-calc/"] + ["Grade Calculator", "/pages/grade-calc/"], + ["GitHub", "https://github.com/lambdapaul"] ] \ No newline at end of file diff --git a/pages/grade-calc/gc_client.js b/pages/grade-calc/gc_client.js index fb64dbc..4600053 100644 --- a/pages/grade-calc/gc_client.js +++ b/pages/grade-calc/gc_client.js @@ -84,6 +84,7 @@ class GradeCalc { label.innerHTML = `${conf.title} ${inputId + 1} Score: `; let field = document.createElement("input"); + field.classList.add(`input`); field.classList.add(`${conf.name}-score`); this.fields[sectId][inputId] = field; diff --git a/pages/grade-calc/index.html b/pages/grade-calc/index.html index 974a14c..0c14b83 100644 --- a/pages/grade-calc/index.html +++ b/pages/grade-calc/index.html @@ -5,6 +5,7 @@ +