diff --git a/content/assets/images/cammie_down.svg b/content/assets/images/cammie_down.svg new file mode 100644 index 0000000..89756ed --- /dev/null +++ b/content/assets/images/cammie_down.svg @@ -0,0 +1,143 @@ + + + + + + + + + + image/svg+xml + + + + + + + Cammie is on a break,Please come back later + + + + + + + diff --git a/content/assets/scripts/cammie.js b/content/assets/scripts/cammie.js index bc44f49..1313ffb 100644 --- a/content/assets/scripts/cammie.js +++ b/content/assets/scripts/cammie.js @@ -23,6 +23,10 @@ debounce = function(func, wait, initial) { }; }; +function cammie_error() { + $("#cammie-feed").attr("src","/images/cammie_down.svg") +} + $("#cammie-ctrls").mousemove(debounce(function() { return $(this).removeClass('display'); }, 3000, function() { diff --git a/content/cammie.erb b/content/cammie.erb index 285c790..cc781f9 100644 --- a/content/cammie.erb +++ b/content/cammie.erb @@ -11,7 +11,7 @@ title: Cammie
- cammie + cammie