2
0

A few disclaimers on mpw-js.

This commit is contained in:
Maarten Billemont 2014-10-23 21:25:56 -04:00
parent 15c53c06c6
commit 3076cc3de4
2 changed files with 11 additions and 5 deletions

View File

@ -18,10 +18,9 @@ body {
background: radial-gradient(transparent 16%, black); background: radial-gradient(transparent 16%, black);
width: 100%; width: 100%;
height: 100%; min-height: 100%;
padding: 0; padding: 0;
margin: 0; margin: 0;
overflow: hidden;
clear: both; clear: both;
font-family: 'Exo 2', font-family: 'Exo 2',
@ -84,11 +83,11 @@ input[type="image"] {
#error { #error {
color: red; color: red;
} }
header, section { header, section, footer {
overflow: hidden; overflow: hidden;
clear: both; clear: both;
} }
header { header, footer {
font-size: 0.8em; font-size: 0.8em;
} }
section { section {

View File

@ -11,7 +11,8 @@
</head> </head>
<body> <body>
<header> <header>
<p><a href="http://masterpasswordapp.com">Master Password</a> by <a href="http://www.lhunath.com" title="Maarten Billemont">lhunath</a> and <a href="https://tomthorogood.co.uk/" title="Tom Thorogood">tmthrgd</a></p> <p><strong>BETA</strong> - This site may not yet work on your browser.<br>
Passwords are generated locally, your master password is not sent to any server. See <a href="https://github.com/Lyndir/MasterPassword/tree/master/Site/2013-05/mpw-js">the source</a>.</p>
<span id="error"></span> <span id="error"></span>
</header> </header>
<section id="identity" class="active"><form action="#"> <section id="identity" class="active"><form action="#">
@ -47,6 +48,12 @@
</p> </p>
</section> </section>
<footer>
<p>This page was made possible thanks to <a href="https://tomthorogood.co.uk/" title="Tom Thorogood">tmthrgd</a>'s <a href="https://github.com/tmthrgd/mpw-js">mpw-js</a>.<br>
<em><a href="http://masterpasswordapp.com">Master Password</a> is a security product and algorithm by <a href="http://www.lhunath.com" title="Maarten Billemont">Maarten Billemont</a>, <a href="http://www.lyndir.com">Lyndir</a> (&copy; 2011-2014).</em><br>
Usage implies agreement with our <a href="/privacy.html">privacy policy and disclaimer</a>.</p>
</footer>
<!-- Scripts --> <!-- Scripts -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-2.1.1.js"><\/script>')</script> <script>window.jQuery || document.write('<script src="js/vendor/jquery-2.1.1.js"><\/script>')</script>