diff --git a/img/default/happy1.png b/img/default/happy1.png index 7a025d6..b860b21 100644 Binary files a/img/default/happy1.png and b/img/default/happy1.png differ diff --git a/img/default/happy2.png b/img/default/happy2.png index 1d66c45..36351e2 100644 Binary files a/img/default/happy2.png and b/img/default/happy2.png differ diff --git a/img/default/happy3.png b/img/default/happy3.png index 428a752..9bbfc10 100644 Binary files a/img/default/happy3.png and b/img/default/happy3.png differ diff --git a/img/default/happy4.png b/img/default/happy4.png index a6330dc..aca6d50 100644 Binary files a/img/default/happy4.png and b/img/default/happy4.png differ diff --git a/img/default/happy5.png b/img/default/happy5.png new file mode 100644 index 0000000..68a014b Binary files /dev/null and b/img/default/happy5.png differ diff --git a/img/default/template.xcf b/img/default/template.xcf new file mode 100644 index 0000000..fdc8cb8 Binary files /dev/null and b/img/default/template.xcf differ diff --git a/js/verify.js b/js/verify.js index 48da197..a16030e 100644 --- a/js/verify.js +++ b/js/verify.js @@ -5,12 +5,12 @@ function set(el,text){ var defSayings = [ "I am in control over my actions", - "I have done my main goals for the day, and need to use this website", - "Sites are simply tools, they don't control me", + "I have done my main goals for the day and need to use this website", + "Sites are simply tools. They don't control me", "Resisting this site is easy", "I ain't gonna get tricky tricked by my mindless monotony", "I am going here not out of habit, but for a solid purpose", - "Taking a second and thinkin-a-linkin" + "Taking a second and thinkin a linkin" ] /* setupUpdater will be called once, on page load. */ @@ -73,7 +73,7 @@ $(function(){ activate(); } else - $("#message").text("You failed! (typos are allowed)"); + $("#message").text("You failed! (some typos are allowed)"); }); }); @@ -85,7 +85,7 @@ $(function(){ activate(); } else - $("#message").text("You failed! (typos are allowed)"); + $("#message").text("You failed! (some typos are allowed)"); } }); });