forked from brasfort/portal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
service_down.html
49 lines (46 loc) · 1.66 KB
/
service_down.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html>
<head>
<title>Usergrid Admin Portal</title>
<link rel="shortcut icon" href="/misc/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="css/usergrid.css"/>
</head>
<style type="text/css">
#fullContainer { background-image: url('/images/grid.png'); text-align: center;}
#coming_soon { position: absolute; left: 50%; margin-left: -500px; top: 20%; width: 1000px; }
.huge { color: black; font-size: 80px; padding: 30px; }
.bigbig { color: black; font-size: 30px; }
.big { color: #575560; font-size: 20px; padding-top: 50px;}
.big a { color: #FF4300 }
</style>
<body>
<div id="fullContainer">
<div class="navbar navbar-fixed-top">
<h1 class="apigee"><a href="https://apigee.com" target="_blank"><img src="images/apigee-logo.png">apigee</a></h1>
<h2 id="ActualPage1">Usergrid Admin Portal</h2>
<ul id="loginMenu" class="nav secondary-nav">
<li><a id="login-link" href="#"><i class="icon-user"></i> Login</a></li>
<li><a id="signup-link" href="#">Sign Up</a></li>
<li><a id="forgot-password-link" href="#"><i class="icon-lock"></i> Forgot Password</a></li>
</ul>
</div>
<div id="coming_soon">
<div class="huge">
Temporarily Unavailable
</div>
<br />
<div class="bigbig">
Thanks for checking us out, we'll be back real soon!
</div>
<div class="big">
Find out more about Usergrid <a href="http://apigee.com/docs"><strong>here</strong></a>
</div>
</div>
<footer>
<div class="container-fluid">
<span id="copyright" class="pull-right">© 2012 Apigee Corp. All rights reserved.</span>
</div>
</footer>
</div>
</body>
</html>