Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add Down for Maintenance Page
* use JonathanStill.jpg
* gitignore all temp server pages
  • Loading branch information
brp14005 committed Feb 10, 2016
1 parent d11ee2d commit 9673378
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -5,4 +5,7 @@
## Directory-based project format:
.idea/

# Server
._*


24 changes: 24 additions & 0 deletions down_page.php
@@ -0,0 +1,24 @@
<?php include "global_header_no_sidebar.php"; ?>

<div class="row">
<div class="col-md-12">
<div class="post content clearfix">
<h2 class="page-title">Page Down For Maintenance</h2>
<div class="entry">
<div class="row">
<div class="col-sm-12 col-md-4">
<p>The page you are looking for is currently down for maintenance. It will be back up momentarily.</p>
<ul>
<li>Click on <a href="http://financialaid.uconn.edu">Home</a> to go to the site homepage</li>
<li>Remember to update any saved links</li>
</ul>
</div>
<div class="col-sm-12 col-md-8">
<img class="img-responsive" src="http://financialaid.uconn.edu/wp-content/themes/hale/JonathanStill.jpg" alt="photo of puppy"/>
</div>
</div>
</div>
</div>
</div>
</div>
<?php include "global_footer_no_sidebar.php"; ?>
Binary file added images/JonathanStill.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9673378

Please sign in to comment.