2021-04-06 13:36:36 +00:00
|
|
|
<div id="spectre">
|
|
|
|
<p>Master Password is evolving. Our next generation of privacy-first digital security is called <a href="https://spectre.app">Spectre</a>.</p>
|
|
|
|
</div>
|
2018-04-20 03:17:08 +00:00
|
|
|
<header class="{{ page.header }}">
|
2017-05-28 19:34:07 +00:00
|
|
|
<nav>
|
2018-04-21 15:42:24 +00:00
|
|
|
<a href="{% link index.html %}" data-hero="main">Master Password</a>
|
2017-05-28 19:34:07 +00:00
|
|
|
<div class="flex-auto">
|
2020-04-22 18:15:54 +00:00
|
|
|
<a href="https://apps.apple.com/app/master-password/id510296984?ls=1&ct=homepage" data-hero="ios">iOS.</a>
|
2018-04-23 19:52:07 +00:00
|
|
|
<a href="{% link masterpassword-android.apk %}" data-hero="android">Android.</a>
|
2020-04-22 18:15:54 +00:00
|
|
|
<a href="https://apps.apple.com/app/master-password/id662763204?ls=1&ct=homepage" data-hero="mac">Mac.</a>
|
2018-04-23 19:52:07 +00:00
|
|
|
<a href="{% link masterpassword-gui.jar %}" data-hero="desktop">Desktop.</a>
|
|
|
|
<a href="{% link masterpassword-cli.tar.gz %}" data-hero="cli">Terminal.</a>
|
2018-04-18 15:54:30 +00:00
|
|
|
<a href="https://js.masterpasswordapp.com/" data-hero="web">Web.</a>
|
2017-05-28 19:34:07 +00:00
|
|
|
</div>
|
|
|
|
<a href="http://help.masterpasswordapp.com">Support</a>
|
|
|
|
</nav>
|
|
|
|
|
2018-04-20 03:17:08 +00:00
|
|
|
<div class="hero" data-paroller-factor="-0.2" data-paroller-type="foreground"></div>
|
2018-04-19 19:49:04 +00:00
|
|
|
|
2017-05-28 19:34:07 +00:00
|
|
|
<div class="flex-auto"></div>
|
|
|
|
|
|
|
|
<nav>
|
2018-04-21 15:42:24 +00:00
|
|
|
{% assign pages = site.pages | sort: 'order' %}
|
|
|
|
{% for aPage in pages %}
|
|
|
|
{% if aPage.nav %}
|
|
|
|
<a href="{{ aPage.url }}"{% if page.url == aPage.url %} class="active"{% endif %}>{{ aPage.nav }}</a>
|
|
|
|
{% endif %}
|
|
|
|
{% endfor %}
|
2017-05-28 19:34:07 +00:00
|
|
|
</nav>
|
|
|
|
</header>
|