diff --git a/hosting/static/hosting/css/landing-page.css b/hosting/static/hosting/css/landing-page.css index c79f35a7..52e14f6e 100644 --- a/hosting/static/hosting/css/landing-page.css +++ b/hosting/static/hosting/css/landing-page.css @@ -72,12 +72,12 @@ h6 { } .intro-login { - background: url(../img/intro-bg.jpg) no-repeat center center; + background: url(../img/login-bg.jpg) no-repeat center center; background-size: cover; } .intro-signup { - background: url(../img/configure.jpg) no-repeat center center; + background: url(../img/signup-bg.png) no-repeat center center; background-size: cover; } diff --git a/hosting/static/hosting/css/pricing.css b/hosting/static/hosting/css/pricing.css index 227be49d..8eba7ffa 100644 --- a/hosting/static/hosting/css/pricing.css +++ b/hosting/static/hosting/css/pricing.css @@ -36,13 +36,21 @@ height: 150px; } +.pricing li .form-control{ + width:auto; + display:inline-block; +} + .pricing big { font-size: 32px; } .pricing h3 { - margin-bottom: 0; - font-size: 36px; + margin-bottom: 0; + font-size: 31px; + font-weight: bold; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } + .pricing span { font-size: 12px; color: #999; @@ -103,7 +111,7 @@ .pricing .short-input{ min-width: 0; - width: 90px; + width: 75px !important; display: inline; } diff --git a/hosting/static/hosting/img/card-django.png b/hosting/static/hosting/img/card-django.png index 92dfc2df..902be1b4 100644 Binary files a/hosting/static/hosting/img/card-django.png and b/hosting/static/hosting/img/card-django.png differ diff --git a/hosting/static/hosting/img/login-bg.jpg b/hosting/static/hosting/img/login-bg.jpg new file mode 100644 index 00000000..afe2b29e Binary files /dev/null and b/hosting/static/hosting/img/login-bg.jpg differ diff --git a/hosting/static/hosting/img/signup-bg.png b/hosting/static/hosting/img/signup-bg.png new file mode 100644 index 00000000..c4803bc0 Binary files /dev/null and b/hosting/static/hosting/img/signup-bg.png differ diff --git a/hosting/templates/hosting/includes/_pricing.html b/hosting/templates/hosting/includes/_pricing.html index 2f8033bc..c61c27dc 100644 --- a/hosting/templates/hosting/includes/_pricing.html +++ b/hosting/templates/hosting/includes/_pricing.html @@ -47,7 +47,7 @@
- + {% with ''|center:50 as range %} {% for _ in range %} diff --git a/hosting/templates/hosting/login.html b/hosting/templates/hosting/login.html index d88d740c..0421533b 100644 --- a/hosting/templates/hosting/login.html +++ b/hosting/templates/hosting/login.html @@ -30,7 +30,7 @@ {% endbuttons %} - Doesn't have an account ? Sign up + Don't have an account yet ? Sign up