Badge + java version.
[ADDED] Site: Price badge on front phone. [ADDED] Site: Mention Java version. [ADDED] Site: Sync script. [IMPROVED] Screenshots of lock screen.
This commit is contained in:
parent
8b997528c9
commit
29ed22d0b7
@ -166,6 +166,7 @@ footer {
|
||||
font-size: 80%;
|
||||
}
|
||||
section {
|
||||
position: relative;
|
||||
width: 950px;
|
||||
margin: 0 auto 2em;
|
||||
padding: 1em 0 0;
|
||||
@ -276,16 +277,22 @@ header .appstore {
|
||||
|
||||
font: 14px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "Liberation Sans", sans-serif;
|
||||
}
|
||||
.badge {
|
||||
position: absolute;
|
||||
right: 20px;
|
||||
top: 20px;
|
||||
}
|
||||
.footnote {
|
||||
color: #444;
|
||||
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
width: inherit;
|
||||
bottom: 2px;
|
||||
|
||||
font: 14px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "Liberation Sans", sans-serif !important;
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
}
|
||||
.footnote:hover {
|
||||
.footnote a:hover {
|
||||
color: #666;
|
||||
}
|
||||
*>.nothover {
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 136 KiB After Width: | Height: | Size: 133 KiB |
BIN
Site/img/price.png
Normal file
BIN
Site/img/price.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 21 KiB |
@ -83,7 +83,8 @@
|
||||
$(".appstore").hide();
|
||||
$("header .appstore").show();
|
||||
}
|
||||
})
|
||||
});
|
||||
$("header .appstore .tip").hide().delay(1000).fadeIn();
|
||||
});
|
||||
</script>
|
||||
|
||||
@ -93,14 +94,11 @@
|
||||
<header>
|
||||
|
||||
<a class="appstore" href="http://itunes.apple.com/app/id510296984">
|
||||
<span class="tip">
|
||||
<span class="nothover">Tell us what you thought and get a free copy for a friend!</span>
|
||||
<span class="hover">The most constructive feedback earns a promo code.</span>
|
||||
</span>
|
||||
<span class="tip">Great feedback may earn you a free copy for a friend!</span>
|
||||
<img src="img/appstore.png" />
|
||||
</a>
|
||||
<h1><a href="index.html"><img class="logo" src="img/iTunesArtwork-Bare.png" /> Master Password</a></h1>
|
||||
<a class="footnote" href="mailto:masterpassword@lyndir.com">masterpassword@lyndir.com</a>
|
||||
<div class="footnote"><a href="mailto:masterpassword+remove_this@lyndir.com">Contact</a> | <a href="http://www.lyndir.com">Lyndir</a></div>
|
||||
<div class="divider"></div>
|
||||
|
||||
</header>
|
||||
@ -130,8 +128,10 @@
|
||||
<div>
|
||||
<div class="sidebox">
|
||||
<div class="clip">
|
||||
<img class="badge" src="img/price.png" />
|
||||
<img src="img/frontpage_phone.png" />
|
||||
</div>
|
||||
<div class="footnote">Psst. There is also a <a href="https://github.com/Lyndir/MasterPassword/tree/master/MasterPassword/Java">Java library and CLI tool</a>.</div>
|
||||
</div>
|
||||
|
||||
<h1>Stop worrying<br />
|
||||
|
Loading…
Reference in New Issue
Block a user