-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from OSFAS/master
Add Down for Maintenance Page
- Loading branch information
Showing
3 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,7 @@ | |
## Directory-based project format: | ||
.idea/ | ||
|
||
# Server | ||
._* | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"; ?> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.