You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by cu...@apache.org on 2017/04/11 13:23:43 UTC

[whimsy] branch master updated: Proposed 500 error page

This is an automated email from the ASF dual-hosted git repository.

curcuru pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git

The following commit(s) were added to refs/heads/master by this push:
       new  451b388   Proposed 500 error page
451b388 is described below

commit 451b388d20fa2d608d09cc50af1cfa9f1136d73c
Author: Shane Curcuru <as...@shanecurcuru.org>
AuthorDate: Tue Apr 11 09:23:38 2017 -0400

    Proposed 500 error page
---
 www/500.html | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 97 insertions(+)

diff --git a/www/500.html b/www/500.html
new file mode 100644
index 0000000..ec24267
--- /dev/null
+++ b/www/500.html
@@ -0,0 +1,97 @@
+<!DOCTYPE html>
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <meta charset="utf-8"/>
+  <title>Apache Whimsy - 500 Error Page</title>
+  <meta name="viewport" content="width=device-width, initial-scale=1">
+  <link rel="stylesheet" type="text/css" href="members/assets/bootstrap-min.css?1491171314"/>
+</head>
+<body>
+  <div class="header container-fluid">
+    <div class="row">
+      <div class="col-sm-3">
+        <h1><span class="label label-danger">500 Error</span></h1>
+      </div>
+      <div class="col-sm-2 col-xs-2">
+        <a href="/">
+          <img title="Whimsy logo" alt="Whimsy hat" src="https://whimsy.apache.org/whimsy.svg" height="101"/>
+        </a>
+      </div>
+      <div class="col-sm-6 col-xs-9 align-bottom">
+        <ul class="nav nav-tabs">
+          <li role="presentation">
+            <a href="https://github.com/apache/whimsy/">
+              Code
+            </a>
+          </li>
+          <li role="presentation">
+            <a href="https://lists.apache.org/list.html?dev@whimsical.apache.org">
+              Questions
+            </a>
+          </li>
+          <li role="presentation">
+            <a href="status/">
+              Server status
+            </a>
+          </li>
+          <li role="presentation">
+            <a href="/technology">
+              About this site
+            </a>
+          </li>
+        </ul>
+      </div>
+    </div>
+  </div>
+  
+  <div class="content container-fluid">
+    <div class="row">
+      <div class="col-md-10 col-lg-10">
+        <div class="panel panel-danger">
+          <div class="panel-heading">
+            <h1 class="panel-title">500 - Internal Server Error</h1>
+          </div>
+          <div class="panel-body">
+            <p class="lead">The server is having problems responding to that URL, sorry!
+              You can try waiting, waving a magic wand, or check the 
+              <a href="https://whimsy.apache.org/status/">server status</a>.
+            </p>
+            <p class="lead">Access-protected server logs are in 
+              <a href="https://whimsy.apache.org/members/log/"><code>/members/log</code></a>
+            </p>
+          </div>
+        </div>      
+      </div>
+    </div>
+  </div>
+  
+  <div class="footer container-fluid">
+    <div class="row">
+      <div class="col-md-10 col-lg-10">
+        <div class="panel panel-default">
+          <div class="panel-heading">
+            <h3 class="panel-title">Related Apache Resources</h3>
+          </div>
+          <div class="panel-body">
+            <ul>
+              <li>
+                <a href="https://infra.apache.org/">Apache Infra Team Projects</a>
+              </li>
+              <li>
+                <a href="https://projects.apache.org/">Other Apache Projects</a>
+              </li>
+              <li>
+                <a href="https://reference.apache.org/">Apache Infra Reference Library</a>
+              </li>
+              <li>
+                <a href="https://www.apache.org/dev">Apache Developer How-Tos</a>
+              </li>
+            </ul>
+          </div>
+        </div>
+      </div>
+    </div>
+  </div>
+  <script src="js/bootstrap.min.js" lang="text/javascript"></script>
+</body>
+</html>

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].