diff --git a/wells/index.html b/wells/index.html index bbee069..bcca661 100644 --- a/wells/index.html +++ b/wells/index.html @@ -37,11 +37,13 @@ -
@@ -152,6 +154,11 @@ $("#about").click(function(){ $("#showabout").fadeIn() console.log("around") }); + + $("#colophon").click(function(){ + $("#showcolophon").fadeIn() + console.log("around") + });