Skip to content

Add Down for Maintenance Page #2

Merged
merged 1 commit into from
Feb 10, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@
## Directory-based project format:
.idea/

# Server
._*


24 changes: 24 additions & 0 deletions down_page.php
Original file line number Diff line number Diff line change
@@ -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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.