pyc-website

main website for pyc inc.

git clone https://9o.is/git/pyc-website.git

commit f2da9d154cdd9b5e7aa5dfbb2f09cc630477c206
parent f8c21caa8ecf67762a08d454e59606bdee61412b
Author: Jul <jul@9o.is>
Date:   Thu,  3 Jul 2014 03:26:41 -0400

presonalized 500 page a bit

Diffstat:
Msrc/main/webapp/error.html | 18++++++++++++++++--
1 file changed, 16 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/error.html b/src/main/webapp/error.html @@ -1,4 +1,18 @@ <div data-lift="surround?with=base-default&at=content"> - <p style="font-size: 1.2em;">We're sorry but an error has occurred. Our staff has - been notified and is working on a solution.</p> + <div class="text-center"> + + <h1 class="error-text tada animated"> + <i class="fa fa-times-circle text-danger error-icon-shadow"></i> + Error 500 + </h1> + <br> + <p class="lead semi-bold"> + <strong>You have experienced a technical error. We + apologize.</strong><br> + <br> <small> We are working hard to correct this issue. + Please wait a few moments and try your search again. + </small> + </p> + + </div> </div>