<h5>BTC(<samp title="Bitcoin Donations Address">1GGCx62ypC1jiHuRYREZBUnUR6PiChqRmN</samp>) ● ETH(<samp title="Ethereum Donations Address">0x0e9a563950b4cabd1a5d60ce69056afca53cdc82</samp>)</h5>
<footer>

    <div>
        <div>
            <h4>Navigation</h4>
            <ul>
                {% assign pages = site.pages | sort: 'order' %}
                {% for aPage in pages %}
                {% if aPage.order %}
                <li><a href="{{ aPage.url }}">{{ aPage.title }}</a></li>
                {% endif %}
                {% endfor %}
            </ul>
        </div>

        <div>
            <h4>Get Master Password</h4>
            <ul>
                <li><a href="https://itunes.apple.com/app/id510296984">iOS</a></li>
                <li><a href="{% link masterpassword-android.apk %}">Android</a></li>
                <li><a href="{% link masterpassword-mac.zip %}">Mac</a></li>
                <li><a href="{% link masterpassword-gui.jar %}">Desktop</a></li>
                <li><a href="{% link masterpassword-cli.tar.gz %}">Terminal</a></li>
                <li><a href="https://js.masterpasswordapp.com/">Web</a></li>
            </ul>
        </div>

        <div>
            <h4>Resources</h4>
            <ul>
                <li><a href="http://help.masterpasswordapp.com/">Support</a></li>
                <li><a href="https://gitlab.com/lhunath/MasterPassword">Source Code</a></li>
                <li><a href="https://gitlab.com/lhunath/MasterPassword/issues">Report an Issue</a></li>
                <li><a href="{% link masterpassword-algorithm.pdf %}">Master Password: An Algorithm For Freedom (PDF)</a></li>
                <li><a href="{% link masterpassword-primer.pdf %}">A Primer on Passwords (PDF)</a></li>
            </ul>
        </div>
    </div>

    <p>
        Master Password is a security product and algorithm by <a href="http://www.lhunath.com/">Maarten Billemont</a>, Lyndir (&copy; 2011-2018).<br>
        Usage implies agreement with our <a href="{% link privacy.html %}">privacy policy and disclaimer</a>.
    </p>
    <p><a href="http://guide.bash.academy/">The Bash Guide</a> ● <a href="http://gorillas.lyndir.com">Gorillas</a> ● <a href="https://gitlab.com/lhunath">GitLab</a> ● <a href="http://thanks.lhunath.com">Send Thanks</a></p>

</footer>

<script src="{% link js/jquery-3.3.1.min.js %}"></script>
<script src="{% link js/jquery.paroller.min.js %}"></script>
<script src="{% link js/main.js %}"></script>