Footer.
This commit is contained in:
parent
ee290e5c14
commit
9d03ed06c3
@ -1,5 +1,36 @@
|
||||
<footer>
|
||||
|
||||
<div>
|
||||
<h4>Navigation</h4>
|
||||
<ul>
|
||||
<li><a href="/">Home</a></li>
|
||||
<li><a href="/why.html">Why do I need it?</a></li>
|
||||
<li><a href="/what.html">What does it do?</a></li>
|
||||
<li><a href="/how.html">How do I use it?</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h4>Get Master Password</h4>
|
||||
<ul>
|
||||
<li><a href="https://itunes.apple.com/app/id510296984">iOS</a></li>
|
||||
<li><a href="https://ssl.masterpasswordapp.com/masterpassword-android.apk">Android</a></li>
|
||||
<li><a href="https://ssl.masterpasswordapp.com/masterpassword-mac.zip">Mac</a></li>
|
||||
<li><a href="https://ssl.masterpasswordapp.com/masterpassword-gui.jar">Desktop</a></li>
|
||||
<li><a href="https://ssl.masterpasswordapp.com/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://github.com/Lyndir/MasterPassword/">Source Code</a></li>
|
||||
<li><a href="https://github.com/Lyndir/MasterPassword/issues">Report an Issue</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</footer>
|
||||
|
||||
<script src="/js/jquery.paroller.min.js"></script>
|
||||
|
@ -188,6 +188,19 @@ section {
|
||||
|
||||
font-size: 1.2em;
|
||||
}
|
||||
footer {
|
||||
display: flex;
|
||||
padding: 2em 100px;
|
||||
|
||||
background: rgba(240, 240, 240, 1);
|
||||
|
||||
div {
|
||||
flex: 1;
|
||||
ul {
|
||||
list-style: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
input {
|
||||
margin: 0 0.3ex;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user