diff --git a/index.html b/index.html index c80b674..6890c2a 100644 --- a/index.html +++ b/index.html @@ -2,21 +2,26 @@ Plan @@ -61,19 +66,19 @@ if (savestr) { state = JSON.parse(savestr); } else { - state = {people: ["Ag", - "Ambrose", - "Irina", - "Kiril", - "Mark", - "Olivier", - "Rob", - "Wanderson", - "Y", - "G1", - "M", - "G2" - ], + state = { people: ["Ag", + "Ambrose", + "GB", + "GE", + "Irina", + "Kiril", + "M", + "Mark", + "Olivier", + "Rob", + "Wanderson", + "Y", + ], fts: [ "SX Session", "Bug Squashing", "Secure Client" ], @@ -206,7 +211,7 @@ function genColor(devname) { var h = hashcode(devname); - return "hsl(" + h + ",80%, 36%)"; + return "hsl(" + h + ",90%, 80%)"; } function createDev(devname){