Skip to content
Snippets Groups Projects
Commit 7d2bb2e4 authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

per-audience stub pages

parent 130e78e5
No related branches found
No related tags found
No related merge requests found
......@@ -11,17 +11,49 @@ body {
padding: 0 20% 0 20%;
}
#splash .title {
#splash .tophalf, #splash .topquarter {
background: #008;
color: #fff;
padding: 0;
margin: 0;
height: 230px;
min-width: 900px;
}
#splash .tophalf .title {
padding-top: .7em;
font-size: 6em;
font-weight: bold;
}
#splash .subtitle {
#splash .tophalf .subtitle {
font-family: 'Shadows Into Light', arial, serif;
font-size: 3em;
}
#splash .topquarter {
height: 50px;
}
#splash .topquarter > div {
width: 900px;
margin: auto;
}
#splash .topquarter .title {
padding-top: .2em;
font-size: 3em;
font-weight: bold;
float: left;
}
#splash .topquarter .subtitle {
font-family: 'Shadows Into Light', arial, serif;
font-size: 2em;
margin: .4em 0 0 .5em;
float: left;
}
#splash .header .manage {
float: right;
background-color: #333;
......@@ -32,15 +64,6 @@ body {
border-radius: 0 0 10px 10px;
}
#splash .tophalf {
background: #008;
color: #fff;
padding: 0;
margin: 0;
height: 230px;
min-width: 900px;
}
#splash .bottomhalf {
width: 900px;
margin: auto;
......
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>BrowserID: A better way to log in.</title>
<link href='http://fonts.googleapis.com/css?family=Tenor+Sans' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Shadows+Into+Light' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/style.css" type="text/css">
</head>
<body>
<div id="splash">
<div class="header">
<div class="manage"><a id="manageLink" href="status.html">manage my logins</a></div>
</div>
<div class="topquarter">
<div>
<div class="title">BrowserID</div>
<div class="subtitle">for Developers</div>
</div>
</div>
<div class="bottomhalf">
<div class="why">
ooga.
</div>
<div class="why">
booga.
</div>
<div class="why">
ooga.
</div>
<div class="why">
booga
</div>
</div>
<div class="footer">
<div>
<div class="right">
<p><b>BrowserID</b> is an <b>open source experiment</b> into improving identity and authentication on the web, by
<a href="https://mozillalabs.com">mozilla labs</a>.</p>
</div>
<div class="left">
<p> <a href="https://github.com/mozilla/browserid">Source Code</a>&nbsp;&nbsp;&nbsp;<a href="https://wiki.mozilla.org/Identity/Verified_Email_Protocol">Specification</a>&nbsp;&nbsp;&nbsp;<a href="http://groups.google.com/group/mozilla-labs">Mailing list</a> </p>
<p class="copyright">Copyright © 2011 Mozilla. All rights reserved. </p>
</div>
</div>
</div>
</div>
</body>
</html>
......@@ -19,15 +19,15 @@
<div class="bottomhalf">
<div class="why">
<img style="float: right;" src="i/people.png">
<p>For <b>users</b>, BrowserID provides a <b>safer and easier</b> way to log in. <a href="users">How it works.</a></p>
<p>For <b>users</b>, BrowserID provides a <b>safer and easier</b> way to log in. <a href="users.html">How it works.</a></p>
</div>
<div class="why">
<img style="float: left;" src="i/developers.png">
<p>For <b>developers</b>, BrowserID offers a world class login experience with only a couple lines of code. <a href="dev">Get Started.</a></p>
<p>For <b>developers</b>, BrowserID offers a world class login experience with only a couple lines of code. <a href="developers.html">Get Started.</a></p>
</div>
<div class="why">
<img style="float: right;" src="i/id.png">
<p>For <b>identity providers</b>, BrowserID lets your give your users an identity they can <b>use everywhere</b>. <a href="id">Dig Deeper.</a> </p>
<p>For <b>identity providers</b>, BrowserID lets your give your users an identity they can <b>use everywhere</b>. <a href="primaries.html">Dig Deeper.</a> </p>
</div>
</div>
<div class="footer">
......
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>BrowserID: A better way to log in.</title>
<link href='http://fonts.googleapis.com/css?family=Tenor+Sans' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Shadows+Into+Light' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/style.css" type="text/css">
</head>
<body>
<div id="splash">
<div class="header">
<div class="manage"><a id="manageLink" href="status.html">manage my logins</a></div>
</div>
<div class="topquarter">
<div>
<div class="title">BrowserID</div>
<div class="subtitle">for Identity Providers</div>
</div>
</div>
<div class="bottomhalf">
<div class="why">
ooga.
</div>
<div class="why">
booga.
</div>
<div class="why">
ooga.
</div>
<div class="why">
booga
</div>
</div>
<div class="footer">
<div>
<div class="right">
<p><b>BrowserID</b> is an <b>open source experiment</b> into improving identity and authentication on the web, by
<a href="https://mozillalabs.com">mozilla labs</a>.</p>
</div>
<div class="left">
<p> <a href="https://github.com/mozilla/browserid">Source Code</a>&nbsp;&nbsp;&nbsp;<a href="https://wiki.mozilla.org/Identity/Verified_Email_Protocol">Specification</a>&nbsp;&nbsp;&nbsp;<a href="http://groups.google.com/group/mozilla-labs">Mailing list</a> </p>
<p class="copyright">Copyright © 2011 Mozilla. All rights reserved. </p>
</div>
</div>
</div>
</div>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>BrowserID: A better way to log in.</title>
<link href='http://fonts.googleapis.com/css?family=Tenor+Sans' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Shadows+Into+Light' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/style.css" type="text/css">
</head>
<body>
<div id="splash">
<div class="header">
<div class="manage"><a id="manageLink" href="status.html">manage my logins</a></div>
</div>
<div class="topquarter">
<div>
<div class="title">BrowserID</div>
<div class="subtitle">for Users</div>
</div>
</div>
<div class="bottomhalf">
<div class="why">
ooga.
</div>
<div class="why">
booga.
</div>
<div class="why">
ooga.
</div>
<div class="why">
booga
</div>
</div>
<div class="footer">
<div>
<div class="right">
<p><b>BrowserID</b> is an <b>open source experiment</b> into improving identity and authentication on the web, by
<a href="https://mozillalabs.com">mozilla labs</a>.</p>
</div>
<div class="left">
<p> <a href="https://github.com/mozilla/browserid">Source Code</a>&nbsp;&nbsp;&nbsp;<a href="https://wiki.mozilla.org/Identity/Verified_Email_Protocol">Specification</a>&nbsp;&nbsp;&nbsp;<a href="http://groups.google.com/group/mozilla-labs">Mailing list</a> </p>
<p class="copyright">Copyright © 2011 Mozilla. All rights reserved. </p>
</div>
</div>
</div>
</div>
</body>
</html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment