diff --git a/static/css/quay.css b/static/css/quay.css index 3c53572c5..c17c1fd6b 100644 --- a/static/css/quay.css +++ b/static/css/quay.css @@ -108,16 +108,16 @@ color: white; background-color: #1d1d1d; - background-position: left; + background-position: left -30px; background-image: url(../containers-back-black.jpg); background-repeat: no-repeat; margin-top: -20px; margin-bottom: 0px; - padding-top: 96px; + padding-top: 66px; - min-height: 500px; + min-height: 440px; } .landing .messages { @@ -146,14 +146,14 @@ } .product-tour .tour-header { - height: 200px; + height: 172px; text-align: center; margin-bottom: 40px; border-bottom: 4px solid black; } .product-tour .tour-header .tour-shoutout-header { - margin: 20px; + margin: 10px; font-size: 4em; } @@ -198,6 +198,13 @@ line-height: normal; } +@media (max-height: 768px) { + .landing { + padding: 20px; + padding-top: 46px; + } +} + .landing-footer { background-color: white; background-image: none; diff --git a/static/js/app.js b/static/js/app.js index f0cbc3952..d604e2cef 100644 --- a/static/js/app.js +++ b/static/js/app.js @@ -124,7 +124,7 @@ quayApp = angular.module('quay', ['restangular', 'angularMoment', 'angulartics', when('/user', {title: 'User Admin', templateUrl: '/static/partials/user-admin.html', controller: UserAdminCtrl}). when('/guide/', {title: 'Getting Started Guide', templateUrl: '/static/partials/guide.html', controller: GuideCtrl}). when('/plans/', {title: 'Quay Plans', templateUrl: '/static/partials/plans.html', controller: PlansCtrl}). - when('/', {title: 'Quay', templateUrl: '/static/partials/landing.html', controller: LandingCtrl}). + when('/', {title: 'Quay: Private docker repository hosting', templateUrl: '/static/partials/landing.html', controller: LandingCtrl}). otherwise({redirectTo: '/'}); }]). config(function(RestangularProvider) { diff --git a/static/partials/landing.html b/static/partials/landing.html index 639b2e6f5..335819b28 100644 --- a/static/partials/landing.html +++ b/static/partials/landing.html @@ -3,8 +3,8 @@
-

Secure hosting for private docker containers

-

Use the docker images your team needs with the safety of private storage

+

Secure hosting for private docker repositories

+

Use the docker images your team needs with the safety of private repositories

@@ -65,20 +65,26 @@
Secure - Store your private docker containers securely where only you and your team - can access it + + Store your private docker containers securely where only you and your team + can access it +
Shareable - Have to share a container? No problem! Share with anyone you choose + + Have to share a repository? No problem! Share with anyone you choose +
Cloud Hosted - Accessible from anywhere, anytime + + Accessible from anywhere, anytime +
@@ -87,7 +93,7 @@
-
Why use Quay
+
Take a tour of Quay
diff --git a/templates/index.html b/templates/index.html index 8e4f4720f..fe3a875d0 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,6 +3,7 @@ Quay - Private Docker Repository +