UI Redesign.
This commit is contained in:
46
OnePassword/Resources/help.html
Normal file
46
OnePassword/Resources/help.html
Normal file
@@ -0,0 +1,46 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<style>
|
||||
body {
|
||||
color: white;
|
||||
text-align: center;
|
||||
text-shadow: 0 1px black;
|
||||
font: 16px "Baskerville";
|
||||
}
|
||||
h1 {
|
||||
margin-top: 1em;
|
||||
padding-top: 1em;
|
||||
|
||||
font: inherit;
|
||||
font-weight: bold;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1 id="1">— 1 —</h1>
|
||||
<p>
|
||||
<b>Find the site</b> that you need a password for by entering it into the <i>search field</i>.
|
||||
</p>
|
||||
<p>
|
||||
<b>While searching</b>, previously used sites will show up along with a <i>usage counter</i>.
|
||||
The counter shows how many times you've generated a password for the site.
|
||||
</p>
|
||||
|
||||
<h1 id="2">— 2 —</h1>
|
||||
<p>
|
||||
<b>Your site</b>'s password is now displayed.
|
||||
</p>
|
||||
<p>
|
||||
<b>Below it</b> you can set the <i>password type</i>. Some types <i>auto-generate</i> passwords,
|
||||
others let you <i>choose your own</i>.
|
||||
</p>
|
||||
<p>
|
||||
<b>If your new password</b> is not deemed <q>valid</q> by the site, try changing the password type.
|
||||
</p>
|
||||
<p>
|
||||
<b>To generate a new password</b> for the site, you can increment its <i>password counter</i>.
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user