diff --git a/Site/css/screen.css b/Site/css/screen.css index 8d59ffd8..688c476f 100644 --- a/Site/css/screen.css +++ b/Site/css/screen.css @@ -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 { diff --git a/Site/img/frontpage_phone.png b/Site/img/frontpage_phone.png index b22aa917..2043912d 100644 Binary files a/Site/img/frontpage_phone.png and b/Site/img/frontpage_phone.png differ diff --git a/Site/img/price.png b/Site/img/price.png new file mode 100644 index 00000000..240dabce Binary files /dev/null and b/Site/img/price.png differ diff --git a/Site/index.html b/Site/index.html index be5e41f3..70894fd4 100644 --- a/Site/index.html +++ b/Site/index.html @@ -83,7 +83,8 @@ $(".appstore").hide(); $("header .appstore").show(); } - }) + }); + $("header .appstore .tip").hide().delay(1000).fadeIn(); }); @@ -93,14 +94,11 @@
- - Tell us what you thought and get a free copy for a friend! - The most constructive feedback earns a promo code. - + Great feedback may earn you a free copy for a friend!

Master Password

- masterpassword@lyndir.com +
Contact | Lyndir
@@ -130,8 +128,10 @@

Stop worrying
diff --git a/Site/sync b/Site/sync new file mode 100755 index 00000000..e3f7988e --- /dev/null +++ b/Site/sync @@ -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/