2
0

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:
Maarten Billemont 2012-07-06 10:39:49 +02:00
parent 8b997528c9
commit 29ed22d0b7
5 changed files with 21 additions and 9 deletions

View File

@ -166,6 +166,7 @@ footer {
font-size: 80%; font-size: 80%;
} }
section { section {
position: relative;
width: 950px; width: 950px;
margin: 0 auto 2em; margin: 0 auto 2em;
padding: 1em 0 0; 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; 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 { .footnote {
color: #444; color: #444;
position: absolute; position: absolute;
width: 100%; width: inherit;
bottom: 2px; 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; color: #666;
} }
*>.nothover { *>.nothover {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 136 KiB

After

Width:  |  Height:  |  Size: 133 KiB

BIN
Site/img/price.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -83,7 +83,8 @@
$(".appstore").hide(); $(".appstore").hide();
$("header .appstore").show(); $("header .appstore").show();
} }
}) });
$("header .appstore .tip").hide().delay(1000).fadeIn();
}); });
</script> </script>
@ -93,14 +94,11 @@
<header> <header>
<a class="appstore" href="http://itunes.apple.com/app/id510296984"> <a class="appstore" href="http://itunes.apple.com/app/id510296984">
<span class="tip"> <span class="tip">Great feedback may earn you a free copy for a friend!</span>
<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>
<img src="img/appstore.png" /> <img src="img/appstore.png" />
</a> </a>
<h1><a href="index.html"><img class="logo" src="img/iTunesArtwork-Bare.png" /> Master Password</a></h1> <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> <div class="divider"></div>
</header> </header>
@ -130,8 +128,10 @@
<div> <div>
<div class="sidebox"> <div class="sidebox">
<div class="clip"> <div class="clip">
<img class="badge" src="img/price.png" />
<img src="img/frontpage_phone.png" /> <img src="img/frontpage_phone.png" />
</div> </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> </div>
<h1>Stop worrying<br /> <h1>Stop worrying<br />

5
Site/sync Executable file
View File

@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -e
cd "${BASH_SOURCE[0]%/*}"
nice rsync --partial --progress --delete --sparse --archive --no-owner --no-perms --no-group --chmod=ugo=rwX . masterpassword.lyndir.com:/usr/local/www/masterpassword.lyndir.com/htdocs/