2
0

Improve linking.

This commit is contained in:
Maarten Billemont
2018-04-21 11:42:24 -04:00
parent 475cb61d52
commit a710dd6f91
9 changed files with 73 additions and 80 deletions

View File

@@ -1,13 +1,15 @@
---
nav: What
title: What does it do?
order: 2
layout: default
nav: what
---
<section id="intro">
<h1>What does it do?</h1>
<h1>{{ page.title }}</h1>
<h2><img src="{{ site.baseurl }}/img/password_generate_861293.svg" title="https://thenounproject.com/term/expert/861293/" />
<h2><img src="{% link img/password_generate_861293.svg %}" title="https://thenounproject.com/term/expert/861293/" />
Know one password.<br>
Generate all the others.</h2>
@@ -86,5 +88,5 @@ nav: what
<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 &mdash; all you ever need is your one and only secret master password and anyone's Master Password calculator app.</p>
<h2><img src="{{ site.baseurl }}/img/thumb-iphone-types.png"></h2>
<h2><img src="{% link img/thumb-iphone-pw.png %}"></h2>
</section>