2
0

Retina images and copy tweaks.

This commit is contained in:
Maarten Billemont
2018-06-20 11:10:14 -04:00
parent 6cde8d9db8
commit 34c970666b
2 changed files with 17 additions and 14 deletions

View File

@@ -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>