~mhall119/+junk/canonicalauth-package

« back to all changes in this revision

Viewing changes to index.html

  • Committer: mhall119
  • Date: 2013-05-31 18:01:39 UTC
  • Revision ID: mhall119@ubuntu.com-20130531180139-5py6gsiegf8jvu8l
Add Ubuntu SDK theme

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
<meta name="apple-mobile-web-app-capable" content="yes">
8
8
<link rel="apple-touch-icon" href="canonical_aubergine_hex_crushed.png" sizes="114x114">
9
9
<link rel="shortcut icon" href="http://design.canonical.com/wp-content/themes/canonical-design/favicon.ico" />
 
10
<link rel="stylesheet" type="text/css" href="theme/ubuntu.css" />
10
11
<script>
11
12
/*
12
13
 * A JavaScript implementation of the Secure Hash Algorithm, SHA-1, as defined
386
387
    margin: 0;
387
388
    padding: 0;
388
389
}
389
 
body {
390
 
    font-family: Ubuntu, sans-serif;
391
 
    color: black;
392
 
    background: white;
393
 
}
394
 
h1 { 
395
 
    font-size: 150%;
396
 
    background: #772953;
397
 
    color: white;
398
 
}
399
 
h1, h2, p, input {
 
390
h2, p, input {
400
391
    text-align: center;
401
392
}
402
 
.instr {
403
 
    margin: auto 1em;
404
 
    color: #666;
405
 
}
406
 
input, button {
 
393
input {
407
394
    width: 90%;
408
 
    min-height: 44px;
409
395
}
410
396
#debug a {
411
397
    position: absolute;
426
412
 
427
413
</head>
428
414
<body>
429
 
<h1>Canonical 2-factor-auth</h1>
 
415
<div class="tabs">
 
416
                        <h1 class="active"><span>Canonical 2-factor-auth</span></h1>
 
417
</div>
 
418
 
430
419
<div id="addkey">
431
420
<h2>Add your key</h2>
432
421
<p class="instr">Sign into Ubuntu single-sign-on (<strong>login.ubuntu.com</strong>).
435
424
<strong>Generic&nbsp;HOTP&nbsp;device</strong> &gt; 
436
425
<strong>Add&nbsp;device</strong>. Enter the "Shared AES key" below.</p>
437
426
<p class="instr">(Lowercase is fine)</p>
438
 
<p><input id="keydata" type="text" maxlength="49"></p>
 
427
<p><input class="textfield clear" id="keydata" type="text" maxlength="49"></p>
439
428
<p><button id="savekey">Generate one-time password</button></p>
440
429
</div>
441
430
<div id="auth">