Improve linking.
This commit is contained in:
12
what.html
12
what.html
@@ -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 — 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>
|
||||
|
Reference in New Issue
Block a user