-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Michael Jett
committed
May 30, 2012
1 parent
4f2547c
commit 01bcd44
Showing
3 changed files
with
3,814 additions
and
3,189 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 |
---|---|---|
@@ -0,0 +1,125 @@ | ||
|
||
|
||
|
||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
|
||
|
||
<meta charset="utf-8"> | ||
<title>OpenID Connect - welcome</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content=""> | ||
<meta name="author" content=""> | ||
|
||
<!-- Le styles --> | ||
<link href="resources/bootstrap2/css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="resources/bootstrap2/css/bootstrap-responsive.css" rel="stylesheet"> | ||
|
||
<style type="text/css"> | ||
body { | ||
padding-top: 60px; | ||
padding-bottom: 40px; | ||
} | ||
.sidebar-nav { | ||
padding: 9px 0; | ||
} | ||
|
||
h1,label { | ||
text-shadow: 1px 1px 1px #FFFFFF; | ||
} | ||
|
||
</style> | ||
|
||
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements --> | ||
<!--[if lt IE 9]> | ||
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> | ||
<![endif]--> | ||
|
||
<!-- Le fav and touch icons --> | ||
<link rel="shortcut icon" href="../bootstrap2/ico/favicon.ico"> | ||
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../bootstrap2/ico/apple-touch-icon-114-precomposed.png"> | ||
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../bootstrap2/ico/apple-touch-icon-72-precomposed.png"> | ||
<link rel="apple-touch-icon-precomposed" href="../bootstrap2/ico/apple-touch-icon-57-precomposed.png"> | ||
</head> | ||
|
||
<body> | ||
|
||
<div class="navbar navbar-fixed-top"> | ||
<div class="navbar-inner"> | ||
<div class="container"> | ||
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</a> | ||
<a class="brand" href="#">Partnership Network</a> | ||
<div class="nav-collapse"> | ||
<ul class="nav"> | ||
<li class="active"><a href="#">Home</a></li> | ||
<li><a href="#about">About</a></li> | ||
<li><a href="#contact">Contact</a></li> | ||
</ul> | ||
</div><!--/.nav-collapse --> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="container"> | ||
|
||
|
||
<!-- Example row of columns --> | ||
<div class="row"> | ||
<div class="span6"> | ||
<h2>Login</h2> | ||
<div style="padding-left:15px;"> | ||
<h3>MITREid</h3> | ||
<p>Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis | ||
parturient montes, nascetur ridiculus mus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p> | ||
<p><a class="btn btn-large btn-primary" href="#"><i class="icon-user icon-white"></i> Login with MITREid</a> | ||
</p> | ||
|
||
<h3>MPN</h3> | ||
<p>Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis | ||
parturient montes, nascetur ridiculus mus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p> | ||
<p><a class="btn btn-large btn-primary" href="#"><i class="icon-user icon-white"></i> Login with MPN | ||
</a></p> | ||
|
||
<h3>CAC</h3> | ||
<p>Nullam quis risus eget urna mollis ornare vel eu leo. Cum sociis natoque penatibus et magnis dis | ||
parturient montes, nascetur ridiculus mus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p> | ||
<p><a class="btn btn-large btn-primary" href="#"><i class="icon-user icon-white"></i> Login with CAC | ||
</a></p> | ||
</div> | ||
</div> | ||
<div class="span6"> | ||
<h2>Help me discover my authorization provider</h2> | ||
|
||
<form class="well"> | ||
<label>Enter your email address</label> | ||
<input type="text" placeholder="you@yourdomain.com" class="span3"> | ||
<br/> | ||
<button class="btn btn-large" type="submit"><i class="icon-search"></i> Discover</button> | ||
</form> | ||
</div> | ||
|
||
</div> | ||
|
||
<hr> | ||
|
||
<footer> | ||
<p>© Company 2012</p> | ||
</footer> | ||
|
||
</div> <!-- /container --> | ||
<!-- Le javascript | ||
================================================== --> | ||
<!-- Placed at the end of the document so the pages load faster --> | ||
<script type="text/javascript" src="resources/js/jquery.min.js"></script> | ||
<script type="text/javascript" src="resources/bootstrap2/js/bootstrap.min.js"></script> | ||
<script type="text/javascript" src="resources/js/underscore-min.js"></script> | ||
<script type="text/javascript" src="resources/js/backbone-min.js"></script> | ||
<script type="text/javascript" src="resources/js/backbone.validations.js"></script> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.