diff --git a/static/containers-back-black.jpg b/static/containers-back-black.jpg new file mode 100644 index 000000000..46d154d0f Binary files /dev/null and b/static/containers-back-black.jpg differ diff --git a/static/containers-back-black.psd b/static/containers-back-black.psd new file mode 100644 index 000000000..fc9f6e4e0 Binary files /dev/null and b/static/containers-back-black.psd differ diff --git a/static/containers.jpg b/static/containers.jpg new file mode 100644 index 000000000..8cbeaaa4b Binary files /dev/null and b/static/containers.jpg differ diff --git a/static/css/quay.css b/static/css/quay.css index c8b6f929d..84ce9fedc 100644 --- a/static/css/quay.css +++ b/static/css/quay.css @@ -1,3 +1,164 @@ +.landing { + position: relative; + width: 100%; + height: 562px; + + padding: 10px; + + color: white; + margin-top: -19px; +} + +.landing .message-container { + position: absolute; + top: 88px; + left: 50px; + width: 600px; + + z-index: 3; +} + +.landing .signup-container { + position: absolute; + top: 100px; + right: 50px; + width: 350px; + + z-index: 3; +} + +.landing .signup-container input { + margin: 12px; + margin-left: 0px; +} + +.landing .message { + font-size: 3.4em; + margin-bottom: 10px; +} + +.landing .message b { + color: #94C9F7; +} + +.landing .sub-message { + font-size: 1.8em; + margin-bottom: 20px; +} + +.landing .sub-message b { + color: #94C9F7; +} + +.landing .sellcall { + font-size: 1.4em; +} + +.landing .shoutouts { + position: absolute; + bottom: 30px; + left: 0px; + right: 0px; + text-align: center; + z-index: 3; + white-space: nowrap; +} + +.landing .shoutout { + display: inline-block; + margin-left: 20px; + margin-right: 20px; + width: 300px; + vertical-align: top; + white-space: normal; +} + +.landing .shoutout i { + font-size: 36px; + display: block; + text-align: center; +} + +.landing .shoutout b { + font-size: 22px; + display: block; + text-align: center; +} + +.landing .background-mask { + position: absolute; + top: 0px; + left: 0px; + right: 0px; + + height: 562px; + +background: -moz-linear-gradient(top, #141414 0%, transparent 15%, transparent 85%, #141414 100%); +background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#141414), color-stop(15%,transparent), color-stop(85%,transparent), color-stop(100%,#141414)); +background: -webkit-linear-gradient(top, #141414 0%,transparent 15%,transparent 85%,#141414 100%); +background: -o-linear-gradient(top, #141414 0%,transparent 15%,transparent 85%,#141414 100%); +background: -ms-linear-gradient(top, #141414 0%,transparent 15%,transparent 85%,#141414 100%); +background: linear-gradient(to bottom, #141414 0%,transparent 15%,transparent 85%,#141414 100%); + + + z-index: 2; +} + +.landing .background { + position: absolute; + top: 0px; + left: 0px; + right: 0px; + + background-color: #1d1d1d; + background-position: left; + background-image: url(../containers-back-black.jpg); + background-repeat: no-repeat; + + height: 562px; + + z-index: 1; +} + +.landing-footer { + padding: 20px; + + position: absolute; + top: 610px; + bottom: 0px; + left: 0px; + right: 0px; + + min-height: 138px; + border-radius: 0px; + margin-bottom: 0px; +} + +.landing-footer .footer-column { + display: inline-block; + padding: 10px; + margin-left: 20px; + vertical-align: top; +} + +.landing-footer .footer-column ul { + list-style-type: none; + margin: 0px; + padding-left: 0px; +} + +.landing-footer .footer-column li { + margin: 0px; +} + +.landing-footer .dt-logo { + float: right; + margin-top: 30px; + margin-right: 10px; + vertical-align: center; + width: 150px; +} + #repoSearch { width: 400px; } diff --git a/static/dt-logo.png b/static/dt-logo.png new file mode 100644 index 000000000..f1e658df9 Binary files /dev/null and b/static/dt-logo.png differ diff --git a/static/partials/landing.html b/static/partials/landing.html index fbb150412..a44306651 100644 --- a/static/partials/landing.html +++ b/static/partials/landing.html @@ -1,3 +1,67 @@ -