Commit 86e3f473 by Kyle Fiedler

Added new error pages and changed textbook image

parent af183fc0
...@@ -3,5 +3,5 @@ ...@@ -3,5 +3,5 @@
<section class="activation"> <section class="activation">
<h1>Page not found</h1> <h1>Page not found</h1>
<p>The page that you were looking for was not found. Go back to the <a href="/">homepage</a> or let us know about any pages that may have been moved at <a href="mailto:">mailto:</a>.</p> <p>The page that you were looking for was not found. Go back to the <a href="/">homepage</a> or let us know about any pages that may have been moved at <a href="mailto:technical@mitx.mit.edu">technical@mitx.mit.edu</a>.</p>
</section> </section>
...@@ -19,6 +19,7 @@ div.book-wrapper { ...@@ -19,6 +19,7 @@ div.book-wrapper {
div.hitarea { div.hitarea {
margin-left: -22px; margin-left: -22px;
background-image: url('/static/images/treeview-default.gif');
&:hover { &:hover {
opacity: 0.6; opacity: 0.6;
......
<%inherit file="main.html" />
<section class="activation">
<h1>There has been an error on the <em>MITx</em> servers</h1>
<p>Our staff is currently working to get the site back up as soon as possible. Please email us at <a href="mailto:technical@mitx.mit.edu">technical@mitx.mit.edu</a> to report any problems or downtime.</p>
</section>
<%inherit file="main.html" />
<section class="activation">
<h1>Currently the <em>MITx</em> servers are overloaded</h1>
<p>Our staff is currently working to get the site back up as soon as possible. Please email us at <a href="mailto:technical@mitx.mit.edu">technical@mitx.mit.edu</a> to report any problems or downtime.</p>
</section>
<%inherit file="main.html" /> <%inherit file="main.html" />
<section class="activation"> <section class="activation">
<h1>Currently the <em>MITx</em> servers are down</h1> <h1>Currently the <em>MITx</em> servers are down</h1>
<p>Our staff is currently working to get the site back up as soon as possible. Please email us at <a href="mailto:">mailto:</a> to report any problems or downtime.</p> <p>Our staff is currently working to get the site back up as soon as possible. Please email us at <a href="mailto:technical@mitx.mit.edu">technical@mitx.mit.edu</a> to report any problems or downtime.</p>
</section> </section>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment