Retina images and copy tweaks.
This commit is contained in:
parent
6cde8d9db8
commit
34c970666b
29
how.html
29
how.html
@ -33,28 +33,31 @@ layout: default
|
||||
|
||||
<p>All right. Here's Robert on his iPhone:</p>
|
||||
|
||||
<img src="{% link img/howto-twitter-signup.png %}" />
|
||||
<img src="{% link img/howto-twitter-signup.png %}" srcset="{% link img/howto-twitter-signup@2x.png %} 2x" />
|
||||
|
||||
<p>He wants to sign up for Twitter. Robert filled in all the fields, except for password. Not wanting to worry about what his twitter secret is going to be, he switches to Master Password.</p>
|
||||
<p>He wants to sign up for <q>Twitter</q>. Robert filled in all the fields, except for password. Not wanting to worry about what his <q>Twitter</q> secret is going to be, he switches to Master Password.</p>
|
||||
|
||||
<img src="{% link img/howto-mp-login.png %}" />
|
||||
<img src="{% link img/howto-mp-login.png %}" srcset="{% link img/howto-mp-login@2x.png %} 2x" />
|
||||
|
||||
<p>Of course, he begins by unlocking his user with his master password. Robert can skip this step by going into Master Password's preferences and setting it to either save his master key or remember his login, but he choses not to.</p>
|
||||
<p>Of course, he begins by unlocking his user with his master password.<br>
|
||||
Robert can skip this step by going into Master Password's preferences and setting it to either save his master key or remember his login, but he choses not to.</p>
|
||||
|
||||
<img src="{% link img/howto-mp-create.png %}" />
|
||||
<img src="{% link img/howto-mp-create-confirm.png %}" />
|
||||
<img src="{% link img/howto-mp-create.png %}" srcset="{% link img/howto-mp-create@2x.png %} 2x" />
|
||||
<img src="{% link img/howto-mp-create-confirm.png %}" srcset="{% link img/howto-mp-create-confirm.@2xpng %} 2x" />
|
||||
|
||||
<p>He creates a password for Twitter by using its bare domain name: twitter.com. He knows not to use mobile.twitter.com or Twitter or anything non-standard, because that would be very difficult to remember correctly on a later date. If he has multiple twitter accounts, he could prefix the name with a user name and an @: rmitchell@twitter.com, superbob@twitter.com.</p>
|
||||
<p>He creates a password for <q>Twitter</q> by using its bare domain name: <code>twitter.com</code>.<br>
|
||||
He knows <em>not</em> to use <code>mobile.twitter.com</code> or <code>Twitter</code> or anything non-standard, because that would be very difficult to remember correctly on a later date. If he has multiple twitter accounts, he could prefix the name with a user name and an <code>@</code>: <code>rmitchell@twitter.com</code>, <code>superbob@twitter.com</code>.</p>
|
||||
|
||||
<img src="{% link img/howto-mp-type-change.png %}" />
|
||||
<img src="{% link img/howto-mp-type-basic.png %}" />
|
||||
<img src="{% link img/howto-mp-type-change.png %}" srcset="{% link img/howto-mp-type-change@2x.png %} 2x" />
|
||||
<img src="{% link img/howto-mp-type-basic.png %}" srcset="{% link img/howto-mp-type-basic@2x.png %} 2x" />
|
||||
|
||||
<p>If the account Robert's signing up for is with a website that prohibits symbols for some daft reason, Robert can change the type to Basic or something similar instead. Robert can also bump up the complexity to get an even more secure password if he wants.</p>
|
||||
<p>If the website Robert's signing up for prohibits symbols for some daft reason, Robert can change the type to <em>Basic</em> or something similar instead. Robert can also bump up the complexity to get an even more secure password if he wants.</p>
|
||||
|
||||
<img src="{% link img/howto-twitter-paste.png %}" />
|
||||
<img src="{% link img/howto-twitter-done.png %}" />
|
||||
<img src="{% link img/howto-twitter-paste.png %}" srcset="{% link img/howto-twitter-paste@2x.png %} 2x" />
|
||||
<img src="{% link img/howto-twitter-done.png %}" srcset="{% link img/howto-twitter-done@2x.png %} 2x" />
|
||||
|
||||
<p>When Robert created the site in Master Password, it copied the password to his pasteboard. Now, Robert just switches back to Safari and pastes his brand-new password he doesn't care to remember in twitter's password field. All done!</p>
|
||||
<p>With the site added to Master Password, a password was created for it and copied to his pasteboard.<br>
|
||||
Now, Robert just switches back to Safari and pastes his brand-new password he doesn't care to remember in <q>Twitter</q>'s password field. All done!</p>
|
||||
|
||||
<h2><img src="{% link img/thumb-iphone-types.png %}"></h2>
|
||||
</section>
|
||||
|
@ -86,7 +86,7 @@ layout: default
|
||||
<p>This is the freedom Master Password gives you.<br>
|
||||
Master Password performs a similar but <i>cryptographically secure</i> operation, hardened by interweaving primitives against both known and unknown attack vectors, ensuring that targeting your identity remains absolutely insurmountable.</p>
|
||||
<hr>
|
||||
<p>With Master Password you leave no passwords laying around. You no longer store passwords in commercial, proprietory apps and no longer send them off to the cloud. You are no longer tied to your laptop or the internet if you need to look one up. Even if a personal or natural catastrophe causes you loss, you can never lose your account passwords — all you ever need is your one and only secret master password and anyone's Master Password calculator app.</p>
|
||||
<p>With Master Password you leave no passwords laying around. You no longer store passwords in commercial, proprietary apps and no longer send them off to the cloud. You are no longer tied to your laptop or the internet if you need to look one up. Even if a personal or natural catastrophe causes you loss, you can never lose your account passwords — all you ever need is your one and only secret master password and anyone's Master Password calculator app.</p>
|
||||
|
||||
<h2><img src="{% link img/thumb-iphone-pw.png %}"></h2>
|
||||
</section>
|
||||
|
Loading…
Reference in New Issue
Block a user