diff --git a/static/css/quay.css b/static/css/quay.css index 844f36779..f0d12d7bb 100644 --- a/static/css/quay.css +++ b/static/css/quay.css @@ -9,6 +9,17 @@ } } +.repo-search { + display: none; +} + +@media (min-width: 1200px) { + .repo-search { + display: inline-block; + } +} + + #quay-logo { width: 80px; margin-right: 30px; @@ -1325,10 +1336,56 @@ i.toggle-icon:hover { margin-right: 5px; } -.plans .plan-faq dd{ +.plans .plan-faq dd { margin-bottom: 20px; } +.enterprise-plan .plan-combine { + text-align: center; + padding: 10px; + margin-bottom: 20px; +} + +.enterprise-plan .plan-combine .plus { + font-size: 22px; + display: inline-block; + margin-left: 10px; + margin-right: 10px; +} + +.enterprise-plan a { + margin-top: 20px; +} + +.enterprise-plan .plan-combine img { + height: 45px; +} + +.enterprise-tour .tour-section { + margin-bottom: 50px !important; + padding-bottom: 50px !important; + border-bottom: 1px solid #eee !important; +} + +.enterprise-tour .tour-section p { + margin: 0 !important; +} + +.enterprise-tour .btn { + font-size: 20px; +} + +.feature-illustration { + text-align: center; +} + +.feature-illustration svg { + margin: 0 auto; + width: auto !important; + max-width: 100%; + max-height: 110px; +} + .loading { padding: 20px; } diff --git a/static/directives/tour-content.html b/static/directives/tour-content.html index 79a197b3e..a3ccb6647 100644 --- a/static/directives/tour-content.html +++ b/static/directives/tour-content.html @@ -226,71 +226,208 @@ -
+
-
Quay.io in your data center
+
Run Quay.io Behind Your Firewall
- All of the power of Quay.io, easily deployed to your data center via docker. -
-
-
-
docker run quay.io/quay/enterprise
+
+
+ + + + +
+ Quay.io has partnered with CoreOS to offer Enterprise Registry, a version + of Quay.io that can be hosted behind your firewall.
+
-
-
- - - - -
-
-
Take control of your own security
-
- The nature of machine images is that they often contain keys and passwords. We're pretty proud of the security of our hosted offering, but we recognize that there are situations, such as compliance or auditing, where you must control your own end to end security. Quay.io Enterprise Edition runs in your own data centers, inside your firewall. +
+
+
+ + + + + + + + + +
+

Deployment Made Easy

+

Trigger container builds when your code is checked into Github and passes tests. Automatically pushed into your repository for immediate access by your servers.

+
+
+
+ + + + + + + + + + + + + + + + + + + + + + +
+

Teamwork Optimized

+

Control how the different teams and projects within your enterprise collaborate on repositories.

+
+
+
+ + + + + + + + + + + + + + + +
+

Secure, Private Storage

+

Containers often contain keys and passwords — take control of your registry by running it behind your firewall on CoreOS Managed Linux.

-
-
-
- - - - -
-
-
Auditing and insight done right
-
- Our platform has built in logging and insight tools, allowing you to see who performed every action on the contents and access control settings of your repositories. This will help you pass internal auditing and compliance requirements more easily. -
-
-
- -
-
- - - - -
-
-
Organize your repositories like you organize your business
-
- The built in teams and organizations features of allow you to finely control how the different teams and projects within your enterprise collaborate on repositories. -
-
-
- - diff --git a/static/img/build-history.png b/static/img/build-history.png index e53eb0301..467eb141a 100644 Binary files a/static/img/build-history.png and b/static/img/build-history.png differ diff --git a/static/img/image-view.png b/static/img/image-view.png new file mode 100644 index 000000000..ea0d4ba84 Binary files /dev/null and b/static/img/image-view.png differ diff --git a/static/img/org-admin.png b/static/img/org-admin.png index f7bb9394f..9725af8cb 100644 Binary files a/static/img/org-admin.png and b/static/img/org-admin.png differ diff --git a/static/img/org-logs.png b/static/img/org-logs.png index 9f6a14a22..6ab4640b8 100644 Binary files a/static/img/org-logs.png and b/static/img/org-logs.png differ diff --git a/static/img/org-repo-admin.png b/static/img/org-repo-admin.png index 466633e97..46159cb2e 100644 Binary files a/static/img/org-repo-admin.png and b/static/img/org-repo-admin.png differ diff --git a/static/img/org-repo-list.png b/static/img/org-repo-list.png index dac3fd1d5..4c7e6471f 100644 Binary files a/static/img/org-repo-list.png and b/static/img/org-repo-list.png differ diff --git a/static/img/org-teams.png b/static/img/org-teams.png index da847f59f..84d759f43 100644 Binary files a/static/img/org-teams.png and b/static/img/org-teams.png differ diff --git a/static/img/repo-admin.png b/static/img/repo-admin.png index 91903e1cf..43715bf68 100644 Binary files a/static/img/repo-admin.png and b/static/img/repo-admin.png differ diff --git a/static/img/repo-changes.png b/static/img/repo-changes.png index 6565ef21d..c879b5ef5 100644 Binary files a/static/img/repo-changes.png and b/static/img/repo-changes.png differ diff --git a/static/img/repo-view.png b/static/img/repo-view.png index 7e52dd66a..6048025ac 100644 Binary files a/static/img/repo-view.png and b/static/img/repo-view.png differ diff --git a/static/img/user-home.png b/static/img/user-home.png index facc8a23d..9084da04f 100644 Binary files a/static/img/user-home.png and b/static/img/user-home.png differ diff --git a/static/partials/plans.html b/static/partials/plans.html index 551a78ca6..f23df5cf8 100644 --- a/static/partials/plans.html +++ b/static/partials/plans.html @@ -128,6 +128,21 @@
+ +
+
+

Run Quay.io Behind Your Firewall

+
+ + + + +
+ Quay.io has partnered with CoreOS to offer Enterprise Registry, a version + of Quay.io that can be hosted behind your firewall. More information + can be found on the CoreOS website. + Learn more about Enterprise Registry +
+